diff options
author | oni-link <knil.ino@gmail.com> | 2014-04-10 21:09:00 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-14 09:53:02 -0300 |
commit | 644ccdafe01df76c47f2a6c74a4a55f64602e3db (patch) | |
tree | 926f0d35459e009760afab58500f942c9bd97e00 /src/version.c | |
parent | 30cd02301e5a55215a82cb2007a2fd631ae6fc33 (diff) | |
download | rneovim-644ccdafe01df76c47f2a6c74a4a55f64602e3db.tar.gz rneovim-644ccdafe01df76c47f2a6c74a4a55f64602e3db.tar.bz2 rneovim-644ccdafe01df76c47f2a6c74a4a55f64602e3db.zip |
vim-patch:7.4.205
Problem: ":mksession" writes command to move to second argument while it
does not exist. When it does exist the order might be wrong.
Solution: Use ":argadd" for each argument instead of using ":args" with a
list of names. (Nobuhiro Takasaki)
https://code.google.com/p/vim/source/detail?r=0ace3a24c2a0153f0aaf9b619d3958e7f486705f
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index c602d192c5..5a03359fec 100644 --- a/src/version.c +++ b/src/version.c @@ -202,6 +202,7 @@ static char *(features[]) = { static int included_patches[] = { // Add new patch number below this line + 205, 204, 203, //202, |