annotate runtime/spell/yi.vim @ 14702:daf8afe6279b v8.1.0363

patch 8.1.0363: internal diff isn't used by default as advertised commit https://github.com/vim/vim/commit/c93262b2e3fb043c685bd4014a35a29111dea484 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 10 21:15:40 2018 +0200 patch 8.1.0363: internal diff isn't used by default as advertised Problem: Internal diff isn't used by default as advertised. Solution: Add "internal" to the default value of 'diffopt'. Also add couple of files missing from the distribution.
author Christian Brabandt <cb@256bit.org>
date Mon, 10 Sep 2018 21:30:06 +0200
parents f88526ade026
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
486
f88526ade026 updated for version 7.0133
vimboss
parents:
diff changeset
1 " For Yiddish capitals should not be checked. But only change the
f88526ade026 updated for version 7.0133
vimboss
parents:
diff changeset
2 " 'spellcapcheck' option when it is not at its default value.
f88526ade026 updated for version 7.0133
vimboss
parents:
diff changeset
3 let s:spc = &l:spc
f88526ade026 updated for version 7.0133
vimboss
parents:
diff changeset
4 setlocal spc&
f88526ade026 updated for version 7.0133
vimboss
parents:
diff changeset
5 if s:spc == &l:spc
f88526ade026 updated for version 7.0133
vimboss
parents:
diff changeset
6 setlocal spc=
f88526ade026 updated for version 7.0133
vimboss
parents:
diff changeset
7 else
f88526ade026 updated for version 7.0133
vimboss
parents:
diff changeset
8 let &l:spc = s:spc
f88526ade026 updated for version 7.0133
vimboss
parents:
diff changeset
9 endif
f88526ade026 updated for version 7.0133
vimboss
parents:
diff changeset
10 unlet s:spc