|
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 }
[Prev in Thread] | Current Thread | [Next in Thread] |