]> git.lizzy.rs Git - micro.git/history - cmd/micro/runtime.go
Fix draw ordering
[micro.git] / cmd / micro / runtime.go
2016-07-09 Zachary YedidiaMerge pull request #185 from zyedidia/splits
2016-07-05 Zachary YedidiaChange default colorscheme to monokai
2016-06-25 Zachary YedidiaAdd string group to syntax files
2016-06-23 Zachary YedidiaAdd new colorschemes to runtime
2016-06-23 Zachary YedidiaFix issue with autoclose plugin
2016-06-22 Zachary YedidiaColorscheme group inheritance
2016-06-22 Zachary YedidiaAdd autoclose plugin to handle autoclose for brackets...
2016-06-21 Zachary YedidiaAuto prefix for plugin functions
2016-06-15 Zachary YedidiaAdd support for job control
2016-06-08 Zachary YedidiaAdd support for tabs
2016-06-08 Zachary YedidiaAdd default bindings for PreviousTab and NextTab
2016-06-08 Zachary YedidiaCreate tab struct and reorganize tab bar
2016-06-01 Zachary YedidiaAdd cursorline option
2016-05-31 Zachary YedidiaMake CursorPageUp and CursorPageDown default
2016-05-30 Zachary YedidiaAdd support for user-created commands
2016-05-30 Zachary YedidiaAdd ability to bind lua functions defined in plugins
2016-05-29 Zachary YedidiaAdd persistent undo as the option
2016-05-28 Zachary YedidiaMerge
2016-05-28 Zachary YedidiaAdd `savecursor` option
2016-05-28 Zachary YedidiaMerge pull request #133 from onodera-punpun/packages
2016-05-28 Zachary YedidiaRefactor and clean up
2016-05-20 Zachary YedidiaMerge branch 'duplicate' of https://github.com/onodera...
2016-05-20 Zachary YedidiaMerge
2016-05-19 Zachary YedidiaAdd colorscheme to makefile syntax file
2016-05-17 Zachary YedidiaMerge pull request #111 from onodera-punpun/fix_jump
2016-05-17 Zachary YedidiaFix capitalization of scrollSpeed option
2016-05-15 Zachary YedidiaMerge
2016-05-15 Zachary YedidiaAdd statusline option
2016-05-14 Zachary YedidiaSimplify IsDirty check
2016-05-06 Zachary YedidiaMerge pull request #82 from zyedidia/plugins
2016-05-06 Zachary YedidiaUpdate runtime
2016-05-05 Zachary YedidiaAdd linter option
2016-05-02 Zachary YedidiaAdd R syntax file
2016-04-30 Zachary YedidiaChange selection color in solarized colorscheme
2016-04-30 Zachary YedidiaFix selection bugs
2016-04-30 Zachary YedidiaMerge
2016-04-30 Zachary YedidiaConstrain help text to 80 columns
2016-04-27 Zachary YedidiaMerge branch 'gutter-messages'
2016-04-27 Zachary YedidiaSupport different types of gutter messages
2016-04-27 Zachary YedidiaMerge branch 'elementary-mouse'
2016-04-24 Zachary YedidiaAdd check flag for search and replace
2016-04-24 Zachary YedidiaMerge
2016-04-24 Zachary YedidiaImprove help text
2016-04-24 Zachary YedidiaImprove help text and move to its own file
2016-04-18 Zachary YedidiaMajor optimization for loading syntax files
2016-04-18 Zachary YedidiaEmbed runtime files in the go binary