annotate runtime/spell/yi.vim @ 27317:839be955609f v8.2.4187

patch 8.2.4187: gnuplot file not recognized Commit: https://github.com/vim/vim/commit/ff5cbe8133c6eb5dd86b9e042f32f589627e9bf9 Author: nobodyatandnothing <you@example.com> Date: Sun Jan 23 11:19:37 2022 +0000 patch 8.2.4187: gnuplot file not recognized Problem: Gnuplot file not recognized. Solution: Recognize ".gnuplot". (closes https://github.com/vim/vim/issues/9588)
author Bram Moolenaar <Bram@vim.org>
date Sun, 23 Jan 2022 12:30:04 +0100
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