diff options
author | Florent FAYOLLE <florent.fayolle69@gmail.com> | 2016-03-15 22:39:30 +0100 |
---|---|---|
committer | Florent FAYOLLE <florent.fayolle69@gmail.com> | 2016-03-18 13:11:44 +0100 |
commit | df15f978899f5d7e3b5efbb0cd8d9c653a60c11b (patch) | |
tree | 81eab9ef590950c2f4d340c1374578105367c6ed /src/nvim/version.c | |
parent | 6b22a742c73c7900ede08df1f595793bc2e550ee (diff) | |
download | rneovim-df15f978899f5d7e3b5efbb0cd8d9c653a60c11b.tar.gz rneovim-df15f978899f5d7e3b5efbb0cd8d9c653a60c11b.tar.bz2 rneovim-df15f978899f5d7e3b5efbb0cd8d9c653a60c11b.zip |
vim-patch:7.4.1574
Problem: ":undo 0" does not work. (Florent Fayolle)
Solution: Make it undo all the way. (closes vim/vim#688)
https://github.com/vim/vim/commit/d22e9465f6228207a4fe722ee84371c7817060d6
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 24b79e371f..98abb30b00 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -69,6 +69,7 @@ static char *features[] = { // clang-format off static int included_patches[] = { + 1574, 1570, 1511, 1366, |