diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2014-09-01 15:34:12 -0400 |
---|---|---|
committer | Felipe Morales <hel.sheep@gmail.com> | 2014-09-04 00:18:25 -0400 |
commit | d860ba45e25231ae54c6fd12ecd00dc936780184 (patch) | |
tree | fd0b6b22a5a307f51ea4704d1496b11fcc4f8a8c /src/nvim/version.c | |
parent | 15d86890d407a6750560088f40104a81fb73b19c (diff) | |
download | rneovim-d860ba45e25231ae54c6fd12ecd00dc936780184.tar.gz rneovim-d860ba45e25231ae54c6fd12ecd00dc936780184.tar.bz2 rneovim-d860ba45e25231ae54c6fd12ecd00dc936780184.zip |
vim-patch: 7.4.344
Problem: Unnecessary initializations and other things related to
matchaddpos().
Solution: Code cleanup. (Alexey Radkov)
https://code.google.com/p/vim/source/detail?r=ce284c205558d103326a4c3f22f181774690b3eb
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 fc8f36621a..8132d5dfcc 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -251,7 +251,7 @@ static int included_patches[] = { //347, 346, //345, - //344, + 344, 343, //342 NA //341, |