]> git.lizzy.rs Git - micro.git/history - internal/buffer
Use DecodeCharacter over DecodeRune
[micro.git] / internal / buffer /
2020-05-20 Zachary YedidiaUse DecodeCharacter over DecodeRune
2020-05-20 Zachary YedidiaMerge branch 'p-e-w-buffer-benchmarks'
2020-05-20 Zachary YedidiaMerge branch 'buffer-benchmarks' of https://github...
2020-05-17 Zachary YedidiaMerge branch 'master' of https://github.com/zyedidia...
2020-05-17 dmalukaFix end line number in HighlightMatches (#1662)
2020-05-04 Zachary YedidiaFix v2 import path for go mod
2020-04-30 Zachary YedidiaMerge branch 'jwarner112-jwarner112-copyline'
2020-04-30 Zachary Yedidiagofmt
2020-04-25 Zachary YedidiaMerge
2020-04-10 Zachary YedidiaMerge
2020-04-10 Ján JančárAdd StartOfTextToggle and SelectToStartOfTextToggle...
2020-03-24 Zachary YedidiaBetter ordering for reading syntax files
2020-03-01 Philipp Emanuel... Add more sophisticated buffer benchmark system
2020-02-27 Zachary YedidiaIf stdout is a pipe, output to the pipe
2020-02-27 Zachary YedidiaUse bytes.Buffer for LineArray.Bytes
2020-02-27 Zachary YedidiaFix custom syntax files not highlighting
2020-02-26 Zachary YedidiaImprove buffer test
2020-02-26 Zachary YedidiaImprove buffer test
2020-02-26 Zachary YedidiaUndo event chunks instead of single events
2020-02-26 Zachary YedidiaFix buffer tests and selection bug
2020-02-25 Zachary YedidiaMerge branch 'buffer-tests' of https://github.com/p...
2020-02-25 Zachary Yedidialine_array insert for eofnewline and make default
2020-02-25 joshfix eofnewline not running on files with 1 rune (#1535)
2020-02-25 Zachary YedidiaFix text transformation bug
2020-02-24 Zachary YedidiaApply basename option in tabbar as well
2020-02-24 Zachary YedidiaMove multi-cursors correctly after newlines
2020-02-22 Philipp Emanuel... Add buffer test and benchmark suite (and tool to genera...
2020-02-19 Zachary YedidiaFix issue with simultaneous buffers
2020-02-19 Zachary YedidiaShare more buffer elements and fix rehighlight
2020-02-14 Zachary YedidiaMerge
2020-02-14 Zachary YedidiaSearch and replace within a selection
2020-02-13 Zachary YedidiaMerge
2020-02-13 Zachary YedidiaSupport regex capture groups in replace command
2020-02-12 Zachary YedidiaMerge branch 'update-readme' of https://github.com...
2020-02-12 Zachary YedidiaMerge branch 'autosu' of https://github.com/seitokaicho...
2020-02-12 Zachary YedidiaMerge branch 'jawahars16-bug-endless-reload-prompt'
2020-02-12 Zachary YedidiaMerge branch 'bug-endless-reload-prompt' of https:...
2020-02-12 Zachary YedidiaShare hash across equivalent buffers for fastdirty=off
2020-02-12 Zachary YedidiaFix issue with global/local settings
2020-02-12 Zachary YedidiaClicking tabbar arrow scrolls and fix multicursor
2020-02-12 Zachary YedidiaOnly highlight matching brace if one is found
2020-02-12 Zachary YedidiaFix deleteLines off-by-one error
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-10 Zachary YedidiaSanitize inputs to insert and remove
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 to allow readonly to be disabled
2020-02-08 Zachary YedidiaMore plugin docs and improve doc formatting
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 option to clean unused settings and other parts...
2020-02-02 Zachary YedidiaAdd support for plugin manager within micro
2020-02-02 Zachary YedidiaSynchronize undo and redo chunks
2020-01-31 Zachary YedidiaImprove lua interface
2020-01-31 Zachary YedidiaMerge
2020-01-31 Zachary YedidiaAdd text event callback
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-05 Zachary YedidiaBetter message for gob error
2020-01-03 BonnieFix #1383: "Save with Sudo" rewrite (#1424)
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
2020-01-02 Zachary YedidiaMerge
2020-01-02 Zachary YedidiaFix save with sudo on mac
2020-01-01 Zachary YedidiaUse upstream updated zyedidia tcell
2019-12-31 Zachary YedidiaSwitch to gdamore/tcell
2019-12-31 Zachary YedidiaMerge
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
next