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
*
vim-patch:8.2.2773: PSL filetype not recognized (#14389)
Jan Edmund Lazo
2021-04-17
*
Merge pull request #14385 from chentau/extmark_delete
Björn Linse
2021-04-17
|
\
|
*
extmarks: remove curbuf->deleted_bytes2 from op_delete
chentau
2021-04-16
*
|
Merge pull request #14365 from chentau/extmark_delbytes_move
Björn Linse
2021-04-17
|
\
\
|
*
|
flush curbuf->deleted_bytes2 after calling do_move
chentau
2021-04-14
|
|
/
*
|
Merge pull request #13684 from pohzipohzi/input
Björn Linse
2021-04-16
|
\
\
|
*
|
doc: add description for cancelreturn option in input()
pohzipohzi
2021-04-08
*
|
|
Merge pull request #14355 from janlazo/vim-8.1.2313
Jan Edmund Lazo
2021-04-15
|
\
\
\
|
*
|
|
vim-patch:8.2.2769: Modula-3 config files are not recognized
Jan Edmund Lazo
2021-04-15
|
*
|
|
vim-patch:8.1.2313: debugging where a delay comes from is not easy
Jan Edmund Lazo
2021-04-15
|
*
|
|
vim-patch:8.2.2046: some test failures don't give a clear error
Jan Edmund Lazo
2021-04-15
*
|
|
|
Merge pull request #14367 from janlazo/vim-8.2.2046
Jan Edmund Lazo
2021-04-15
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
vim-patch:8.2.2764: memory leak when default function argument is allocated
Jan Edmund Lazo
2021-04-15
|
*
|
|
vim-patch:8.2.2761: using "syn include" does not work properly
Jan Edmund Lazo
2021-04-15
|
*
|
|
vim-patch:8.2.0265: "eval" after "if 0" doesn't check for following command
Jan Edmund Lazo
2021-04-15
|
*
|
|
ex_cmds: port :eval
Jan Edmund Lazo
2021-04-15
|
/
/
/
*
|
|
Merge pull request #14370 from oberblastmeister/lsp_buf_request_sync
Michael Lingelbach
2021-04-15
|
\
\
\
|
*
|
|
lsp: add lsp.buf_request_all for invoking asynchronous callbacks
Brian Shu
2021-04-15
|
/
/
/
*
|
|
Merge pull request #14364 from mhinz/gitignore-vim-src
Thomas Vigouroux
2021-04-15
|
\
\
\
|
*
|
|
gitignore: handle case where .vim-src is a symlink
Marco Hinz
2021-04-14
*
|
|
|
tests/functional: delete temp file created during test run (#14363)
Raymond W. Ko
2021-04-14
*
|
|
|
Merge pull request #14358 from bfredl/decodeco
Björn Linse
2021-04-15
|
\
\
\
\
|
*
|
|
|
decoration: Clean up duplicate Decoration attributes + bonus hl_eol flag
Björn Linse
2021-04-14
*
|
|
|
|
Merge pull request #14366 from mfussenegger/text-document-version-zero
Michael Lingelbach
2021-04-14
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
lsp: Remove vim.NIL handling from apply_text_document_edit
Mathias Fussenegger
2021-04-14
|
*
|
|
|
lsp: Accept text document edits with version zero
Mathias Fussenegger
2021-04-14
|
/
/
/
/
*
|
|
|
doc: prefer "python -m pip" (#14353)
Aru Sahni
2021-04-14
*
|
|
|
doc: port prompt-buffer section (#14342)
Sean Dewar
2021-04-14
|
|
/
/
|
/
|
|
*
|
|
lsp: fix _make_floating_popup_size when wrap_at is nil (#14359)
Michael Lingelbach
2021-04-14
*
|
|
Merge pull request #14046 from nvim-treesitter/feature/language-tree-directiv...
Thomas Vigouroux
2021-04-14
|
\
\
\
|
*
|
|
feat(treesitter): allow injections to be configured through directives
Steven Sojka
2021-04-02
*
|
|
|
lsp: fix off-by-one in line diagnostic highlighting
Marco Hinz
2021-04-14
*
|
|
|
Merge pull request #14119 from mfussenegger/lsp-debounce
Michael Lingelbach
2021-04-13
|
\
\
\
\
|
*
|
|
|
lsp: Add a flag to debounce didChange notifications
Mathias Fussenegger
2021-04-13
*
|
|
|
|
Merge pull request #14324 from mhinz/lsp-border-float-placement
Marco Hinz
2021-04-13
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
lsp: correct float placement when using borders
Marco Hinz
2021-04-12
|
*
|
|
|
lsp: make sure borders are always inside of the screen
Marco Hinz
2021-04-12
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #14318 from chentau/extmark_luado
Björn Linse
2021-04-13
|
\
\
\
\
|
*
|
|
|
extmark: splice extmarks on :luado
chentau
2021-04-12
*
|
|
|
|
tutor: force one sign per line (#14352)
Marco Hinz
2021-04-13
*
|
|
|
|
float: add "solid" border style (#14310)
Marco Hinz
2021-04-12
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #14337 from janlazo/vim-8.2.0409
Jan Edmund Lazo
2021-04-11
|
\
\
\
\
|
*
|
|
|
test/old: ':execute' does not suppress range error
Jan Edmund Lazo
2021-04-11
|
*
|
|
|
vim-patch:8.1.2416: loading menus sets v:errmsg
Jan Edmund Lazo
2021-04-11
|
*
|
|
|
vim-patch:8.1.1841: no test for Ex shift commands
Jan Edmund Lazo
2021-04-11
|
*
|
|
|
vim-patch:8.2.1920: listlbr test fails when run after another test
Jan Edmund Lazo
2021-04-11
|
*
|
|
|
vim-patch:8.2.2050: search test contains unneeded sleeps
Jan Edmund Lazo
2021-04-11
|
*
|
|
|
vim-patch:8.2.0409: search test leaves file behind
Jan Edmund Lazo
2021-04-11
*
|
|
|
|
Merge pull request #14343 from jamessan/doc-fix
James McCoy
2021-04-11
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
fix(doc): Add '/site' to stdpath('data') example in `:help 'rtp'`
James McCoy
2021-04-10
[next]