diff options
author | Jurica Bradaric <jbradaric@gmail.com> | 2016-01-27 21:35:58 +0100 |
---|---|---|
committer | Jurica Bradaric <jbradaric@gmail.com> | 2016-01-27 22:02:35 +0100 |
commit | ccab78046cc920c81fc0679d6d21911ca28bdc74 (patch) | |
tree | 995d1d7caf605566155e119839a453b7ad64427b /src/nvim/version.c | |
parent | 130611fca3900276d4525e17ded47504d73b38a1 (diff) | |
download | rneovim-ccab78046cc920c81fc0679d6d21911ca28bdc74.tar.gz rneovim-ccab78046cc920c81fc0679d6d21911ca28bdc74.tar.bz2 rneovim-ccab78046cc920c81fc0679d6d21911ca28bdc74.zip |
vim-patch:7.4.698
Problem: Various problems with locked and fixed lists and dictionaries.
Solution: Disallow changing locked items, fix a crash, add tests. (Olaf
Dabrunz)
https://github.com/vim/vim/commit/9bc174b69d2775b0f27ed74bf372608d18c9f3d4
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 dcd1773a7a..db3d4d4bfa 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -426,7 +426,7 @@ static int included_patches[] = { // 701 NA // 700, 699, - // 698, + 698, // 697, 696, 695, |