comparison runtime/optwin.vim @ 5712:06e5f65c34d8 v7.4.201

updated for version 7.4.201 Problem: 'lispwords' is a global option. Solution: Make 'lispwords' global-local. (Sung Pae)
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Mar 2014 18:55:58 +0100
parents c458ff35497e
children 57ecd7a8c0f0
comparison
equal deleted inserted replaced
5711:81ad042b81b7 5712:06e5f65c34d8
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>OptionG("lw", &lw) 858 call <SID>OptionL("lw", &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")