comparison runtime/optwin.vim @ 2394:a3aca345aafa vim73

Add the 'undoreload' option to be able to undo a file reload.
author Bram Moolenaar <bram@vim.org>
date Sat, 24 Jul 2010 20:27:03 +0200
parents fb8cce4174f0
children ab69430e646c
comparison
equal deleted inserted replaced
2393:210a5605e126 2394:a3aca345aafa
720 720
721 721
722 call <SID>Header("editing text") 722 call <SID>Header("editing text")
723 call append("$", "undolevels\tmaximum number of changes that can be undone") 723 call append("$", "undolevels\tmaximum number of changes that can be undone")
724 call append("$", " \tset ul=" . &ul) 724 call append("$", " \tset ul=" . &ul)
725 call append("$", "undoreload\tmaximum number lines to save for undo on a buffer reload")
726 call append("$", " \tset ur=" . &ur)
725 call append("$", "modified\tchanges have been made and not written to a file") 727 call append("$", "modified\tchanges have been made and not written to a file")
726 call append("$", "\t(local to buffer)") 728 call append("$", "\t(local to buffer)")
727 call <SID>BinOptionL("mod") 729 call <SID>BinOptionL("mod")
728 call append("$", "readonly\tbuffer is not to be written") 730 call append("$", "readonly\tbuffer is not to be written")
729 call append("$", "\t(local to buffer)") 731 call append("$", "\t(local to buffer)")