Danek Duvall wrote:
Thilo Six wrote:
attached is full list of affected files. Those files below /doc can be ignored i
assume. I would like to see the rest fixed, too. Can we join forces?
...snip...
I used
comm -13 =(grep -l "set cpo" **/*.vim) =(grep -l "^[[:space:]]*\\\\"
**/*.vim)
to generate mine (with some zsh-isms). That gives 73 files to check out
once you ignore the keymap files.
...snip...
autoload/netrw.vim
...snip...
If you want, we can split them up, but the trick will be to weed out
maintainers that already got the message ...snip...
Netrw was using setlocal to bypass the cpo problem; admittedly, cpo is a
global only, so setlocal acts the same as a "set". So, netrw may be
removed from your list; you might want to change your greps to
accomodate setlocal.
Regards,
Chip Campbell
--
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