]> git.lizzy.rs Git - micro.git/history - internal
updated man page (#1492)
[micro.git] / internal /
2020-02-09 Zachary YedidiaDon't autocomplete in the middle of a word
2020-02-09 Zachary YedidiaFix save callbacks
2020-02-09 Zachary YedidiaCreate bindings.json if it does not exist
2020-02-09 Zachary YedidiaProperly flush bufio writer
2020-02-09 Zachary YedidiaImprove disk performance with buffered io
2020-02-09 Zachary YedidiaImprove remove performance
2020-02-09 Zachary YedidiaStart insert performance improvements
2020-02-09 Zachary YedidiaMerge
2020-02-09 Zachary YedidiaMinor improvements
2020-02-09 Zachary YedidiaMerge branch 'master' of https://github.com/Paalon...
2020-02-09 Zachary YedidiaMerge pull request #1324 from konsumer/master
2020-02-09 Zachary YedidiaMerge pull request #1321 from zonuexe/add/php-fn-keyword
2020-02-09 Zachary YedidiaMerge pull request #1333 from the-sushi/patch-1
2020-02-09 Zachary YedidiaUpdate third party licenses
2020-02-09 Zachary YedidiaFix unsplit crash
2020-02-09 Zachary YedidiaFix to allow readonly to be disabled
2020-02-09 Rein FShow that the file is readonly (#1486)
2020-02-08 Zachary YedidiaMore plugin docs and improve doc formatting
2020-02-08 Zachary YedidiaEnable autosave option
2020-02-08 Zachary YedidiaUse actual lua functions for callbacks instead of strings
2020-02-08 Zachary YedidiaMerge pull request #1277 from coolreader18/patch-1
2020-02-08 Zachary YedidiaMerge pull request #1423 from caligari87/patch-1
2020-02-08 Zachary YedidiaMerge branch 'fix_defaultkeys_help' of https://github...
2020-02-08 Zachary YedidiaMerge branch 'master' of https://github.com/msiism...
2020-02-08 Zachary YedidiaMerge pull request #1252 from SunflowerFuchs/patch-1
2020-02-08 Zachary YedidiaMerge pull request #1264 from krerkkiat/issue-1237
2020-02-08 Zachary YedidiaMerge
2020-02-08 Zachary YedidiaMerge branch 'dbeef-master'
2020-02-08 Zachary YedidiaMerge branch 'master' of https://github.com/dbeef/micro...
2020-02-08 Zachary YedidiaSupport paste action in terminal
2020-02-08 Zachary YedidiaMerge pull request #1485 from LevitatingBusinessMan...
2020-02-07 Rein FFix for issue 2 in #1484
2020-02-07 Zachary YedidiaAdd some docs for linter, comment, status
2020-02-07 Zachary YedidiaMerge
2020-02-06 Zachary YedidiaAdd StartOfText options to multiactions
2020-02-06 Zachary YedidiaAction callbacks for lua actions
2020-02-05 Zachary YedidiaAllow plugins to resize panes
2020-02-03 Zachary YedidiaAdd scrolling to command bar autocompletion
2020-02-02 Zachary YedidiaMake curpane only return bufpanes
2020-02-02 Zachary YedidiaFix cycleback in infopane
2020-02-02 Zachary YedidiaAdd option to clean unused settings and other parts...
2020-02-02 Zachary YedidiaUse namespaces for plugin options
2020-02-02 Zachary YedidiaAdd support for plugin manager within micro
2020-02-02 Zachary YedidiaDisable current line num style if no cursorline
2020-02-02 Zachary YedidiaSynchronize undo and redo chunks
2020-02-02 Zachary YedidiaAdd plugin manager
2020-02-01 Zachary YedidiaAdd CurPane and CurTab functions for plugins
2020-01-31 Zachary YedidiaUpdate colorschemes and add new ones
2020-01-31 Zachary YedidiaImprove lua interface
2020-01-31 Zachary YedidiaMerge
2020-01-31 Zachary YedidiaAdd text event callback
2020-01-30 Zachary YedidiaFix callback cancelation
2020-01-30 Zachary YedidiaAdd callback option to linter
2020-01-30 Zachary YedidiaModify linter and add plugin cmd
2020-01-29 Zachary YedidiaDo not add non-plugin directories in plug/
2020-01-29 Zachary YedidiaDon't call plugin if nil
2020-01-29 Zachary YedidiaHighlight in parallel
2020-01-28 Zachary YedidiaEmpty highlighting for unknown filetypes
2020-01-28 Zachary YedidiaDon't rehighlight if there are no modifications
2020-01-26 Zachary YedidiaResize tabbar properly
2020-01-26 Zachary YedidiaDon't indent empty lines
2020-01-25 Zachary YedidiaTab horizontal scrolling should not be negative
2020-01-25 Zachary YedidiaSplit the actions StartOfLine and StartOfText
2020-01-21 Zachary YedidiaFix some issues with syntax highlighting regions
2020-01-21 Zachary YedidiaChange ctrl-arrow default binding for non-Mac OSes
2020-01-21 Zachary YedidiaMake readonly and filetype local-only
2020-01-18 Rein Fupdated runtime
2020-01-16 Zachary YedidiaMake debug mode flag, plugins can access logbuf
2020-01-16 Zachary YedidiaMerge
2020-01-16 Zachary YedidiaReadonly should only apply to default buffers
2020-01-06 Zachary YedidiaMerge
2020-01-06 Serge VoilokovAdd golang keywords (#1455)
2020-01-06 Zachary YedidiaProperly handle empty args with new shellquote lib
2020-01-06 Zachary YedidiaDon't indent softwrap if ruler is off
2020-01-05 Zachary YedidiaMinor view fix
2020-01-05 Zachary YedidiaBetter message for gob error
2020-01-04 Zachary YedidiaAdd cycleautocompleteback action
2020-01-03 BonnieFix #1383: "Save with Sudo" rewrite (#1424)
2020-01-03 Zachary YedidiaFix save callback issue
2020-01-03 Zachary YedidiaSet filetype to 'off' to disable completely
2020-01-02 Zachary YedidiaReplace shellwords with shellquote
2020-01-02 Zachary YedidiaDon't crash if only file to open is directory
2020-01-02 Zachary YedidiaSome documentation updates
2020-01-02 Zachary YedidiaMerge
2020-01-02 Zachary YedidiaAdd "paste" option to enable aggressive pasting
2020-01-02 Zachary YedidiaFix save with sudo on mac
2020-01-02 Zachary YedidiaFix PluginAddRuntimeFile
2020-01-02 Zachary YedidiaFinish support for a fake cursor v2.0.0-rc2
2020-01-02 Zachary YedidiaBetter support for fake cursor
2020-01-02 Zachary YedidiaUse fake cursor for windows
2020-01-02 Zachary YedidiaUpdate deps
2020-01-01 Zachary YedidiaDisable true color by default
2020-01-01 Zachary YedidiaUpdate runtime
2020-01-01 Zachary YedidiaRaw event support with new tcell
2020-01-01 Zachary YedidiaEscape sequence support
2020-01-01 Zachary YedidiaUse upstream updated zyedidia tcell
2019-12-31 Zachary YedidiaSwitch to gdamore/tcell
2019-12-31 Zachary YedidiaMerge
2019-12-31 Zachary YedidiaFix openbuffer view creation
2019-12-31 Zachary YedidiaMerge
next