Overview

Request 929170 accepted

- Update to version 2.0.10:
* Highlight racket files as lisp (#1931)
* Update v.yaml (#1925)
* Fixes for syntax and docs
* Document that "bubblegum" is a light theme (#2153)
* Allow aborting while opening a file with backup
* More precise filename detection for shell scripts
* Update rust syntax: don't highlight lifetimes (#2164)
* Update rust syntax: char literal (#2162)
* Fix name collision on linter name (swiftc) (#2158)
* Shellcheck as a new shell linter + runtime.go out of git control (#2157)
* Add alcritty and foot to the list of OSC 52 supporting terminals (#2154)
* Search the last match on line when search back (#2156)
* Add default binding for FindLiteral
* Update zyedidia/pty from upstream
* Add nix language syntax (#2024)
* Fix typo in tutorial.md (#2130)
* find: select prefilled text (#2127)
* Add desktop-id to Appstream Metainfo (#2122)
* find: prefill with selection (#2115)
* Improve linter performance (#2083)
* Add highlighting for user-defined types (#2107)
* Dont take # as comment when preceded by backslash (#2112)
* Fix erlang comment syntax
* Update tcell
* Warn for readonly instead of setting option
- Update to version 2.0.9:
* Update tcell
* Handle SIGHUP properly
* Fix up X,Y values in BufView
* Replace BufWidth & BufHeight with BufView
* Don't highlight padding spaces in word wrapping
* Implement word wrapping
* Simplify LocFromVisual implementation
* Implement moving cursor up/down within a wrapped line
* Add VLoc, VLocFromLoc and LocFromVLoc
* Fix horizontal scrolling with a wide rune at the right edge of window
* Fix displaying incomplete tab or wide rune at the right edge of window
* Fix horizontal scrolling issue after toggling softwrap on/off
* Add BufWidth and BufHeight
* Update and rename perl6.yaml to raku.yaml (#1927)
* Improve patch file detection by adding a header rule. (#1942)
* Add buffer.WordAt (#2070)
* Fix softwrap scrolling issues (#1981)
* Update runewidth version
* Update snap badge
* Fix noregex interactive replace
* Add ForceQuit action
* Fix regressions in buffer settings initialization (#2035)
* Remove conf highlighting (too many conflicts)
* Fix #2030: warn for invalid pane type
* Improve C syntax highlighting (#2015)
* Add Gemini syntax file (#2016)
* Add .tsx support for Typescript syntax (#2021)
* docs: update Arch Linux installation method (#2028)
* Only initialize buffer settings once
* gofmt
* Rename to incsearch
* Fix some quality issues (#1914)
* fix vue syntax highlight (#1982)
* Added multiline strings to the Scala syntax highlighter (#1969)
* Fix non-working TryBindKey and UnbindKey (#1970)
* add settings option "findontype" to allow disabling search-on-type
* Update readme
* fix the missing break in JumpToMatchingBrace (#1960)
* Only use internal clipboard on error
* Don't automatically disable readonly option (#1957)
* Fix potential file leaks (#1958)
* Update hlint format
* Update runtime
* Fix stat error detection
* Add Dracula colorscheme to defaults
* Document undocumented colorscheme groups (#1939)
* Improve file permission detection
* Remove clipboard error message
* Highlight 0 as a constant number in python3
* Added a sentence to colors.md clarifying that the truecolor environment variable has to be created by the user. (#1928)
* Make more libraries available (#1917)
* Clear prompt before callback
* Disable fake cursor for Windows Terminal
* Fix internal string binding representation
* Enable ignorecase by default
* Fix buffer.RuneAt (#1895)
* Add tabbar.active color group (#1831)
* Fix suggestions display (#1825)
* update lua.yaml (#1892)
* Fix autosave not running by default

Loading...

Request History
Tuukka Pasanen's avatar

illuusio created request

- Update to version 2.0.10:
* Highlight racket files as lisp (#1931)
* Update v.yaml (#1925)
* Fixes for syntax and docs
* Document that "bubblegum" is a light theme (#2153)
* Allow aborting while opening a file with backup
* More precise filename detection for shell scripts
* Update rust syntax: don't highlight lifetimes (#2164)
* Update rust syntax: char literal (#2162)
* Fix name collision on linter name (swiftc) (#2158)
* Shellcheck as a new shell linter + runtime.go out of git control (#2157)
* Add alcritty and foot to the list of OSC 52 supporting terminals (#2154)
* Search the last match on line when search back (#2156)
* Add default binding for FindLiteral
* Update zyedidia/pty from upstream
* Add nix language syntax (#2024)
* Fix typo in tutorial.md (#2130)
* find: select prefilled text (#2127)
* Add desktop-id to Appstream Metainfo (#2122)
* find: prefill with selection (#2115)
* Improve linter performance (#2083)
* Add highlighting for user-defined types (#2107)
* Dont take # as comment when preceded by backslash (#2112)
* Fix erlang comment syntax
* Update tcell
* Warn for readonly instead of setting option
- Update to version 2.0.9:
* Update tcell
* Handle SIGHUP properly
* Fix up X,Y values in BufView
* Replace BufWidth & BufHeight with BufView
* Don't highlight padding spaces in word wrapping
* Implement word wrapping
* Simplify LocFromVisual implementation
* Implement moving cursor up/down within a wrapped line
* Add VLoc, VLocFromLoc and LocFromVLoc
* Fix horizontal scrolling with a wide rune at the right edge of window
* Fix displaying incomplete tab or wide rune at the right edge of window
* Fix horizontal scrolling issue after toggling softwrap on/off
* Add BufWidth and BufHeight
* Update and rename perl6.yaml to raku.yaml (#1927)
* Improve patch file detection by adding a header rule. (#1942)
* Add buffer.WordAt (#2070)
* Fix softwrap scrolling issues (#1981)
* Update runewidth version
* Update snap badge
* Fix noregex interactive replace
* Add ForceQuit action
* Fix regressions in buffer settings initialization (#2035)
* Remove conf highlighting (too many conflicts)
* Fix #2030: warn for invalid pane type
* Improve C syntax highlighting (#2015)
* Add Gemini syntax file (#2016)
* Add .tsx support for Typescript syntax (#2021)
* docs: update Arch Linux installation method (#2028)
* Only initialize buffer settings once
* gofmt
* Rename to incsearch
* Fix some quality issues (#1914)
* fix vue syntax highlight (#1982)
* Added multiline strings to the Scala syntax highlighter (#1969)
* Fix non-working TryBindKey and UnbindKey (#1970)
* add settings option "findontype" to allow disabling search-on-type
* Update readme
* fix the missing break in JumpToMatchingBrace (#1960)
* Only use internal clipboard on error
* Don't automatically disable readonly option (#1957)
* Fix potential file leaks (#1958)
* Update hlint format
* Update runtime
* Fix stat error detection
* Add Dracula colorscheme to defaults
* Document undocumented colorscheme groups (#1939)
* Improve file permission detection
* Remove clipboard error message
* Highlight 0 as a constant number in python3
* Added a sentence to colors.md clarifying that the truecolor environment variable has to be created by the user. (#1928)
* Make more libraries available (#1917)
* Clear prompt before callback
* Disable fake cursor for Windows Terminal
* Fix internal string binding representation
* Enable ignorecase by default
* Fix buffer.RuneAt (#1895)
* Add tabbar.active color group (#1831)
* Fix suggestions display (#1825)
* update lua.yaml (#1892)
* Fix autosave not running by default


Jeff Kowalczyk's avatar

jfkw accepted review

Review OK for devel:languages:go


Jeff Kowalczyk's avatar

jfkw approved review

Review OK for devel:languages:go


Jeff Kowalczyk's avatar

jfkw accepted request

Accept to devel:languages:go

openSUSE Build Service is sponsored by