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
/
functional
Commit message (
Expand
)
Author
Age
...
*
|
|
lua: fix behavior when split empty string (#12429)
notomo
2020-06-04
*
|
|
Merge pull request #12343 from ndreas/fix/lsp-multibyte-indexing
Hirokazu Hata
2020-06-04
|
\
\
\
|
*
|
|
Add tests for jump_to_location
Andreas Johansson
2020-05-19
*
|
|
|
Add v:event.visual during `TextYankPost` (#12382)
Christian Clason
2020-06-03
*
|
|
|
lua: fix infinite loop for vim.split on empty string (#12420)
notomo
2020-06-02
|
|
/
/
|
/
|
|
*
|
|
lua: vim.wait implementation
TJ DeVries
2020-05-30
*
|
|
API: nvim_create_buf: unset 'modeline' in scratch-buffer #12379
Justin M. Keyes
2020-05-29
*
|
|
lua: simple snippet support in the completion items (#12118)
Viktor Kojouharov
2020-05-28
*
|
|
lsp: make the command error message more detailed (#11633)
Hirokazu Hata
2020-05-26
*
|
|
Merge pull request #10905 from erw7/vim-8.1.0475
Matthieu Coudron
2020-05-25
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
vim-patch:8.1.1435: memory usage test is a bit too flaky
erw7
2020-05-07
|
*
|
vim-patch:8.1.1058: memory usage test may still fail on some systems
erw7
2020-05-07
|
*
|
vim-patch:8.1.1037: memory usage test may still fail on some systems
erw7
2020-05-07
|
*
|
vim-patch:8.1.1033: memory usage test may still fail on some systems
erw7
2020-05-07
|
*
|
vim-patch:8.1.1031: memory usage test may still fail
erw7
2020-05-07
|
*
|
vim-patch:8.1.1027: memory usage test sometimes fails
erw7
2020-05-07
|
*
|
vim-patch:8.1.1007: using closure may consume a lot of memory
erw7
2020-05-07
*
|
|
vim-patch:8.1.2233: cannot get the Vim command line arguments (#12117)
kuuote
2020-05-24
*
|
|
Change uri_to_fname to not convert non-file URIs (#12351)
Mathias Fußenegger
2020-05-22
*
|
|
fixed hang issue with --headless and -r option specified (#12209)
Kei Kamikawa
2020-05-20
*
|
|
test: fix flaky vim.defer_fn test
Hirokazu Hata
2020-05-19
*
|
|
lua: Add highlight.on_yank (#12279)
Christian Clason
2020-05-18
|
|
/
|
/
|
*
|
lsp: Handle end lines in apply_text_edits (#12314)
Andreas Johansson
2020-05-17
*
|
lua: add tbl_deep_extend (#11969)
Hirokazu Hata
2020-05-17
*
|
lsp: fix bug when documentEdit version=null for unattached buffer (#12272)
landerlo
2020-05-13
*
|
LSP: Make applyEdit return a response (#12270)
Mathias Fußenegger
2020-05-11
*
|
Merge #12275 from erw7/profile-fix-use-after-free
Justin M. Keyes
2020-05-09
|
\
\
|
*
|
test: add more profile tests
erw7
2020-05-10
*
|
|
lsp: Make apply_text_edits non-ASCII safe (#12223)
Christian Clason
2020-05-08
|
/
/
*
|
lsp: Handle unknown CompletionItemKind and SymbolKind (#12257)
Hirokazu Hata
2020-05-07
*
|
lua: Add buffer, window and tab accessors (#12268)
TJ DeVries
2020-05-07
|
/
*
paste: support replace mode (#11945)
Jesse
2020-05-05
*
terminal: disable 'scrolloff' (fixes flicker)
Justin M. Keyes
2020-05-04
*
LSP: Avoid URI-to-fname conversion for non-file URIs #12243
Mathias Fußenegger
2020-05-04
*
Merge pull request #12237 from h-michael/vim-nil
Matthieu Coudron
2020-05-04
|
\
|
*
lsp: add a lsp.util.apply_text_edits test(pending)
Hirokazu Hata
2020-05-04
|
*
lsp: fix apply_text_document_edit test
Hirokazu Hata
2020-05-04
|
*
[LSP] check for vim.NIL and add apply_text_document_edit tests
ckipp01
2020-05-01
*
|
lsp: add lsp.util.symbols_to_items test
Hirokazu Hata
2020-05-02
|
/
*
Merge pull request #12204 from archseer/lsp-user-data
Matthieu Coudron
2020-04-30
|
\
|
*
lsp/completion: Expose completion_item under completed_items.user_data.
Blaž Hrastnik
2020-04-29
*
|
LSP: enable using different highlighting rules for LSP signs (#12176)
Ghjuvan Lacambre
2020-04-29
|
/
*
api/ui: simplify popup menu position get/set logic; fix test
Yatao Li
2020-04-28
*
api/ui: allow set bounds row and col to be less than 0; ui_pum_get_pos: retur...
Yatao Li
2020-04-28
*
gen_api_dispatch.lua: allow msgpack int for Float args; test: add ui_pum_set_...
Yatao Li
2020-04-28
*
Merge #12155 ':ls filter by terminal, lastused'
Justin M. Keyes
2020-04-26
|
\
|
*
vim-patch:8.0.1651: cannot filter :ls output for terminal buffers
Rob Pilling
2020-04-19
*
|
LSP: Fix show_line_diagnostics #12186
Mathias Fußenegger
2020-04-26
*
|
LSP: Expose diagnostics grouped by bufnr (#11932)
Mathias Fußenegger
2020-04-25
*
|
terminal: Fix mouse coordinates issue (#12158)
erw7
2020-04-21
[prev]
[next]