diff options
author | James McCoy <jamessan@jamessan.com> | 2016-05-10 22:47:25 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-05-20 21:43:15 -0400 |
commit | 853440053c3495958644cb6deabde733ede5dd56 (patch) | |
tree | c2cbd4dcbff0040d77ba1c1a6577f6947fccd9e9 | |
parent | d5168064bfe8da23f713eb7c7acbff439575c343 (diff) | |
download | rneovim-853440053c3495958644cb6deabde733ede5dd56.tar.gz rneovim-853440053c3495958644cb6deabde733ede5dd56.tar.bz2 rneovim-853440053c3495958644cb6deabde733ede5dd56.zip |
vim-patch:7.4.1034
Problem: There is no test for the 'backspace' option behavior.
Solution: Add a test. (Hirohito Higashi)
https://github.com/vim/vim/commit/aac624bacd4be0c5a8e603dac9020f4a754c9c9c
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index bd712b8ac0..fce2896ddf 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -650,7 +650,7 @@ static int included_patches[] = { 1037, 1036, 1035, - // 1034, + 1034, // 1033 NA 1032, // 1031 NA, |