]> git.lizzy.rs Git - micro.git/history - cmd/micro/plugin.go
Code optimisation (#1117)
[micro.git] / cmd / micro / plugin.go
2018-01-21 Zachary YedidiaDon't throw error if job callback doesn't exist
2018-01-08 Zachary YedidiaAdd onBufferOpen plugin callback
2018-01-06 Zachary YedidiaMerge pull request #877 from IOAyman/readme
2017-12-03 Zachary YedidiaMerge
2017-12-03 Zachary YedidiaAdd showkey command
2017-11-19 Zachary YedidiaMerge pull request #613 from GeigerCounter/build_tools
2017-10-21 Zachary YedidiaMerge pull request #782 from i-amdroid/master
2017-10-04 Zachary YedidiaMerge pull request #850 from nitsakh/feat-809
2017-09-30 Zachary YedidiaFix support for user-friendly plugin names
2017-09-11 Zachary YedidiaMerge branch 'better-lua'
2017-09-10 Zachary YedidiaGive Lua access to most of the Go stdlib
2017-09-09 Zachary YedidiaGive Lua access to most of the Go stdlib
2017-06-18 Zachary YedidiaMerge pull request #679 from alialaee/master
2017-06-11 Zachary YedidiaAdd functionality for binding mouse buttons
2017-03-01 Zachary YedidiaMerge pull request #570 from yursan9/yaml
2017-02-21 Zachary YedidiaFix various linter and vet warnings
2016-12-26 Zachary YedidiaMerge
2016-12-25 Zachary YedidiaMerge pull request #507 from NicolaiSoeborg/master
2016-12-25 NicolaiFix travis build (new imports for gopher-luar)
2016-12-22 Zachary YedidiaMerge pull request #488 from McSwaggens/removewhitespac...
2016-12-22 Zachary YedidiaMerge
2016-12-22 Zachary YedidiaMerge pull request #499 from 10sr/addrmtrailingws
2016-12-22 Zachary YedidiaMerge pull request #489 from november-eleven/refactor...
2016-12-12 Thomas LE ROUXrefactor(plugin): Enable human-friendly plugin name
2016-10-19 Zachary YedidiaMerge pull request #425 from adrianvoica/master
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-19 Florian Sundermannload plugins as rt-files
2016-09-18 Zachary YedidiaMerge
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-16 Zachary YedidiaMerge pull request #363 from boombuler/rtfiles
2016-09-15 Florian Sundermannallow plugins to list / read runtime files
2016-09-15 Florian Sundermannsimplified file handling for 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-07 Zachary YedidiaMerge branch 'master' of https://github.com/to-miz...
2016-09-06 Zachary YedidiaMerge branch 'params' of https://github.com/boombuler...
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-02 boombulerallow plugins to register autocomplete functions
2016-08-26 Zachary YedidiaMerge pull request #213 from zyedidia/local-settings
2016-08-25 Zachary YedidiaFix bug with init.lua
2016-08-25 Zachary YedidiaMinor fixes and update runtime
2016-08-25 Zachary YedidiaAdd onBufferOpen plugin callback
2016-08-20 Zachary YedidiaAdd support for init.lua file in ~/.config/micro
2016-08-17 Zachary YedidiaAdd boolean option to actions to disable the lua callback
2016-08-17 Zachary YedidiaMerge pull request #209 from onodera-punpun/coloredline
2016-08-14 Zachary YedidiaUser plugins should replace default plugins
2016-07-14 Zachary YedidiaAdd preAction plugin callbacks which can return false...
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-05-30 Zachary YedidiaAdd support for user-created commands
2016-05-30 Zachary YedidiaAdd ability to bind lua functions defined in plugins
2016-05-06 Zachary YedidiaMerge pull request #82 from zyedidia/plugins
2016-05-05 Zachary YedidiaAdd linter plugin to easily make linters
2016-05-05 Zachary YedidiaAdd hooks for every action that's bindable
2016-05-05 Zachary YedidiaAdd default plugins, and install go plugin by default
2016-05-05 Zachary YedidiaLoad plugins from ~/.config/micro/plugins