aboutsummaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorKlemen Košir <klemen913@gmail.com>2014-04-28 14:31:36 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-28 13:26:04 -0300
commitd4f8a86700a1e5c7b3694a34392f311d78e023a6 (patch)
tree352f62778cb8b0f84098f5f9865df37cc13f139c /src/version.c
parentf5a3df7b874c1bea2d81b0fc0f98a503df018f78 (diff)
downloadrneovim-d4f8a86700a1e5c7b3694a34392f311d78e023a6.tar.gz
rneovim-d4f8a86700a1e5c7b3694a34392f311d78e023a6.tar.bz2
rneovim-d4f8a86700a1e5c7b3694a34392f311d78e023a6.zip
vim-patch:7.4.265
Problem: Can't call a global function with "g:" in an expression. Solution: Skip the "g:" when looking up the function. https://code.google.com/p/vim/source/detail?r=8ec9d2196bee0c5108f2d2c196a660a7f4e5f29f
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.c b/src/version.c
index c1d82a2952..301ce16788 100644
--- a/src/version.c
+++ b/src/version.c
@@ -202,7 +202,7 @@ static char *(features[]) = {
static int included_patches[] = {
// Add new patch number below this line
- //265,
+ 265,
264,
//263,
//262,