comparison runtime/optwin.vim @ 2214:f8222d1f9a73 vim73

Included patch for persistent undo. Lots of changes and added test.
author Bram Moolenaar <bram@vim.org>
date Sun, 23 May 2010 23:34:36 +0200
parents e741fe7a0547
children 1bac28a53fae
comparison
equal deleted inserted replaced
2213:0e0e99d1092e 2214:f8222d1f9a73
1030 call append("$", "cedit\tkey used to open the command-line window") 1030 call append("$", "cedit\tkey used to open the command-line window")
1031 call <SID>OptionG("cedit", &cedit) 1031 call <SID>OptionG("cedit", &cedit)
1032 call append("$", "cmdwinheight\theight of the command-line window") 1032 call append("$", "cmdwinheight\theight of the command-line window")
1033 call <SID>OptionG("cwh", &cwh) 1033 call <SID>OptionG("cwh", &cwh)
1034 endif 1034 endif
1035 call append("$", "undofile\tautomatically save and restore undo history")
1036 call <SID>BinOptionG("udf", &udf)
1037 call append("$", "undodir\tlist of directories for undo files")
1038 call <SID>OptionG("udir", &udir)
1035 1039
1036 1040
1037 call <SID>Header("executing external commands") 1041 call <SID>Header("executing external commands")
1038 call append("$", "shell\tname of the shell program used for external commands") 1042 call append("$", "shell\tname of the shell program used for external commands")
1039 call <SID>OptionG("sh", &sh) 1043 call <SID>OptionG("sh", &sh)