Bugs item #3379250, was opened at 2011-07-26 23:09
Message generated for change (Tracker Item Submitted) made by lvta0909
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=466456&aid=3379250&group_id=52322
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Tiago Gomes (lvta0909)
Assigned to: Nobody/Anonymous (nobody)
Summary: vim-latex, "jump word"(w) and accent problem
Initial Comment:
Editing a normal non-tex-file with ISO8859-1 or UTF-8 encondings I can jump words (w) with accents withou problems,
ie.
typed text: "Plantas fazem fotossíntese", goes to first column (P).
First "w" goest to ^fa...
Second "w" goest to ^fo...
Third "w" goes to end of line.
(^ indicates the cursor position)
But if I'm editing a tex file the accented characters are apparently considered punctuation words, and it goes like:
First "w" goest to ^fa...
Second "w" goest to ^fo...
Third "w" goes to ^ín..
Fourth "w" goes to EOL.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=466456&aid=3379250&group_id=52322
|