]> git.lizzy.rs Git - micro.git/history - runtime/help
Make debug mode flag, plugins can access logbuf
[micro.git] / runtime / help /
2016-10-06 Zachary YedidiaMove linter and go plugins to their own repos
2016-10-06 Zachary YedidiaMerge pull request #396 from boombuler/help
2016-10-06 Florian Sundermannupdated plugin help
2016-10-05 Zachary YedidiaAdd some documentation about plugin manager
2016-10-05 Zachary YedidiaMerge pull request #378 from boombuler/pm
2016-10-04 Zachary YedidiaAdd 'Unsplit' action and VSplit and HSplit actions
2016-10-01 boombulerMerge remote-tracking branch 'zyedidia/master' into pm
2016-09-28 Zachary YedidiaAdd 'autosave' option
2016-09-28 Zachary YedidiaMerge pull request #384 from boombuler/logview
2016-09-27 boombulerMerge remote-tracking branch 'zyedidia/master' into pm
2016-09-27 Zachary YedidiaHSplit log, and update docs
2016-09-27 Zachary YedidiaMerge pull request #381 from boombuler/logview
2016-09-27 Zachary YedidiaAdd new plugin runtime function
2016-09-26 boombulerMerge remote-tracking branch 'zyedidia/master' into pm
2016-09-26 Zachary YedidiaFix problems recognizing CtrlH
2016-09-26 Florian SundermannMerge remote-tracking branch 'zyedidia/master' into pm
2016-09-24 Zachary YedidiaMerge pull request #371 from boombuler/plugins
2016-09-20 Zachary YedidiaMerge pull request #370 from boombuler/snippets_core
2016-09-19 Florian Sundermannsome additions to the plugin API
2016-09-18 Zachary YedidiaMerge
2016-09-16 Zachary YedidiaAdd quick start guide to help.md
2016-09-16 Zachary YedidiaMerge pull request #334 from techtonik/filemanagers
2016-09-16 Zachary YedidiaAllow plugins to add their own runtime files
2016-09-14 Zachary YedidiaMerge pull request #359 from boombuler/params
2016-09-14 Zachary YedidiaMerge pull request #354 from boombuler/help
2016-09-13 boombulerallow plugins to have a help file
2016-09-11 anatoly techtonikFix comma and tabs in markdown help
2016-09-10 Zachary YedidiaMerge pull request #316 from elopio/snapcraft
2016-09-09 Zachary YedidiaAdd eval command
2016-09-09 Zachary YedidiaMerge
2016-09-09 Zachary YedidiaMerge pull request #344 from apjanke/doco-tweaks
2016-09-09 Andrew Jankedoco: grammar and formatting tweaks
2016-09-08 Zachary YedidiaMerge pull request #341 from boombuler/bug297
2016-09-08 Zachary YedidiaAdd SaveAs action and command
2016-09-07 Zachary YedidiaAdd colorcolumn option
2016-09-07 anatoly techtonikUsability integration with file managers
2016-09-07 Zachary YedidiaMerge branch 'master' of https://github.com/to-miz...
2016-09-06 Zachary YedidiaMerge
2016-09-06 Zachary YedidiaHave HandleShellCommand return the stdout
2016-09-06 Zachary YedidiaMerge branch 'params' of https://github.com/boombuler...
2016-09-06 Zachary YedidiaAdd support for macros
2016-09-05 Zachary YedidiaMerge branch 'primary-clipboard'
2016-09-05 Zachary YedidiaMerge pull request #314 from mame98/master
2016-09-05 Zachary YedidiaMerge pull request #283 from boombuler/autocompleteplugin
2016-09-04 Zachary YedidiaMerge pull request #298 from boombuler/bug269
2016-09-03 Zachary YedidiaMerge pull request #286 from boombuler/bug269
2016-09-03 Zachary YedidiaMerge pull request #282 from boombuler/windows
2016-09-03 Zachary YedidiaAdd default bindings for CtrlHome and CtrlEnd
2016-09-02 boombulerupdated plugin help
2016-08-31 Zachary YedidiaMerge pull request #233 from schollz/master
2016-08-31 Zachary YedidiaMerge
2016-08-31 Zachary YedidiaMerge pull request #263 from dtakahas/fix-help-typos
2016-08-31 Dave TakahashiFix a couple typos in help files
2016-08-31 Zachary YedidiaMerge
2016-08-31 Zachary YedidiaAdd infobar option to disable the message line
2016-08-31 Zachary YedidiaUpdate help to give quick instructions on quitting...
2016-08-30 Zachary YedidiaAdd QuitAll action to close all splits and tabs at...
2016-08-30 Zachary YedidiaMerge
2016-08-30 Zachary YedidiaMerge pull request #235 from toxinu/patch-1 v1.0.1
2016-08-30 Geoffrey LehéeAdd missing comma
2016-08-30 Zachary YedidiaMerge
2016-08-30 Zachary YedidiaMerge pull request #220 from wayneashleyberry/patch-1
2016-08-30 Zachary YedidiaMerge pull request #225 from jfchevrette/patch-1
2016-08-30 Zachary YedidiaMerge pull request #221 from ilmanzo/patch-1
2016-08-30 Jean-Francois Chev... Fix typo in tutorial.md
2016-08-30 Andrea ManziniUpdate tutorial.md
2016-08-30 Wayne Ashley BerryUpdate options.md
2016-08-29 Zachary YedidiaUpdate readme v1.0
2016-08-29 Zachary YedidiaMake cursorline on by default
2016-08-29 Zachary YedidiaAdd show command to show the value of an option
2016-08-28 Zachary YedidiaRename 'default' colorscheme to 'simple'
2016-08-28 Zachary YedidiaUpdate docs and makefile
2016-08-26 Zachary YedidiaAdd tutorial help file
2016-08-26 Zachary YedidiaMerge pull request #213 from zyedidia/local-settings
2016-08-26 Zachary YedidiaAdd support for making buffer local options in settings...
2016-08-25 Zachary YedidiaFix bug with init.lua
2016-08-25 Zachary YedidiaUpdate docs and add some comments
2016-08-17 Zachary YedidiaMinor update to docs
2016-08-17 Zachary YedidiaAdd boolean option to actions to disable the lua callback
2016-08-17 Zachary YedidiaAdd more docs for plugins and keybindings
2016-08-17 Zachary YedidiaAdd more documentation
2016-08-17 Zachary YedidiaAdd more explanation for colors.md
2016-08-17 Zachary YedidiaSplit help into multiple files and add help command
2016-08-17 Zachary YedidiaMerge pull request #209 from onodera-punpun/coloredline
2016-08-16 Zachary YedidiaRebind Home and End to StartOfLine and EndOfLine
2016-07-24 Zachary YedidiaAdd tab command to open a file in a new tab
2016-07-09 Zachary YedidiaMerge pull request #185 from zyedidia/splits
2016-07-09 Zachary YedidiaAdd documentation for splits
2016-06-23 Zachary YedidiaAdd new colorschemes to runtime
2016-06-22 Zachary YedidiaAdd autoclose plugin to handle autoclose for brackets...
2016-06-08 Zachary YedidiaAdd support for tabs
2016-06-08 Zachary YedidiaAdd default bindings for PreviousTab and NextTab
2016-06-08 Zachary YedidiaMake tabs respond to mouse events
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-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
next