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
...
*
|
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
*
|
Merge pull request #11989 from Weypare/textEdit
Matthieu Coudron
2020-04-20
|
\
\
|
|
/
|
/
|
|
*
test: add docs for get_completion_word test
Andrey Avramenko
2020-04-20
|
*
test: add get_completion_word test for text_doc...
Andrey Avramenko
2020-04-20
*
|
lua: allow deepcopy of functions (#12136)
Tristan Konolige
2020-04-19
*
|
api/ui: win_viewport event for visible range and cursor position in window
Björn Linse
2020-04-01
*
|
vim.uri: fix uri_to_fname (#12059)
Hirokazu Hata
2020-03-30
*
|
Merge pull request #11746 from Billy4195/add_wildmenu_key
Matthieu Coudron
2020-03-28
|
\
\
|
*
|
ex_getln.c: wildmenu add cancel and apply ops
Billy Su
2020-01-23
*
|
|
popupmenu: don't use 'rightleft' option in cmdline mode
Björn Linse
2020-03-23
*
|
|
TUI: do not use "nvim_get_option" in tui thread
erw7
2020-03-21
*
|
|
vim-patch:8.1.0864 Make 'scrolloff' and 'sidescrolloff' options window local ...
Will Eccles
2020-03-17
|
|
/
|
/
|
*
|
Merge pull request #11716 from teto/folds_auto_backup
Matthieu Coudron
2020-03-02
|
\
\
|
*
|
foldcolumn: allow auto:X
Matthieu Coudron
2020-02-29
*
|
|
lua: add vim.tbl_len() #11889
Hirokazu Hata
2020-03-01
*
|
|
vim-patch:8.1.1510: a plugin cannot easily expand a command like done internally
Jan Edmund Lazo
2020-03-01
*
|
|
Merge #11805 'vim-patch:8.1.0619'
Justin M. Keyes
2020-02-29
|
\
\
\
|
*
|
|
vim-patch:8.1.0619: :echomsg and :echoerr do not handle List and Dict
Jan Edmund Lazo
2020-02-29
|
|
/
/
*
/
/
lsp: add 'textDocument/documentSymbol’ callback
Hirokazu Hata
2020-03-01
|
/
/
*
|
lua: add regex support, and `@match` support in treesitter queries
Björn Linse
2020-02-26
*
|
test: always use "set more" with :digraph test
Björn Linse
2020-02-19
*
|
lua: move test helper function, map and filter, to vim.shared module
Hirokazu Hata
2020-02-18
*
|
test: always dump logs on failure #11886
Justin M. Keyes
2020-02-16
[prev]
[next]