Mercurial > vim
view runtime/spell/he.vim @ 4807:3dbd251777de v7.3.1150
updated for version 7.3.1150
Problem: New regexpengine: Slow when a look-behind match does not have a
width specified.
Solution: Try to compute the maximum width.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Sat, 08 Jun 2013 22:30:03 +0200 |
parents | f00f0af2a320 |
children |
line wrap: on
line source
" For Hebrew 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