inital checkin using existing vim and preparing for use of bash_magic
This commit is contained in:
10
vim/bundle/ubuntu-vim72/spell/yi.vim
Normal file
10
vim/bundle/ubuntu-vim72/spell/yi.vim
Normal file
@@ -0,0 +1,10 @@
|
||||
" 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
|
||||
Reference in New Issue
Block a user