diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2015-01-15 20:18:15 -0300 |
---|---|---|
committer | Felipe Morales <hel.sheep@gmail.com> | 2015-04-28 23:08:31 -0300 |
commit | 7fc952ab67afdfef5ba2a90cb277b30ce573333c (patch) | |
tree | a1f0aa7e32bd75347b3ecc4291263f1f133288bb /src/nvim/version.c | |
parent | c5250857733e70d116ccec2cffe08d49772adcdd (diff) | |
download | rneovim-7fc952ab67afdfef5ba2a90cb277b30ce573333c.tar.gz rneovim-7fc952ab67afdfef5ba2a90cb277b30ce573333c.tar.bz2 rneovim-7fc952ab67afdfef5ba2a90cb277b30ce573333c.zip |
vim-patch:7.4.542
Problem: Using a range for window and buffer commands has a few
problems.
Cannot specify the type of range for a user command.
Solution: Add the -addr argument for user commands. Fix problems.
(Marcin Szamotulski
https://code.google.com/p/vim/source/detail?name=v7-4-542
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 505894feb2..6ff3652e4e 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -237,7 +237,7 @@ static int included_patches[] = { 545, //544 NA 543, - //542, + 542, 541, //540 NA 539, |