]> git.lizzy.rs Git - micro.git/shortlog
micro.git
2016-08-27 Zachary YedidiaUpdate 1.0rc1
2016-08-27 Zachary YedidiaAdd release.sh
2016-08-26 Zachary YedidiaMerge
2016-08-26 Zachary YedidiaAdd commit hash to generated binaries
2016-08-26 Zachary YedidiaUpdate readme
2016-08-26 Zachary YedidiaAdd logo and update screenshot
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-25 Zachary YedidiaPass the view into plugin callbacks
2016-08-25 Zachary YedidiaUpdate plugins for local settings
2016-08-25 Zachary YedidiaAdd support for local or global only settings
2016-08-25 Zachary YedidiaAdd filetype as an option
2016-08-25 Zachary YedidiaMake all filetype names lowercase
2016-08-25 Zachary YedidiaAdd local settings for each buffer
2016-08-25 Zachary YedidiaMinor fixes and update runtime
2016-08-25 Zachary YedidiaAdd onBufferOpen plugin callback
2016-08-24 Zachary YedidiaAdd center action to center the view on the cursor
2016-08-24 Zachary YedidiaRelocate on startup
2016-08-24 Zachary YedidiaPlugin onAction return value should determine relocate
2016-08-23 Zachary YedidiaAuto indent on paste
2016-08-22 Zachary YedidiaDon't pad suggestions
2016-08-22 Zachary YedidiaFix gutter message overwriting a prompt
2016-08-22 Zachary YedidiaRemove auto indented spaces if the line is empty
2016-08-21 Zachary YedidiaAdd gruvbox colorscheme
2016-08-21 Zachary YedidiaSmall fix to redraw location
2016-08-20 Zachary YedidiaUpdate readme
2016-08-20 Zachary YedidiaRemove todolist
2016-08-20 Zachary YedidiaSlight additional improvement to word movement
2016-08-20 Zachary YedidiaImprove cursor word movement
2016-08-20 Zachary YedidiaAdd pasting in command mode
2016-08-20 Zachary YedidiaAdd support for init.lua file in ~/.config/micro
2016-08-20 Zachary YedidiaGo plugin should disable tabstospaces if the file is go
2016-08-19 Zachary YedidiaFix minor issue with autoclose
2016-08-19 Zachary YedidiaImprove autoclose plugin auto tabbing
2016-08-19 Zachary YedidiaMove cursor with search selection
2016-08-18 Zachary YedidiaUpdate runtime
2016-08-18 Zachary YedidiaFix minor autoindent bug
2016-08-18 Zachary YedidiaFix some issues with unicode handling
2016-08-18 Zachary YedidiaMake setting options global
2016-08-17 Zachary YedidiaFix statusline suggestion style
2016-08-17 Zachary YedidiaAdd visual indicator for autocomplete suggestions
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 much better autocompletion for commands
2016-08-17 Zachary YedidiaAdd current-line-number colors to all colorschemes
2016-08-17 Zachary YedidiaAdd more docs for plugins and keybindings
2016-08-17 Zachary YedidiaUpdate runtime.go
2016-08-17 Zachary YedidiaAdd more documentation
2016-08-17 Zachary YedidiaAdd more explanation for colors.md
2016-08-17 Zachary YedidiaDon't open a new split if help is already open
2016-08-17 Zachary YedidiaSplit help into multiple files and add help command
2016-08-17 Zachary YedidiaMinor fix to current line num style
2016-08-17 Zachary YedidiaMerge pull request #209 from onodera-punpun/coloredline
2016-08-16 Zachary YedidiaClean up go plugin
2016-08-16 Zachary YedidiaFix recursive issue with go plugin
2016-08-16 Zachary YedidiaChange plugin callbacks to not only happen when a keybi...
2016-08-16 Zachary YedidiaRebind Home and End to StartOfLine and EndOfLine
2016-08-15 Camille ScholtzAdd colored current line number option
2016-08-14 Zachary YedidiaUser plugins should replace default plugins
2016-08-14 Zachary YedidiaSyntax highlighting optimization
2016-08-13 Zachary YedidiaAdd HandleCommand and HandleShellCommand to plugin api
2016-08-11 Zachary YedidiaMinor update
2016-08-11 Zachary YedidiaSet parents correctly on split nodes
2016-08-11 Zachary YedidiaSmall fix to splits
2016-08-11 Zachary YedidiaFix statusline and tabbar offsets
2016-08-11 Zachary YedidiaAdd ability to delete splits
2016-08-11 Zachary YedidiaAdd split_tree and ability to create splits
2016-08-10 Zachary YedidiaRemove current implementation of splits
2016-08-08 Zachary YedidiaSmall fix to OutdentSelection
2016-08-08 Zachary YedidiaBind OutdentSelection to ShiftTab (Backtab)
2016-08-07 Zachary YedidiaBindings for IndentSelection and OutdentSelection
2016-08-02 Zachary YedidiaPressing tab on a selection indents the selection
2016-08-02 Zachary YedidiaRemove backspace prompt cancelation
2016-07-30 Zachary YedidiaAdd gololang to pre installed syntax files
2016-07-30 Zachary YedidiaMerge pull request #200 from k33g/wip-golo-syntax
2016-07-30 Philippe CharrièreTo only use the colorscheme groups
2016-07-30 Philippe CharrièreAdd Gololang support
2016-07-24 Zachary YedidiaUse file completion for command mode
2016-07-24 Zachary YedidiaAdd tab command to open a file in a new tab
2016-07-24 Zachary YedidiaFix issue with autoclose plugin
2016-07-24 Zachary YedidiaUse my fork of clipboard
2016-07-23 Zachary YedidiaFix small horizontal scrolling glitch
2016-07-20 Zachary YedidiaRehighlight a split as soon as it is opened
2016-07-15 Zachary YedidiaAdd separator characters between splits
2016-07-15 Zachary YedidiaHighlight plist as XML
2016-07-14 Zachary YedidiaRecompile runtime.go
2016-07-14 Zachary YedidiaAdd preAction plugin callbacks which can return false...
2016-07-14 Zachary YedidiaMerge
2016-07-14 Zachary YedidiaOpen help in a separate split
2016-07-13 Zachary YedidiaMerge pull request #193 from timon999/master
2016-07-13 Timon BöhlerChanged Python syntax file to use Go's regex for matchi...
2016-07-12 Zachary YedidiaUpdate runtime and syntax file listing
2016-07-12 Zachary YedidiaMerge pull request #191 from bvaudour/patch-1
2016-07-12 Benjamin VAUDOURUpdate of lilypond.micro
2016-07-11 Zachary YedidiaFix draw ordering
2016-07-11 Zachary YedidiaRewrite view display function
2016-07-11 Benjamin VAUDOURAdd lilypond syntax (http://lilypond.org/)
next