]> git.lizzy.rs Git - micro.git/history - internal
Update minimum required Go version to 1.16
[micro.git] / internal /
2020-05-17 dmalukaFix end line number in HighlightMatches (#1662)
2020-05-17 Zachary YedidiaAdd support for FindLiteral
2020-05-15 Jeff WarnerAdds command "tabmove ±n", for better tab management...
2020-05-15 dmalukaFix unbind of a rune (#1649)
2020-05-15 Zachary YedidiaRemove outdated c++ highlighter
2020-05-15 Zachary YedidiaSupport snake case autocompletion
2020-05-07 Zachary YedidiaFix movelinesup when selection is not complete
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-30 Jeff WarnerAdds CopyLine action, the new default action for CtrlC...
2020-04-25 Zachary YedidiaMerge
2020-04-25 Zachary YedidiaBetter actions error message
2020-04-21 Zachary YedidiaMake cursor follow selections
2020-04-21 Zachary YedidiaMerge
2020-04-17 2pacimplemented circular tab movement (#1619)
2020-04-10 Zachary YedidiaUpdate runtime v2.0.3
2020-04-10 Zachary YedidiaMerge
2020-04-10 Zachary YedidiaUse StartCol in colorcolumn calculation
2020-04-10 Ján JančárAdd StartOfTextToggle and SelectToStartOfTextToggle...
2020-04-10 Zachary YedidiaEnsure mouse release before focus change
2020-04-05 jsyedidiaAdd Haskell linter hlint to linter plugin (#1610)
2020-03-24 Zachary YedidiaFix python3 syntax file and make python3 default
2020-03-24 Zachary YedidiaRelocate during replace
2020-03-24 Zachary YedidiaMerge
2020-03-24 Zachary YedidiaClarify replace message if replacing in selection
2020-03-24 Hugo LocurcioClarify the Find operation being regex-enabled (#1561)
2020-03-24 allanderekAdd elm as a default comment type in the comment plugin...
2020-03-24 Zachary YedidiaBetter ordering for reading syntax files
2020-03-24 Zachary YedidiaFix term emulator crash if invalid exec given
2020-03-17 Zachary YedidiaDon't clear infobar if not enabled
2020-03-14 Zachary YedidiaFix linter c++ entry
2020-03-05 Zachary YedidiaCopy selection to primary on mouse release
2020-03-03 Zachary YedidiaAdd JumpLine action back
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 YedidiaUpdate runtime v2.0.2
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 YedidiaUse tabbar color group, and mark modified tabs
2020-02-24 Zachary YedidiaMove multi-cursors correctly after newlines
2020-02-24 Zachary YedidiaFilename completion for all non-command prompts
2020-02-24 Zachary YedidiaDebug off using default "go build"
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-19 Zachary YedidiaMerge
2020-02-19 Zachary YedidiaGo lint the current directory of file
2020-02-18 Zachary YedidiaUse filecomplete for shell mode
2020-02-15 Zachary YedidiaFix relocation with softwrap on small buffers
2020-02-15 Zachary YedidiaAdd 'xterm' option
2020-02-14 Zachary YedidiaRelocate after rune insert
2020-02-14 Zachary YedidiaChange some default option values
2020-02-14 Zachary YedidiaMerge
2020-02-14 Zachary YedidiaSearch and replace within a selection
2020-02-13 Zachary YedidiaHandle terminal paste and raw events in info bar
2020-02-13 Zachary YedidiaMerge
2020-02-13 Zachary YedidiaSupport regex capture groups in replace command
2020-02-13 Zachary YedidiaFix gutter offset when softwrap is enabled
2020-02-12 Zachary YedidiaMerge branch 'update-readme' of https://github.com...
2020-02-12 Zachary YedidiaMerge branch 'seitokaichou-autosu'
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 YedidiaIntroduce IndentLine action
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 YedidiaExpose OpenLogBuf to plugins
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 YedidiaClamp modifications
2020-02-12 Zachary YedidiaDon't expose draw channel to outside packages
2020-02-12 Zachary YedidiaDon't block when redraw channel becomes full
2020-02-12 Zachary YedidiaMerge
2020-02-12 Zachary YedidiaUpdate haskell syntax file
2020-02-11 Zachary YedidiaUse filepath.Join more
2020-02-11 Zachary YedidiaImprove one-dark colorscheme divider
2020-02-11 Zachary YedidiaMerge branch 'improve-readme' of https://github.com...
2020-02-11 Zachary YedidiaMerge
2020-02-11 Zachary YedidiaDraw FakeCursor in infobar when on a character
2020-02-11 Zachary YedidiaTerm should return error on unsupported systems
2020-02-10 Zachary YedidiaDocument all options
2020-02-10 Zachary YedidiaMerge
2020-02-10 Zachary YedidiaMerge branch 'sum01-issue_1008'
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 YedidiaChange diffgutter default to false
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 YedidiaDon't autocomplete in the middle of a word
next