1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-20 01:08:33 +03:00
kakoune/rc/detection
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
..
editorconfig.kak Stop editorconfig.kak from setting aligntab 2021-08-29 11:55:33 -07:00
file.kak Merge remote-tracking branch 'Eluminae/master' 2021-04-25 20:23:10 +10:00
modeline.kak modeline-parse: parse set and : correctly 2021-12-31 11:02:15 -03:00