index
:
helix-ext
dependabot/cargo/rust-dependencies-1a67a7dde4
gh-pages
master
patches
v23.10.2
[contrib] fork of the helix editor, with various inactive and rejected patches applied
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
helix-term
/
src
/
commands
/
typed.rs
Commit message (
Expand
)
Author
Age
*
Add support for LSP DidChangeWatchedFiles (#7665)
Ryan Fowler
2023-07-21
*
Fix crash when cwd is deleted (#7185)
Yomain
2023-07-11
*
Implement the wa! command (#7577)
Ryan Fowler
2023-07-09
*
Add yank_joined command (#7195)
spectre256
2023-06-16
*
Add rl and rla aliasses for reload and reload-all commands (#7158)
Zisulin Morbrot
2023-06-13
*
commands(toggle): use pattern matching on the Value enum (#7240)
Alex Vinyals
2023-06-07
*
feat(commands): allows cycling option values at runtime (#4411)
Alex Vinyals
2023-06-05
*
Fix lsp_restart across multiple different document scopes (language servers w...
Philipp Mildenberger
2023-05-18
*
Use let else instead of variable and fix some error messages
Philipp Mildenberger
2023-05-18
*
Simplify 'lsp_stop' command
Philipp Mildenberger
2023-05-18
*
Fix docgen and lsp-stop documentation
Philipp Mildenberger
2023-05-18
*
Refactored doc.language_servers and doc.language_servers_with_feature to retu...
Philipp Mildenberger
2023-05-18
*
Adds support for multiple language servers per language.
Philipp Mildenberger
2023-05-18
*
Fix completion on paths containing spaces (#6779)
Ivan Gulakov
2023-05-18
*
Add wbc and wbc! commands (#6947)
Kitsu
2023-05-09
*
feat(commands): add clear-register typable command (#5695)
jorge
2023-04-27
*
make `:u` alias `:update` (#6835)
Atticus Sebastiani
2023-04-23
*
make :toggle-option print the new value (#6774)
Aleksey Kuznetsov
2023-04-16
*
Fix typos (#6643)
Daniel Sedlak
2023-04-07
*
Let..else refactor (#6562)
Casper Rogild Storm
2023-04-03
*
add option to enable/disable lsp snippets
Pascal Kuthe
2023-03-31
*
add workspace config and manual LSP root management
Pascal Kuthe
2023-03-29
*
Run shell commands asynchronously (#6373)
sarah
2023-03-21
*
fix compilation
Blaž Hrastnik
2023-03-14
*
Only complete appropriate arguments for typed commands. (#5966)
Kyle Smith
2023-03-14
*
Generalised to multiple runtime directories with priorities (#5411)
paul-scott
2023-03-09
*
Softwrapping improvements (#5893)
Clément Delafargue
2023-03-08
*
Do not add intermediate lines to jumplist with :<linenum> command. (#5751)
Kyle Smith
2023-03-08
*
Add command for resetting diff hunks (#5736)
Pascal Kuthe
2023-03-08
*
Allow LSP server to be stopped (#5964)
Davide Galassi
2023-03-08
*
feat: show current language when no argument is provided (#5895)
Guillaume
2023-02-16
*
Add :toggle-option command (#4085)
A-Walrus
2023-02-13
*
Address new clippy lints
Blaž Hrastnik
2023-02-09
*
Add :character-info command (#4000)
William Etheredge
2023-02-03
*
always commit to history when pasting (#5790)
Pascal Kuthe
2023-02-02
*
Use filename completer on run-shell-command (#5729)
Jonathan LEI
2023-01-30
*
Remove apply_transaction helper (#5598)
Ivan Tham
2023-01-21
*
Fix language config reload logic (#5381)
Ethan Kiang
2023-01-03
*
Expand `~` when parsing file paths in `:open` (#5329)
iobtl
2022-12-29
*
Fix opening new files (#5278)
alois31
2022-12-24
*
Add file picker dialogue when opening a directory with :o (#2707)
Jack Allison
2022-12-23
*
Remove redraw to fix build
Blaž Hrastnik
2022-12-15
*
add redraw command (#4354)
Roberto Vidal
2022-12-15
*
Improve error message handling for theme loading failures (#5073)
Michael Davis
2022-12-15
*
Add `:pipe-to` typable command that ignores shell output (#4931)
Alexander Schlögl
2022-12-12
*
reload_all: Ensure view is synced with doc history before reload (#4965)
Michael Davis
2022-12-02
*
Show (git) diff signs in gutter (#3890)
Pascal Kuthe
2022-12-01
*
Call View::apply within Document::append_changes_to_history
Michael Davis
2022-11-29
*
Revert "Don't apply transactions to Views in undo/redo"
Michael Davis
2022-11-29
*
reload-all: Only update viewport when view focuses on the doc (#4901)
Filipe Azevedo
2022-11-26
[next]