]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.354 v7.3.354
authorBram Moolenaar <Bram@vim.org>
Wed, 30 Nov 2011 10:15:47 +0000 (11:15 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 30 Nov 2011 10:15:47 +0000 (11:15 +0100)
commit4e5ccfa5c7183f8aed74f3c012816b9478a50263
tree3859dca7190b472bdfb55ee9e595b919387dbb8f
parent1dff76bcb88e657556177e653f931129799a863e
updated for version 7.3.354
Problem:    ":set backspace+=eol" doesn't work when 'backspace' has a
            backwards compatible value of 2.
Solution:   Convert the number to a string. (Hirohito Higashi)
src/option.c
src/version.c