mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
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:
@@ -387,7 +387,7 @@ static int included_patches[] = {
|
||||
353,
|
||||
352,
|
||||
351,
|
||||
//350,
|
||||
350,
|
||||
349,
|
||||
348,
|
||||
347,
|
||||
|
Reference in New Issue
Block a user