index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
...
*
|
|
fix(api): check type in nlua_pop_keydict (#15940)
virchau13
2021-10-08
*
|
|
fix: support severity_sort option for show_diagnostic functions (#15948)
Gregory Anders
2021-10-07
*
|
|
fix(buffer_updates): cleanup test behavior
Björn Linse
2021-10-07
*
|
|
fix(buffer_updates): make `lockmarks` not affect extmarks and buffer updates....
Anton Adamansky
2021-10-07
*
|
|
fix(buffer_updates): handle :delete of the very last line in buffer
Björn Linse
2021-10-07
*
|
|
fix: set cursorlineopt=number in terminal mode (#15493)
Yorick Peterse
2021-10-06
*
|
|
fix(extmarks): splice extmarks on nv_Undo #15920
Tony Chen
2021-10-06
*
|
|
fix(checkhealth): mitigate issues with duplicate healthchecks #15919
Javier Lopez
2021-10-05
*
|
|
feat(api): named marks set, get, delete #15346
Javier Lopez
2021-10-05
*
|
|
Merge pull request #15259 from muniter/muniter/checkhealth-from-lua
Matthieu Coudron
2021-10-05
|
\
\
\
|
*
|
|
feat(ex_checkhealth): provide function for command line completion
Javier López
2021-10-04
|
*
|
|
test(runtime/health): cover lua healthchecks
Javier López
2021-10-04
*
|
|
|
Merge pull request #15813 from bfredl/neomouse
Björn Linse
2021-10-04
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
fix(mouse): correct dragged position in composed layout
Björn Linse
2021-10-04
|
|
/
/
*
|
|
Merge #15218 from gpanders/split-trimempty
Justin M. Keyes
2021-10-03
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
refactor: use kwargs parameter in vim.split
Gregory Anders
2021-09-25
|
*
|
feat: add trimempty optional parameter to vim.split
Gregory Anders
2021-09-25
*
|
|
Merge pull request #15516 from bfredl/keyset
Björn Linse
2021-10-03
|
\
\
\
|
*
|
|
refactor(api): handle option dicts properly
Björn Linse
2021-10-03
*
|
|
|
Merge pull request #15786 from gpanders/diagnostic-signs-unique-severity
Gregory Anders
2021-10-02
|
\
\
\
\
|
*
|
|
|
test(diagnostic): add test case for signs
Gregory Anders
2021-10-02
*
|
|
|
|
fix(nvim_open_win): crash if autocmds delete buffer/window #15549
Sean Dewar
2021-10-02
*
|
|
|
|
fix(float)!: always anchor to corner of window including border #15832
zeertzjq
2021-10-02
*
|
|
|
|
Merge #15803 fix(lsp_spec): tests depend on previous session
Justin M. Keyes
2021-10-02
|
\
\
\
\
\
|
*
|
|
|
|
fix(lsp_spec): tests depended on previous session
Justin M. Keyes
2021-10-02
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
fix(input): resolve isolated (non-ALT/META) mappings #13109
erw7
2021-10-02
|
|
/
/
/
|
/
|
|
|
*
|
|
|
fix(runtime): add packages as "/pack/*/start/*" patterns to &rtp
Björn Linse
2021-10-02
|
/
/
/
*
|
|
fix(runtime): fix ordering of "after" packages
Björn Linse
2021-09-30
*
|
|
test: add a test for getmousepos()
Daniel Steinberg
2021-09-29
*
|
|
feat(lsp): add codeAction/resolve support (#15818)
Mathias Fußenegger
2021-09-28
*
|
|
Merge pull request #15812 from bfredl/taba
Björn Linse
2021-09-28
|
\
\
\
|
*
|
|
fix(runtime): make a copy of runtime_search_path when iterating
Björn Linse
2021-09-27
*
|
|
|
feat(lsp): add client command support to codelens (#15820)
Mathias Fußenegger
2021-09-28
*
|
|
|
fix(ui): s/format_entry/format_item to match docs (#15819)
Mathias Fußenegger
2021-09-27
*
|
|
|
feat(ui): add vim.ui.select and use in code actions (#15771)
Mathias Fußenegger
2021-09-27
|
/
/
/
*
|
|
feat(lsp): use cjson for lsp rpc (#15759)
Michael Lingelbach
2021-09-26
*
|
|
Merge pull request #14871 from mjlbach/feature/lua-cjson-embedded
Michael Lingelbach
2021-09-26
|
\
\
\
|
*
|
|
test: add tests for vim.json
Michael Lingelbach
2021-09-26
*
|
|
|
Merge pull request #15351 from bfredl/virt_line
Björn Linse
2021-09-26
|
\
\
\
\
|
*
|
|
|
feat(decorations): support virtual lines (for now: only one block at a time)
Björn Linse
2021-09-26
*
|
|
|
|
fix(runtime): ordering of loading packages with user config
Björn Linse
2021-09-26
|
/
/
/
/
*
|
/
/
fix(api): fix crash after set_option_value_for() #15390
gmntroll
2021-09-25
|
|
/
/
|
/
|
|
*
|
|
test(normal): CA_COMMAND_BUSY in visual select mode #15292
Thomas Vigouroux
2021-09-24
*
|
|
vim-patch:8.2.0924: cannot save and restore a register properly
Sean Dewar
2021-09-23
|
/
/
*
|
feat(diagnostic): allow customized diagnostic messages (#15742)
Gregory Anders
2021-09-22
*
|
Merge pull request #14115 from mfussenegger/lsp-commands
Michael Lingelbach
2021-09-22
|
\
\
|
*
|
feat(lsp): add a registry for client side code action commands
Mathias Fussenegger
2021-09-20
|
*
|
feat(lsp): include original request params in handler ctx
Mathias Fussenegger
2021-09-20
*
|
|
feat(diagnostic): add option to include diagnostic source
Gregory Anders
2021-09-21
*
|
|
fix(diagnostic): preserve fields from LSP diagnostics via user_data (#15735)
master
Gregory Anders
2021-09-21
[prev]
[next]