]> git.lizzy.rs Git - micro.git/history - internal/buffer/buffer.go
Add autoretab
[micro.git] / internal / buffer / buffer.go
2022-09-12 Elias FleckensteinAdd autoretab autoretab
2022-07-24 Zachary YedidiaMerge branch 'patch-1' of https://github.com/mardukbp...
2021-11-23 Zachary YedidiaFix
2021-11-23 Zachary YedidiaUse abspath for local glob settings
2021-09-28 Dmitry MalukaSupport for highlighting all search matches (hlsearch...
2021-08-21 Zachary YedidiaMerge
2021-08-20 Zachary YedidiaMerge branch 'master' of https://github.com/zyedidia...
2021-08-20 Zachary YedidiaFix save with sudo auto-detection and sudo/doas message
2021-08-07 Zachary YedidiaMerge branch 'patch-3' of https://github.com/pyfisch...
2021-08-03 Zachary YedidiaMerge
2021-08-03 Zachary YedidiaAllow aborting while opening a file with backup
2021-05-19 Zachary YedidiaWarn for readonly instead of setting option
2021-05-12 Zachary YedidiaMerge pull request #2076 from dmaluka/softwrap-improvement2
2021-04-21 Zachary YedidiaMerge
2021-04-08 Dmitry MalukaImplement moving cursor up/down within a wrapped line
2021-04-08 Dmitry MalukaFix horizontal scrolling issue after toggling softwrap...
2021-04-07 Dmitry MalukaAdd buffer.WordAt (#2070)
2021-02-22 Dmitry MalukaFix regressions in buffer settings initialization ...
2021-02-07 Zachary YedidiaOnly initialize buffer settings once
2021-01-27 Zachary YedidiaMerge branch 'PR-find-on-type' of https://github.com...
2021-01-09 Siddhant N TrivediFix some quality issues (#1914)
2020-12-27 Zachary YedidiaMerge branch 'python-highlight-zero' of https://github...
2020-12-26 Zachary YedidiaMerge
2020-12-23 Dmitry MalukaDon't automatically disable readonly option (#1957)
2020-12-23 Dmitry MalukaFix potential file leaks (#1958)
2020-12-20 Zachary YedidiaFix stat error detection
2020-12-18 Zachary YedidiaMerge
2020-12-18 Zachary YedidiaImprove file permission detection
2020-11-05 Zachary YedidiaMerge
2020-10-20 Dmitry MalukaFix buffer.RuneAt (#1895)
2020-09-16 Sourya VatsyayanFix quality issues (#1856)
2020-09-04 Zachary YedidiaNever backup closed buffers
2020-06-24 Zachary YedidiaAdd more functions to customize status bar
2020-06-22 Zachary YedidiaImprove backup system
2020-06-13 Zachary YedidiaMerge branch 'faster-runewidth' of https://github.com...
2020-06-12 Zachary YedidiaFix MoveLines on last line of buffer
2020-06-06 Zachary YedidiaMerge
2020-06-06 Zachary YedidiaFix fileformat for newly created files
2020-06-03 Zachary YedidiaMerge
2020-05-30 Zachary YedidiaFix handling of +LINE:COL syntax
2020-05-29 Zachary YedidiaAdd `parsecursor` option for file:line:col syntax
2020-05-20 Zachary YedidiaUse CharacterCount over RuneCount
2020-05-20 Zachary YedidiaUse DecodeCharacter over DecodeRune
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-03-24 Zachary YedidiaBetter ordering for reading syntax files
2020-02-27 Zachary YedidiaIf stdout is a pipe, output to the pipe
2020-02-27 Zachary YedidiaFix custom syntax files not highlighting
2020-02-25 Zachary YedidiaMerge branch 'buffer-tests' of https://github.com/p...
2020-02-25 Zachary YedidiaFix text transformation bug
2020-02-24 Zachary YedidiaApply basename option in tabbar as well
2020-02-19 Zachary YedidiaFix issue with simultaneous buffers
2020-02-19 Zachary YedidiaShare more buffer elements and fix rehighlight
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 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
next