aboutsummaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authoroni-link <knil.ino@gmail.com>2014-04-10 21:09:00 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-14 09:53:02 -0300
commit644ccdafe01df76c47f2a6c74a4a55f64602e3db (patch)
tree926f0d35459e009760afab58500f942c9bd97e00 /src/version.c
parent30cd02301e5a55215a82cb2007a2fd631ae6fc33 (diff)
downloadrneovim-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.c1
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,