diff options
author | David Bürgin <676c7473@gmail.com> | 2015-05-14 00:15:05 +0200 |
---|---|---|
committer | David Bürgin <676c7473@gmail.com> | 2015-05-14 09:55:19 +0200 |
commit | eaf937ff2ca1eec91154c53e08db4bf930f79904 (patch) | |
tree | dd1520aaab8be0b6f4615f86deb757310b203db9 | |
parent | a0a60e6e97625393bdcbfd2639b471955a103532 (diff) | |
download | rneovim-eaf937ff2ca1eec91154c53e08db4bf930f79904.tar.gz rneovim-eaf937ff2ca1eec91154c53e08db4bf930f79904.tar.bz2 rneovim-eaf937ff2ca1eec91154c53e08db4bf930f79904.zip |
vim-patch:7.4.{592,596,632}: Mark as NA
Original commit message for patch 7.4.592:
Problem: When doing ":e foobar" when already editing "foobar" and 'buftype'
is "nofile" the buffer is cleared. (Xavier de Gaye)
Solution: Do no clear the buffer.
https://github.com/vim/vim/commit/v7-4-592
The change in this patch was amended in patch 7.4.596 to fix an #ifdef
problem, but soon after, in patch 7.4.632, it was reverted wholesale.
See https://groups.google.com/d/msg/vim_dev/SWw5znc3W-8/TDjkUVYfABIJ
-rw-r--r-- | src/nvim/version.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index ccc1d23762..21d8fd0bf1 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -151,7 +151,7 @@ static int included_patches[] = { //635, //634, 633, - //632, + //632 NA //631, 630, //629, @@ -187,11 +187,11 @@ static int included_patches[] = { 599, //598, //597, - //596, + //596 NA 595, //594, //593, - //592, + //592 NA //591 NA 590, //589 NA |