Mercurial > vim
view runtime/spell/yi.vim @ 5854:c519c446c548 v7.4.270
updated for version 7.4.270
Problem: Comparing pointers instead of the string they point to.
Solution: Use strcmp(). (Ken Takata)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Tue, 29 Apr 2014 15:11:43 +0200 |
parents | f88526ade026 |
children |
line wrap: on
line source
" For Yiddish capitals should not be checked. But only change the " 'spellcapcheck' option when it is not at its default value. let s:spc = &l:spc setlocal spc& if s:spc == &l:spc setlocal spc= else let &l:spc = s:spc endif unlet s:spc