vile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vile] brace matching


From: Wayne Cuddy
Subject: [vile] brace matching
Date: Sat, 2 Apr 2016 12:29:20 -0400
User-agent: Mutt/1.4.2.3i

Is it known that using the goto-matching-fence function on the { on line
1 below will move the cursor to the '}' on line 2 and not the one on
line 4?

1       void function() {
2           if (*p == '}') {
3           }
4       }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]