@@ -738,6 +738,10 @@ call <SID>Header("editing text")
738738call append (" $" , " undolevels\t maximum number of changes that can be undone" )
739739call append (" $" , " \t (global or local to buffer)" )
740740call append (" $" , " \t set ul=" . &ul )
741+ call append (" $" , " undofile\t automatically save and restore undo history" )
742+ call <SID> BinOptionG (" udf" , &udf )
743+ call append (" $" , " undodir\t list of directories for undo files" )
744+ call <SID> OptionG (" udir" , &udir )
741745call append (" $" , " undoreload\t maximum number lines to save for undo on a buffer reload" )
742746call append (" $" , " \t set ur=" . &ur )
743747call append (" $" , " modified\t changes have been made and not written to a file" )
@@ -1074,10 +1078,6 @@ if has("vertsplit")
10741078 call append (" $" , " cmdwinheight\t height of the command-line window" )
10751079 call <SID> OptionG (" cwh" , &cwh )
10761080endif
1077- call append (" $" , " undofile\t automatically save and restore undo history" )
1078- call <SID> BinOptionG (" udf" , &udf )
1079- call append (" $" , " undodir\t list of directories for undo files" )
1080- call <SID> OptionG (" udir" , &udir )
10811081
10821082
10831083call <SID> Header (" executing external commands" )
0 commit comments