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
This commit is contained in:
Scott Prager
2014-09-26 20:29:17 -04:00
parent 949fb9721f
commit 12b3f49ea1
4 changed files with 38 additions and 6 deletions

View File

@@ -387,7 +387,7 @@ static int included_patches[] = {
353,
352,
351,
//350,
350,
349,
348,
347,