After using a shortcut, for example "EFI", then I use C-J to jump to next place. However, after I press C-J, all "{" are highlighted. It's tested on Windows.
Maybe your last search string is "{". After using the C-J jump, the search highlighting is turned on (if 'hlsearch') is set (even if ":nohlsearch" was used before. This is due to some limitation in ViM and can't be fixed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It seems that if a search is made before use the shortcut in this session, "}" would not be highlighed, however, the searched word is highlighted. If no previous search is done, "}" is highlighted.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Despite the problem itself, I am confused: which repository is the vim-latex repo? https://github.com/gerw/vim-latex-suite or git://vim-latex.git.sourceforge.net/gitroot/vim-latex/vim-latex ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Maybe your last search string is "{". After using the C-J jump, the search highlighting is turned on (if 'hlsearch') is set (even if ":nohlsearch" was used before. This is due to some limitation in ViM and can't be fixed.
I've found a possibility to solve this behaviour, see https://github.com/gerw/vim-latex-suite/commit/f888d50bfe198794b89e1b96406a52da914e2a42
Sorry for the delayed reply.
It seems that if a search is made before use the shortcut in this session, "}" would not be highlighed, however, the searched word is highlighted. If no previous search is done, "}" is highlighted.
Despite the problem itself, I am confused: which repository is the vim-latex repo? https://github.com/gerw/vim-latex-suite or git://vim-latex.git.sourceforge.net/gitroot/vim-latex/vim-latex ?