diff options
author | Shougo <Shougo.Matsu@gmail.com> | 2017-01-15 08:41:43 +0900 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-01-15 00:41:43 +0100 |
commit | 14743042242c22a958de9ac457f8cf151de9ec84 (patch) | |
tree | 45bf41ccd6629a3b27fa7ba67d42a4fa3292e6cb /src/nvim/version.c | |
parent | a265ff448efd0743b308c479ec1defcaeb0c21bb (diff) | |
download | rneovim-14743042242c22a958de9ac457f8cf151de9ec84.tar.gz rneovim-14743042242c22a958de9ac457f8cf151de9ec84.tar.bz2 rneovim-14743042242c22a958de9ac457f8cf151de9ec84.zip |
vim-patch:7.4.1851 (#5947)
Problem: test_syn_attr failes when using the GUI. (Dominique Pelle)
Solution: Escape the font name properly.
https://github.com/vim/vim/commit/180fc2d41812c49b60224a1ca89945a002a090f5
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 3e9cccda20..3f5e480f7f 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -589,7 +589,7 @@ static int included_patches[] = { // 1854 NA // 1853 NA // 1852 NA - // 1851, + 1851, // 1850 NA // 1849 NA // 1848 NA |