comparison runtime/optwin.vim @ 5772:57ecd7a8c0f0 v7.4.230

updated for version 7.4.230 Problem: Error when using ":options". Solution: Fix the entry for 'lispwords'. (Kenichi Ito)
author Bram Moolenaar <bram@vim.org>
date Tue, 01 Apr 2014 12:26:46 +0200
parents 06e5f65c34d8
children 755931e042e4
comparison
equal deleted inserted replaced
5771:7b76ad980f09 5772:57ecd7a8c0f0
853 if has("lispindent") 853 if has("lispindent")
854 call append("$", "lisp\tenable lisp mode") 854 call append("$", "lisp\tenable lisp mode")
855 call append("$", "\t(local to buffer)") 855 call append("$", "\t(local to buffer)")
856 call <SID>BinOptionL("lisp") 856 call <SID>BinOptionL("lisp")
857 call append("$", "lispwords\twords that change how lisp indenting works") 857 call append("$", "lispwords\twords that change how lisp indenting works")
858 call <SID>OptionL("lw", &lw) 858 call <SID>OptionL("lw")
859 endif 859 endif
860 860
861 861
862 if has("folding") 862 if has("folding")
863 call <SID>Header("folding") 863 call <SID>Header("folding")