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
Commit message (
Expand
)
Author
Age
...
|
*
|
|
|
|
lint: fix linting issues
Matthieu Coudron
2020-04-24
|
*
|
|
|
|
extmark: introduce extmark_splice_cols
Matthieu Coudron
2020-04-24
|
*
|
|
|
|
folds: decrease reliance on global 'curwin'
Matthieu Coudron
2020-04-24
*
|
|
|
|
|
LSP: remove obsolete "peek definition" code #12178
Thore Weilbier
2020-04-25
*
|
|
|
|
|
TUI: block signals on suspend #12180
Kei Kamikawa
2020-04-25
*
|
|
|
|
|
Merge #12181 from janlazo/vim-8.2.0635
Justin M. Keyes
2020-04-25
|
\
\
\
\
\
\
|
*
|
|
|
|
|
vim-patch:8.2.0638: MS-Windows: messages test fails
Jan Edmund Lazo
2020-04-25
|
*
|
|
|
|
|
vim-patch:8.2.0635: when using 256 colors DarkYellow does not show expected c...
Jan Edmund Lazo
2020-04-25
*
|
|
|
|
|
|
ci/travis: Enable ipv6 #12182
Justin M. Keyes
2020-04-25
|
/
/
/
/
/
/
*
|
|
|
|
|
LSP: Expose diagnostics grouped by bufnr (#11932)
Mathias Fußenegger
2020-04-25
*
|
|
|
|
|
lsp: remove buffer version on buffer_detach (#12029)
Hirokazu Hata
2020-04-25
*
|
|
|
|
|
version.c: update [ci skip] (#12084)
Marvim the Paranoid Android
2020-04-24
|
/
/
/
/
/
*
|
|
|
|
lsp: callback for references now opens qf (#12171)
Thore Weilbier
2020-04-23
*
|
|
|
|
treesitter: check for integer overflow (#12135)
Thomas Vigouroux
2020-04-22
*
|
|
|
|
Merge pull request #12081 from xylix/bash-version-check
James McCoy
2020-04-21
|
\
\
\
\
\
|
*
|
|
|
|
Apply suggestions from code review
Kerkko Pelttari
2020-04-07
|
*
|
|
|
|
Check for bash version in vim-patch.sh
Kerkko Pelttari
2020-04-06
*
|
|
|
|
|
terminal: Fix mouse coordinates issue (#12158)
erw7
2020-04-21
*
|
|
|
|
|
lsp: do not assert even if the code does not exist in ErrorCodes (#11981)
Hirokazu Hata
2020-04-21
*
|
|
|
|
|
lsp: textDocument/definition can return Location or Location[] (#12014)
Khangal
2020-04-21
*
|
|
|
|
|
doc: fix vim.lsp.stop_all_clients doc (#12055)
Hirokazu Hata
2020-04-21
*
|
|
|
|
|
Merge pull request #12108 from mcepl/luv-1.18.0-compat
James McCoy
2020-04-21
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Test on actual libuv version number, not on existence of symbol.
Matěj Cepl
2020-04-21
|
*
|
|
|
|
|
Make neovim building even with libuv 1.18.0
Matěj Cepl
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
|
*
|
|
|
|
|
LSP/completion: Add completion text helper function
Andrey Avramenko
2020-04-20
|
*
|
|
|
|
|
LSP/completion: add textEdit support
Andrey Avramenko
2020-03-06
*
|
|
|
|
|
|
tui: Don't call uv_write without output (#12146)
erw7
2020-04-20
*
|
|
|
|
|
|
lsp: export convert_signature_help_to_markdown_lines (#11950)
Hirokazu Hata
2020-04-19
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #12047 from erw7/fix-resolve-on-windows
Matthieu Coudron
2020-04-19
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Change to canonicalize only when reparse point in included
erw7
2020-04-02
|
*
|
|
|
|
|
Change resolve() to resolve symbolic links on Windows
erw7
2020-04-02
*
|
|
|
|
|
|
lua: allow deepcopy of functions (#12136)
Tristan Konolige
2020-04-19
*
|
|
|
|
|
|
lsp: replace the event that closes the signature help preview window from Ins...
Hirokazu Hata
2020-04-18
*
|
|
|
|
|
|
LSP: fix breakage when severity isn't specified (#12027)
Ghjuvan Lacambre
2020-04-18
*
|
|
|
|
|
|
Merge pull request #12141 from vigoux/treesitter_fix
Matthieu Coudron
2020-04-18
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
treesitter: remove utf8proc dependency
Thomas Vigouroux
2020-04-18
|
*
|
|
|
|
|
|
treesitter: escape backslashes in queries
Thomas Vigouroux
2020-04-18
|
*
|
|
|
|
|
|
treesitter: update vendor code
Thomas Vigouroux
2020-04-18
*
|
|
|
|
|
|
|
Merge pull request #12145 from janlazo/vim-8.2.0584
Matthieu Coudron
2020-04-18
|
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
vim-patch:8.2.0589: .bsd file type not recognized
Jan Edmund Lazo
2020-04-17
|
*
|
|
|
|
|
|
vim-patch:8.2.0584: viminfo file uses obsolete function file_readable()
Jan Edmund Lazo
2020-04-17
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
folds: decrease reliance on global "curwin" (#12132)
Matthieu Coudron
2020-04-16
*
|
|
|
|
|
|
doc:Fix incorrect nvim config paths in documentation (#12134)
Micah Halter
2020-04-16
*
|
|
|
|
|
|
lsp: provide a default for missing reference kind (#12127)
George Zhao
2020-04-16
*
|
|
|
|
|
|
win,runtime: Fix problem when win32yank was a symbolic link in WSL [skip ci] ...
erw7
2020-04-15
*
|
|
|
|
|
|
Merge pull request #12005 from erw7/fix-screen-vsplit
James McCoy
2020-04-15
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Fix screen terminal family issues
erw7
2020-03-12
[prev]
[next]