mirror of
https://github.com/zyedidia/micro
synced 2024-11-05 17:41:24 +00:00
806525c3da
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 |
||
---|---|---|
.. | ||
autosave.go | ||
colorscheme.go | ||
colorscheme_test.go | ||
config.go | ||
globals.go | ||
plugin.go | ||
plugin_installer.go | ||
plugin_installer_test.go | ||
plugin_manager.go | ||
rtfiles.go | ||
rtfiles_test.go | ||
runtime.go | ||
settings.go |