]> git.lizzy.rs Git - micro.git/history - internal
Add autoretab
[micro.git] / internal /
2022-09-12 Elias FleckensteinAdd autoretab autoretab
2022-08-19 Zachary YedidiaUse shell job for terminal callback
2022-08-17 Zachary YedidiaEnsure screen cannot draw during a term prompt
2022-07-24 Daniel Lee Harpleplugins: load directories that are symlinks (#2214)
2022-07-24 Lincoln JúniorFix cursor position change after CopyLine command ...
2022-07-24 worldmakerFix weird behavior of JumpToMatchingBrace in some ill...
2022-07-24 Zachary YedidiaMerge branch 'patch-1' of https://github.com/mardukbp...
2022-07-20 Zachary YedidiaMerge
2022-07-17 Ben HammondAdds options for tab bar and tab color reversing (...
2022-06-14 Zachary YedidiaUse zyedidia/clipper for external clipboard
2022-02-27 Zachary YedidiaMerge
2022-02-22 0x5cAdded lines and percentage statusbar directives (#2055)
2021-11-23 Zachary YedidiaFix
2021-11-23 Zachary YedidiaUse abspath for local glob settings
2021-10-27 Dmitry MalukaFix regression: non-working direct colors in syntax...
2021-09-28 Dmitry MalukaSupport for highlighting all search matches (hlsearch...
2021-09-28 Dmitry MalukaFix some issues with default colors in colorschemes...
2021-09-24 Ryan WestlundFix #1943: 'Duplicated line' message being wrong (...
2021-08-25 Ali KefiaBuild : using go:generate and go:embed (#2195)
2021-08-21 Zachary YedidiaMore style improvements
2021-08-21 Zachary YedidiaMerge
2021-08-21 Zachary YedidiaImprove comments
2021-08-20 Zachary YedidiaUpdate comment filetype when commenting
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-18 Zachary YedidiaUpdate runtime
2021-08-18 Zachary YedidiaMerge
2021-08-14 john-batchMake yes/no prompts case-insensitive (#2182)
2021-08-07 Zachary YedidiaMerge branch 'pyfisch-patch-3' v2.0.10
2021-08-07 Zachary YedidiaMerge branch 'patch-3' of https://github.com/pyfisch...
2021-08-03 Zachary YedidiaFixes for syntax and docs
2021-08-03 Zachary YedidiaMerge
2021-08-03 Zachary YedidiaAllow aborting while opening a file with backup
2021-07-21 pyfischMore precise filename detection for shell scripts
2021-07-16 Ali KefiaShellcheck as a new shell linter + runtime.go out of...
2021-07-14 Ali KefiaSearch the last match on line when search back (#2156)
2021-07-05 Zachary YedidiaAdd default binding for FindLiteral
2021-06-17 Zachary YedidiaMerge
2021-06-09 Dmitry Malukafind: select prefilled text (#2127)
2021-06-02 Ali Kefiafind: prefill with selection (#2115)
2021-06-01 Zachary YedidiaFix erlang comment syntax
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 MalukaFix up X,Y values in BufView
2021-04-08 Dmitry MalukaReplace BufWidth & BufHeight with BufView
2021-04-08 Dmitry MalukaDon't highlight padding spaces in word wrapping
2021-04-08 Dmitry MalukaImplement word wrapping
2021-04-08 Dmitry MalukaSimplify LocFromVisual implementation
2021-04-08 Dmitry MalukaImplement moving cursor up/down within a wrapped line
2021-04-08 Dmitry MalukaAdd VLoc, VLocFromLoc and LocFromVLoc
2021-04-08 Dmitry MalukaFix horizontal scrolling with a wide rune at the right...
2021-04-08 Dmitry MalukaFix displaying incomplete tab or wide rune at the right...
2021-04-08 Dmitry MalukaFix horizontal scrolling issue after toggling softwrap...
2021-04-08 Dmitry MalukaAdd BufWidth and BufHeight
2021-04-07 Dmitry MalukaAdd buffer.WordAt (#2070)
2021-04-07 Dmitry MalukaFix softwrap scrolling issues (#1981)
2021-03-02 Zachary YedidiaMerge
2021-03-02 Zachary YedidiaFix noregex interactive replace
2021-03-02 Zachary YedidiaAdd ForceQuit action
2021-02-22 Dmitry MalukaFix regressions in buffer settings initialization ...
2021-02-20 Zachary YedidiaRemove conf highlighting (too many conflicts)
2021-02-19 Zachary YedidiaFix #2030: warn for invalid pane type
2021-02-07 Zachary YedidiaOnly initialize buffer settings once
2021-01-28 Zachary Yedidiagofmt
2021-01-27 Zachary YedidiaMerge branch 'ilius-PR-find-on-type'
2021-01-27 Zachary YedidiaRename to incsearch
2021-01-27 Zachary YedidiaMerge branch 'PR-find-on-type' of https://github.com...
2021-01-09 Siddhant N TrivediFix some quality issues (#1914)
2021-01-06 Dmitry MalukaFix non-working TryBindKey and UnbindKey (#1970)
2021-01-04 Saeed Rasooliadd settings option "findontype" to allow disabling...
2020-12-27 Zachary YedidiaMerge branch 'a11ce-python-highlight-zero'
2020-12-27 Zachary YedidiaMerge branch 'python-highlight-zero' of https://github...
2020-12-27 worldmakerfix the missing break in JumpToMatchingBrace (#1960)
2020-12-26 Zachary YedidiaMerge
2020-12-26 Zachary YedidiaOnly use internal clipboard on error
2020-12-23 Dmitry MalukaDon't automatically disable readonly option (#1957)
2020-12-23 Dmitry MalukaFix potential file leaks (#1958)
2020-12-20 Zachary YedidiaUpdate runtime
2020-12-20 Zachary YedidiaFix stat error detection
2020-12-20 Zachary YedidiaAdd Dracula colorscheme to defaults
2020-12-18 Zachary YedidiaMerge
2020-12-18 Zachary YedidiaImprove file permission detection
2020-12-17 Zachary YedidiaRemove clipboard error message
2020-12-15 a11ceHighlight 0 as a constant number in python3
2020-11-21 Carlos Henrique... Make more libraries available (#1917)
2020-11-16 Zachary YedidiaClear prompt before callback
2020-11-06 Zachary YedidiaDisable fake cursor for Windows Terminal
2020-11-05 Zachary YedidiaFix internal string binding representation
2020-11-05 Zachary YedidiaMerge
2020-11-05 Zachary YedidiaEnable ignorecase by default
2020-10-20 Dmitry MalukaFix buffer.RuneAt (#1895)
2020-10-18 Dmitry MalukaAdd tabbar.active color group (#1831)
2020-10-18 Dmitry MalukaFix suggestions display (#1825)
2020-10-09 Zachary YedidiaFix autosave not running by default
2020-10-06 Zachary YedidiaUpdate runtime v2.0.8
2020-09-21 Zachary YedidiaFix palette colors with tcell v2
2020-09-16 Sourya VatsyayanFix quality issues (#1856)
2020-09-15 Zachary YedidiaEnable xterm automatically if screen init fails
2020-09-14 Zachary YedidiaMerge
next