]> git.lizzy.rs Git - micro.git/commit
Add `parsecursor` option for file:line:col syntax
authorZachary Yedidia <zyedidia@gmail.com>
Fri, 29 May 2020 18:55:24 +0000 (14:55 -0400)
committerZachary Yedidia <zyedidia@gmail.com>
Fri, 29 May 2020 18:55:24 +0000 (14:55 -0400)
commiteeab114ed54d9e5df79bc9c5c29d3383db172f72
tree17fb120cbaba22b31b390663eee4f1a5916d1a20
parent8bd7e5807cca618e86c4139ecbf06bcadd971c9a
Add `parsecursor` option for file:line:col syntax

This option is disabled by default, and when enabled causes micro
to parse `:line:col` as a location for the cursor rather than
as part of the filename.

Closes #1650
Closes #1685
internal/buffer/buffer.go
internal/config/runtime.go
internal/config/settings.go
runtime/help/options.md