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: Add support for create workspaceEdit resource operation
Mathias Fussenegger
2021-03-18
*
lsp: Add support for file rename via workspaceEdit
Mathias Fussenegger
2021-03-18
*
api: destabilize nvim_set_hl_ns
Björn Linse
2021-03-15
*
vim-patch:8.2.2601: memory usage test often fails on FreeBSD
Jan Edmund Lazo
2021-03-14
*
Merge pull request #14020 from chentau/float_resize
Björn Linse
2021-03-14
|
\
|
*
screen: make ui_compositor aware of the intended size of a float
chentau
2021-03-11
*
|
Fix click on foldcolumn with vsplit (#14127)
tk-shirasaka
2021-03-13
*
|
vim-patch:8.2.2595: setting 'winminheight' may cause 'lines' to change
Jan Edmund Lazo
2021-03-13
*
|
api: allow open non-current buffer as terminal (+ xmas bonus)
Björn Linse
2021-03-12
*
|
lsp: Resolve codeLense server capabilities (#14056)
Josa Gesell
2021-03-10
*
|
Merge pull request #14065 from bfredl/overlaymode
Björn Linse
2021-03-10
|
\
\
|
*
|
decorations: add additional styling of virt_text overlays
Björn Linse
2021-03-10
|
|
/
*
|
Merge pull request #14079 from mjlbach/incremental_sync
Michael Lingelbach
2021-03-09
|
\
\
|
*
|
lsp: add incremental text synchronization
Michael Lingelbach
2021-03-09
|
|
/
*
|
Merge pull request #13875 from smolck/vim_fn_error_on_api
Björn Linse
2021-03-09
|
\
\
|
*
|
use pcall_err
smolck
2021-03-09
|
*
|
vim.fn: add test for error
smolck
2021-02-04
*
|
|
state: throttle batched event processing when input is available
Björn Linse
2021-03-08
|
|
/
|
/
|
*
|
[RDY] Fix click on foldcolumn if it has tabline (#13982)
tk-shirasaka
2021-03-04
*
|
Merge pull request #13973 from chentau/on_bytes_undofile
Björn Linse
2021-03-03
|
\
\
|
*
|
Extmarks: Save extmark undo information to undofile.
chentau
2021-03-02
*
|
|
vim-patch:8.2.2236: 'scroll' option can change when setting the statusline
Jan Edmund Lazo
2021-03-02
*
|
|
vim-patch:8.2.2560: setting 'winminheigt' does not take tabline into account
Jan Edmund Lazo
2021-03-01
*
|
|
LSP: Resolve text_document_save capability according to spec
Mathias Fussenegger
2021-02-25
*
|
|
lsp: remove deprecated references to 'callbacks' (#13945)
Matthieu Coudron
2021-02-23
*
|
|
Merge pull request #13952 from bfredl/overlay
Björn Linse
2021-02-22
|
\
\
\
|
*
|
|
decorations: allow virt_text overlay at any column
Björn Linse
2021-02-22
*
|
|
|
lsp: Fix text edits operating on the last line of a document (#13677)
Mathias Fußenegger
2021-02-19
*
|
|
|
lsp: client stop cleanups (#13877)
Michael Lingelbach
2021-02-19
*
|
|
|
[RFC] ":source" sources from current buffer if filename is omitted (#11444)
Vikram Pal
2021-02-18
|
/
/
/
*
|
|
Merge pull request #13692 from mjlbach/fix_cursor_respect_current_line
Björn Linse
2021-02-16
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
tests: add test for cursor postion when deleting buffer lines
Michael Lingelbach
2021-01-31
*
|
|
buffer_updates: autoload episode III: revenge of the trees
Björn Linse
2021-02-14
*
|
|
buffer updates: add on_reload callback and handle it in treesitter parser
Björn Linse
2021-02-10
*
|
|
Merge pull request #13903 from glacambre/fix_prompt_for_number
Björn Linse
2021-02-10
|
\
\
\
|
*
|
|
Clear prompt_for_number messages
glacambre
2021-02-10
*
|
|
|
fix(notify): Expected 3 arguments error (#13905)
notomo
2021-02-09
*
|
|
|
fix(buf_updates): send updates when putting past last line
Thomas Vigouroux
2021-02-08
*
|
|
|
Merge pull request #13899 from chentau/set_text_fix
Björn Linse
2021-02-08
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
correctly mark changed regions for set_text
chentau
2021-02-07
*
|
|
|
Merge pull request #13843 from teto/notif_provider
Matthieu Coudron
2021-02-08
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
test: test vim-notify
Matthieu Coudron
2021-02-02
|
|
/
/
*
|
|
tests: clean up lua/buffer_updates_spec.lua
Björn Linse
2021-02-04
*
|
|
inccommand: preserve extmarks when undoing preview substitution
Björn Linse
2021-02-04
|
|
/
|
/
|
*
|
Use abort() instead of assert(false) for things that should never happen
James McCoy
2021-01-31
*
|
test(job): Ensure job-specific env var overrides global env var
James McCoy
2021-01-31
*
|
Pass environment on to pty processes on Windows
James McCoy
2021-01-31
*
|
Use dict_T to pass env vars to process spawning code
James McCoy
2021-01-31
|
/
*
lsp/tests: Ensure client is stopped in basic_init tests (#13798)
Mathias Fußenegger
2021-01-27
*
lint
chentau
2021-01-26
[next]