Mercurial > vim
view runtime/spell/he.vim @ 7198:b58e16f9119e v7.4.908
commit https://github.com/vim/vim/commit/a16f472edfa028e5574c7c145d02f3821edbc698
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Nov 2 17:35:43 2015 +0100
patch 7.4.908
Problem: Build error with MingW compiler. (Cesar Romani)
Solution: Change #if into #ifdef.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 02 Nov 2015 17:45:04 +0100 |
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