]> git.lizzy.rs Git - micro.git/history - internal/buffer/buffer.go
Don't block when redraw channel becomes full
[micro.git] / internal / buffer / buffer.go
2020-02-12 Zachary YedidiaDon't block when redraw channel becomes full
2020-02-11 Zachary YedidiaUse filepath.Join more
2020-02-11 Zachary YedidiaMerge branch 'improve-readme' of https://github.com...
2020-02-10 Zachary YedidiaMerge branch 'issue_1008' of https://github.com/sum01...
2020-02-10 Zachary YedidiaFix rehighlight for retab
2020-02-10 Zachary YedidiaMerge branch 'diff-gutter' of https://github.com/p...
2020-02-09 Zachary YedidiaProperly flush bufio writer
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-08 Zachary YedidiaEnable autosave option
2020-02-08 Philipp Emanuel... Add diff gutter
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 'master' of https://github.com/dbeef/micro...
2020-02-02 Zachary YedidiaAdd support for plugin manager within micro
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-21 Zachary YedidiaFix some issues with syntax highlighting regions
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-03 Zachary YedidiaSet filetype to 'off' to disable completely
2020-01-02 Zachary YedidiaDon't crash if only file to open is directory
2019-12-30 Zachary YedidiaMerge pull request #1327 from Osmose/git-commit-diff
2019-12-30 Zachary YedidiaMerge pull request #1437 from serebit/patch-2
2019-12-30 Zachary YedidiaMerge branch 'fix-xml-highlighting' of https://github...
2019-12-30 Zachary YedidiaMerge pull request #1386 from jncraton/docfix
2019-12-30 Zachary YedidiaMerge branch 'master' into patch-1
2019-12-30 Zachary YedidiaMerge pull request #1361 from Lisiadito/master
2019-12-30 Zachary YedidiaMerge pull request #1287 from didactic-drunk/ruby_syntax
2019-12-30 Zachary YedidiaMerge branch 'master' into highlight-nimscript
2019-12-30 Zachary YedidiaMerge pull request #1315 from matbesancon/patch-1
2019-12-30 Zachary YedidiaMerge pull request #1406 from LeapofAzzam/LeapofAzzam...
2019-12-30 Zachary YedidiaMerge pull request #1412 from tommyshem/batSyntaxHighli...
2019-12-30 Zachary YedidiaMerge pull request #1426 from Nergel3/master
2019-12-29 Zachary YedidiaRemove detect requirement and detect in jinja file
2019-12-29 Zachary YedidiaMerge
2019-12-29 Zachary YedidiaSupport includes
2019-12-29 Zachary YedidiaMerge pull request #1443 from onodera-punpun/patch-1
2019-12-29 Zachary YedidiaMore efficient loading for default syntax files
2019-12-26 Zachary YedidiaSupport for file reloading if changed externally
2019-12-25 Zachary YedidiaReoragnize slightly
2019-12-25 Zachary YedidiaNo backups for no name files
2019-12-25 Zachary YedidiaBetter backup behavior
2019-12-25 Zachary YedidiaBackup support
2019-12-25 Zachary YedidiaAdd log and plugin list command
2019-12-25 Zachary YedidiaAdd better matchbrace
2019-12-25 Zachary YedidiaRemove local settings
2019-12-25 Zachary YedidiaAutoclose plugin support
2019-12-25 Zachary YedidiaAdd readonly option
2019-12-25 Zachary YedidiaSupport filetype option as command line option
2019-12-25 Zachary YedidiaAdd reset command and statusline format string options
2019-12-25 Zachary YedidiaSmall fixes
2019-12-25 Zachary YedidiaImplement buffer opening at a location
2019-12-25 Zachary YedidiaAdd hidehelp support
2019-12-25 Zachary YedidiaFix serialization
2019-12-25 Zachary YedidiaSome plugin callbacks
2019-12-25 Zachary YedidiaChange project layout and use go.mod