When searching for completions for the current word (with i_CTRL-N) in the available buffers, the 'isk' setting of the current buffer should be used also in the other buffers (only for the purpose of searching of course).
Example: --- somefile.vim (with :setl isk+=: ) --- :let s:variable = 1 --- currentfile.txt (with :setl isk-=: ) --- The purpose of s:var<C-N> will not find the desired completion "variable", because "var" isn't the beginning of a word in the other buffer somefile.vim . -- Andy --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
