aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorFlorian Walch <florian@fwalch.com>2014-12-24 14:34:04 +0100
committerFlorian Walch <florian@fwalch.com>2014-12-24 23:29:00 +0100
commit28d3923bd8123b0e57f1f9ffef57356f19476915 (patch)
treea9ca224ce4358dedaa813222bf310404adb5240d /src/nvim/version.c
parentdde24224ece80e7d4bb079b7361a8c83b0a56208 (diff)
downloadrneovim-28d3923bd8123b0e57f1f9ffef57356f19476915.tar.gz
rneovim-28d3923bd8123b0e57f1f9ffef57356f19476915.tar.bz2
rneovim-28d3923bd8123b0e57f1f9ffef57356f19476915.zip
vim-patch:7.4.547
Problem: Using "vit" does not select a multi-byte character at the end correctly. Solution: Advance the cursor over the multi-byte character. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=v7-4-547
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 22b7b54019..6bbb5e6024 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -191,7 +191,7 @@ static int included_patches[] = {
//550,
//549,
//548 NA
- //547,
+ 547,
//546,
545,
//544 NA