kakoune/rc
throwawayaccount12345-1 74874aa4b7
modeline-parse: parse set and : correctly
When `set` or `se` is found at the start of the modeline, it should stop parsing options after `:`.

When `modeline-parse` is called in the following file, it should _not_ recognize `tabstop=4` and `invalid_option=3`.
```
# kak: set indentwidth=0 tabstop=16: tabstop=4 invalid_option=3
```

More info: http://vimdoc.sourceforge.net/htmldoc/options.html#modeline
2021-12-31 11:02:15 -03:00
..
detection modeline-parse: parse set and : correctly 2021-12-31 11:02:15 -03:00
filetype Change highlight of character literals 2021-12-11 02:04:10 +01:00
tools When viewing :git diff or :git show within kakoune, this commit 2021-11-22 23:33:09 +05:30
windowing Merge remote-tracking branch 'StatPal/master' into HEAD 2021-08-28 13:55:11 +10:00