This repository was archived by the owner on Jul 29, 2023. It is now read-only.
Commit 273ad7b
Fixed set conceal options (#186)
* Fixed set conceal options
This change was necessary because the let &l:concealcursor and
&l:conceallevel when set locally will set it to the entire window
(vim documentation), so it need to be reset every time the buffer changes.
* Re-added BufWinEnter
BufEnter runs before processing the modeline, so to process the
modelines as well the BufWinEnter is necessary.1 parent 0ab6f7a commit 273ad7b
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
| 143 | + | |
142 | 144 | | |
143 | 145 | | |
144 | 146 | | |
| |||
198 | 200 | | |
199 | 201 | | |
200 | 202 | | |
201 | | - | |
| 203 | + | |
202 | 204 | | |
203 | 205 | | |
204 | 206 | | |
| |||
0 commit comments