Commit 71e3ffb
committed
Fix
The `cursorlineopt` was introduced at patch 8.1.2019 but at that time, the
default value was `both` and `,` is not allowed in the value.
After patch 8.1.2029, `,` is allowed and the default value became `number,line`.
Neovim nightly (2021/08/01) raise E474 because neovim/neovim#15161
only introduce patch 8.1.2019.E474: Invalid argument: cursorlineopt=number,line in Neovim nightly1 parent a4d4288 commit 71e3ffb
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
0 commit comments