]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.073 v7.4.073
authorBram Moolenaar <Bram@vim.org>
Wed, 6 Nov 2013 04:26:15 +0000 (05:26 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 6 Nov 2013 04:26:15 +0000 (05:26 +0100)
commitf5a2fd880ae8f6225814209ab73783f65078a4d5
tree29090d43de4a770e32e36f4b0efeaa5c4e3b6f2f
parent4c1e626103397f8ac84ab7ca29cc74d0b3cc06e6
updated for version 7.4.073
Problem:    Setting undolevels for one buffer changes undo in another.
Solution:   Make 'undolevels' a global-local option. (Christian Brabandt)
runtime/doc/options.txt
src/buffer.c
src/option.c
src/option.h
src/structs.h
src/undo.c
src/version.c