micro/internal/config
Zachary Yedidia 806525c3da Improve comment plugin
When commenting a selection, the plugin won't just toggle each
line individually but will only uncomment the block if it is all
comments.

The comment plugin also now takes into account any number of spaces
between the comment character and the text. For example '//comment' will
be uncommented properly, as well as '//      comment'.

Fixes #1758
2020-07-05 15:48:49 -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 Improve comment plugin 2020-07-05 15:48:49 -04:00
settings.go Add support for copy-paste via OSC 52 2020-07-04 20:00:39 -04:00