diff options
author | Jurica Bradarić <jbradaric@users.noreply.github.com> | 2016-09-04 23:43:41 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-09-04 23:43:41 +0200 |
commit | 73b8424fad108d1ae5981f7fad32f12df35fef2e (patch) | |
tree | adc84aa82a17afe6464064ab11e2fa5b1170c62c /src/nvim/version.c | |
parent | 0f381f26cbbe7f50de106c996d8a9d946db61574 (diff) | |
download | rneovim-73b8424fad108d1ae5981f7fad32f12df35fef2e.tar.gz rneovim-73b8424fad108d1ae5981f7fad32f12df35fef2e.tar.bz2 rneovim-73b8424fad108d1ae5981f7fad32f12df35fef2e.zip |
vim-patch:7.4.1913 (#5260)
Problem: When ":doautocmd" is used modelines are used even when no
autocommands were executed. (Daniel Hahler)
Solution: Skip processing modelines. (closes vim/vim#854)
https://github.com/vim/vim/commit/1610d052413e0ed664498853a47acc2d677a22d1
Diffstat (limited to 'src/nvim/version.c')
-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 7ce9df4c6e..95ca3f066f 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -363,7 +363,7 @@ static int included_patches[] = { // 1916 NA // 1915 NA // 1914, - // 1913, + 1913, // 1912, // 1911, // 1910, |