micro/internal/config
Zachary Yedidia eeab114ed5 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
2020-05-29 14:55:24 -04:00
..
autosave.go Fix minor autosave race condition 2019-12-25 17:05:11 -05:00
colorscheme.go Update tcell and support italics in colorschemes 2020-05-17 12:48:34 -04:00
colorscheme_test.go Use upstream updated zyedidia tcell 2019-12-31 20:15:45 -05:00
config.go Use filepath.Join more 2020-02-11 13:09:17 -05:00
globals.go Add autosave option 2019-12-25 17:05:11 -05:00
plugin.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
plugin_installer.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
plugin_installer_test.go Add plugin manager 2020-02-01 23:54:38 -05:00
plugin_manager.go Add plugin manager 2020-02-01 23:54:38 -05:00
rtfiles.go Clicking tabbar arrow scrolls and fix multicursor 2020-02-12 13:05:15 -05:00
rtfiles_test.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
runtime.go Add parsecursor option for file:line:col syntax 2020-05-29 14:55:24 -04:00
settings.go Add parsecursor option for file:line:col syntax 2020-05-29 14:55:24 -04:00