summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
diff options
context:
space:
mode:
authorthrowawayaccount12345-1 <77868642+throwawayaccount12345-1@users.noreply.github.com>2021-12-31 11:02:15 -0300
committerGitHub <noreply@github.com>2021-12-31 11:02:15 -0300
commit74874aa4b70ed0bcd2e8c36054c16479a4789f09 (patch)
tree928807b6e59535e120182ef935bca1de5e5b2875 /src/input_handler.cc
parentf68e8313b2282b1a94bd5baee2b87581f31fc5e8 (diff)
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
Diffstat (limited to 'src/input_handler.cc')
0 files changed, 0 insertions, 0 deletions