]> git.lizzy.rs Git - micro.git/history - internal
Merge pull request #1412 from tommyshem/batSyntaxHighlighting
[micro.git] / internal /
2019-12-30 Zachary YedidiaMerge pull request #1412 from tommyshem/batSyntaxHighli...
2019-12-30 Zachary YedidiaMerge pull request #1426 from Nergel3/master
2019-12-30 Zachary YedidiaFix some formatting
2019-12-30 Zachary YedidiaAdd message if xclip/xsel not found
2019-12-29 Zachary YedidiaMerge
2019-12-29 Zachary YedidiaRun action completion on saves with prompts at the...
2019-12-29 Zachary YedidiaSupport tcell EventPaste
2019-12-29 Zachary YedidiaUse MICRO_CONFIG_HOME before trying XDG_CONFIG_HOME
2019-12-29 Zachary YedidiaUpdate default plugins slightly
2019-12-29 Zachary YedidiaRemove detect requirement and detect in jinja file
2019-12-29 Zachary YedidiaMerge
2019-12-29 Zachary YedidiaSupport includes
2019-12-29 Zachary YedidiaMerge pull request #1443 from onodera-punpun/patch-1
2019-12-29 Zachary YedidiaMore efficient loading for default syntax files
2019-12-28 Zachary YedidiaAdd support for syntax headers and update tcell
2019-12-28 Zachary YedidiaFix issues related to tabbar/infobar mouse events
2019-12-28 Zachary YedidiaMerge
2019-12-28 Zachary YedidiaImprove mouse selection performance
2019-12-28 Zachary YedidiaFix add runtime file for local plugins
2019-12-27 Zachary YedidiaMerge
2019-12-27 Zachary YedidiaCommand binding fix
2019-12-27 Zachary YedidiaSearch and replace fixes
2019-12-26 Zachary YedidiaSupport for file reloading if changed externally
2019-12-26 Zachary YedidiaDon't forward tabbar mouse events to panes
2019-12-26 Zachary YedidiaMerge
2019-12-26 Zachary YedidiaScroll up as much as possible
2019-12-26 Zachary YedidiaRemove autosave option
2019-12-26 Zachary YedidiaImprove lua interface for statusline
2019-12-26 Zachary YedidiaMinor edit to statusline format
2019-12-26 Zachary YedidiaFix bottomline when softwrap enabled
2019-12-26 Zachary YedidiaSome documentation
2019-12-25 Zachary YedidiaAutocompletion fix for infobuffer
2019-12-25 Zachary YedidiaSupport for more complex action chaining
2019-12-25 Zachary YedidiaLua prompt support and plugin improvements
2019-12-25 Zachary YedidiaBetter softwrap
2019-12-25 Zachary YedidiaMinor relocate improvement
2019-12-25 Zachary YedidiaFix highlighting issue
2019-12-25 Zachary YedidiaReoragnize slightly
2019-12-25 Zachary YedidiaImproved save with sudo
2019-12-25 Zachary YedidiaNo backups for no name files
2019-12-25 Zachary YedidiaBetter backup behavior
2019-12-25 Zachary YedidiaImprove selection display
2019-12-25 Zachary YedidiaMinor highlighting fixes
2019-12-25 Zachary YedidiaBackup support
2019-12-25 Zachary YedidiaStart implementing backup system
2019-12-25 Zachary YedidiaProper scrollbar location for hsplits
2019-12-25 Zachary YedidiaFix goto issue
2019-12-25 Zachary YedidiaClearer status bar
2019-12-25 Zachary YedidiaAdd textfilter command
2019-12-25 Zachary YedidiaClose file
2019-12-25 Zachary YedidiaFix plugin names
2019-12-25 Zachary YedidiaBetter plugin docs
2019-12-25 Zachary YedidiaUse plugin name defined in info and require it to be...
2019-12-25 Zachary YedidiaUpdate some docs
2019-12-25 Zachary YedidiaUpdate runtime
2019-12-25 Zachary YedidiaAdd visual scroll bar
2019-12-25 Zachary YedidiaAdd some plugin functions
2019-12-25 Zachary YedidiaTerminal plugin callback support
2019-12-25 Zachary YedidiaAuto init settings if config doesn't exist
2019-12-25 Zachary YedidiaSupport multiactions
2019-12-25 Zachary YedidiaSmall improvement for replace command
2019-12-25 Zachary YedidiaAdd plugin info.json support
2019-12-25 Zachary YedidiaSupport column marking in linter
2019-12-25 Zachary YedidiaAdd log and plugin list command
2019-12-25 Zachary YedidiaAdd macro and QuitAll support
2019-12-25 Zachary YedidiaFix minor matchbrace issue
2019-12-25 Zachary YedidiaAdd better matchbrace
2019-12-25 Zachary YedidiaFix minor autosave race condition
2019-12-25 Zachary YedidiaAdd autosave option
2019-12-25 Zachary YedidiaImprove gutter messages
2019-12-25 Zachary YedidiaAdd mkparents option
2019-12-25 Zachary YedidiaRemove local settings
2019-12-25 Zachary YedidiaAdd literate plugin support
2019-12-25 Zachary YedidiaAdd goto command
2019-12-25 Zachary YedidiaAdd comment plugin support
2019-12-25 Zachary YedidiaFull extensible linter support
2019-12-25 Zachary YedidiaAdd linter plugin support
2019-12-25 Zachary YedidiaJobs and gutter messages for plugins
2019-12-25 Zachary YedidiaAutoclose plugin support
2019-12-25 Zachary YedidiaAllow any plugin to be enabled or disabled via settings
2019-12-25 Zachary YedidiaUpdate ftoptions and statusline plugin configuration...
2019-12-25 Zachary YedidiaAdd indentchar option
2019-12-25 Zachary YedidiaAdd readonly option
2019-12-25 Zachary YedidiaFix history for YN prompt
2019-12-25 Zachary YedidiaSupport filetype option as command line option
2019-12-25 Zachary YedidiaAdd reset command and statusline format string options
2019-12-25 Zachary YedidiaAdd autocomplete
2019-12-25 Zachary YedidiaFix infobar style
2019-12-25 Zachary YedidiaSmall fixes
2019-12-25 Zachary YedidiaImplement buffer opening at a location
2019-12-25 Zachary YedidiaFix relocate bug
2019-12-25 Zachary YedidiaUnicode support improvement
2019-12-25 Zachary YedidiaAdd hidehelp support
2019-12-25 Zachary YedidiaAdd tabmovement support
2019-12-25 Zachary YedidiaFix serialization
2019-12-25 Zachary YedidiaFix some search bugs
2019-12-25 Zachary YedidiaRevert "Some plugin helpers"
2019-12-25 Zachary YedidiaSome plugin helpers
2019-12-25 Zachary YedidiaSome plugin callbacks
2019-12-25 Zachary YedidiaLoad plugins
next