With the following minimal .vimrc and only builtin plugins I have quite a strange behaviour with help on strdisplaywidth() topic.
.vimrc: set nocompatible finish 1. run gvim 2. :filetype plugin on 3. :syntax on 4. :h strdisplaywidth() 5. navigate to strchars() function 6. press h several times to reach strwidth() function and l to go back. The line widens and shrinks. PS If I run gvim with -u NORC and do all above with set nocp first -- everything is ok. -- 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
