Hello, I found a strange behaviour of the conceal feature. Here is how to reproduce it (I'm on GNU/Linux):
vim -u NONE --noplugin :help +xim :syntax enable :set syntax=help :set cole=2 :set cocu=n Now $ in normal mode brings the cursor far beyond the end of the line which is: m *+xim* X input method |xim| Now using Fx (after $) also set the cursor beyond the line end (and not over the x in |xim|). But using CTRL-] at this position opens the help page for *xim* which is fine. While when putting the cursor over x it opens *ole-methods* since in fact the cursor is over the word method in the above line. When cole=0 is set everything works fine and it seems the position of the cursor with cole=2 and cole=0 agree. Also when cocu is not set (is empty) everything works fine. I use vim-7.3.487 (in the terminal but the same I can reproduce in gvim-7.3.487). Best, Marcin -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
