diff options
author | Scott Prager <splinterofchaos@gmail.com> | 2014-09-26 20:29:17 -0400 |
---|---|---|
committer | Scott Prager <splinterofchaos@gmail.com> | 2014-12-19 18:57:45 -0500 |
commit | 12b3f49ea1c5a60e81e445756d1a5a1a850095b0 (patch) | |
tree | 5f40532ca521d5456a97c90105f0bd54d71122bf /src/nvim/version.c | |
parent | 949fb9721f8cf3f6e9d27d7a56f0b57daf587312 (diff) | |
download | rneovim-12b3f49ea1c5a60e81e445756d1a5a1a850095b0.tar.gz rneovim-12b3f49ea1c5a60e81e445756d1a5a1a850095b0.tar.bz2 rneovim-12b3f49ea1c5a60e81e445756d1a5a1a850095b0.zip |
vim-patch:7.4.350
Problem: Using C indenting for Javascript does not work well for a {} block
inside parenthesis.
Solution: When looking for a matching paren ignore one that is before the
start of a {} block.
https://code.google.com/p/vim/source/detail?r=v7-4-350
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 43b759e9fb..0f885cde01 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -387,7 +387,7 @@ static int included_patches[] = { 353, 352, 351, - //350, + 350, 349, 348, 347, |