-
Notifications
You must be signed in to change notification settings - Fork 6
Commit 51e6a43
Fix false positive multi-line string detection
Sometimes it seems that when `=`ing over a block, Vim will sometimes
not re-highlight strings correctly until we have already ran
`searchpairpos`. In this case, we implement a hacky workaround which
detects the false-positive and recovers from it.1 parent d177b3b commit 51e6a43
1 file changed
+16
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 | - | ||
94 | 93 |
| |
94 | + | ||
95 | + | ||
95 | 96 |
| |
96 | - | ||
97 | + | ||
97 | 98 |
| |
98 | 99 |
| |
99 | 100 |
| |
100 | 101 |
| |
101 | 102 |
| |
102 | 103 |
| |
103 | 104 |
| |
105 | + | ||
106 | + | ||
107 | + | ||
104 | 108 |
| |
109 | + | ||
110 | + | ||
111 | + | ||
112 | + | ||
113 | + | ||
114 | + | ||
115 | + | ||
116 | + | ||
117 | + | ||
118 | + | ||
105 | 119 |
| |
106 | 120 |
| |
107 | 121 |
| |
|
0 commit comments