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
/
runtime
Commit message (
Expand
)
Author
Age
*
Merge pull request #14233 from mjlbach/disable_utf16_conversion
Michael Lingelbach
2021-03-30
|
\
|
*
lsp: use utf-8 when utf-16 not requested
Michael Lingelbach
2021-03-30
*
|
ts: Add language version to vim.treesitter (#14255)
TJ DeVries
2021-03-30
*
|
vim-patch:8.2.2454: leading space can not be made visible (#14138)
zeertzjq
2021-03-29
*
|
added support for termux-clipboard : clipboard.vim (#14244)
Aditya Alok
2021-03-29
*
|
vim-patch:8.2.2612: col('.') may get outdated column value
Andy K. Massimino
2021-03-29
*
|
Merge pull request #13851 from VVKot/vim-8.1.0105
Jan Edmund Lazo
2021-03-28
|
\
\
|
*
|
vim-patch:8.1.0542: shiftwidth() does not take 'vartabstop' into account
VVKot
2021-03-28
|
*
|
vim-patch:8.1.0105: all tab stops are the same
VVKot
2021-03-28
*
|
|
Merge pull request #14091 from euclidianAce/euclidianAce/nvim_win_hide
Björn Linse
2021-03-28
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
run docgen
Corey Williamson
2021-03-28
*
|
|
lsp: fix utf-16 ranges to use second return value for incremental sync
Michael Lingelbach
2021-03-28
|
|
/
|
/
|
*
|
Merge pull request #14231 from mjlbach/fix_utf16_ranges
Michael Lingelbach
2021-03-27
|
\
\
|
*
|
lsp: fix utf16 ranges for incremental sync
Michael Lingelbach
2021-03-27
*
|
|
viml: embed Lua syntax highlighting [skip ci] (#14213)
Marco Hinz
2021-03-28
*
|
|
vim-patch:8.1.2326: cannot parse a date/time string
Jan Edmund Lazo
2021-03-27
*
|
|
fix(treesitter): dedupe runtime file list
Steven Sojka
2021-03-23
*
|
|
Merge pull request #14186 from mjlbach/feature/make_signature_help_beautiful
Michael Lingelbach
2021-03-23
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
lsp: add syntax highlighting to signature help
Michael Lingelbach
2021-03-22
*
|
|
Merge pull request #14178 from andymass/vim-8.2.0088
Jan Edmund Lazo
2021-03-22
|
\
\
\
|
*
|
|
vim-patch:8.2.0088: insufficient tests for tags; bug in using extra tag field
Andy K. Massimino
2021-03-21
*
|
|
|
lsp: Unopened buffers return 0 for line count, which leads to broken positions
TJ DeVries
2021-03-22
*
|
|
|
lsp: Force re-display of diagnostics when opening a file
TJ DeVries
2021-03-22
*
|
|
|
vim-patch:8.2.2634: 'tagfunc' does not indicate using a pattern
Jan Edmund Lazo
2021-03-21
*
|
|
|
vim-patch:8.2.2625: rss files not recognized
Jan Edmund Lazo
2021-03-20
*
|
|
|
vim-patch:8.2.2624: atom files not recognized
Jan Edmund Lazo
2021-03-20
|
/
/
/
*
|
|
runtime/lua/vim/lsp: check emptyness in get_completion_word
Vincent Rischmann
2021-03-21
*
|
|
Merge pull request #14060 from andymass/vim-8.2.1703
Jan Edmund Lazo
2021-03-20
|
\
\
\
|
*
|
|
vim-patch:8.2.1703: ":highlight clear" does not restore default link
Andy K. Massimino
2021-03-05
*
|
|
|
Merge pull request #14164 from andymass/vim-8.1.2020
Jan Edmund Lazo
2021-03-20
|
\
\
\
\
|
*
|
|
|
vim-patch:8.1.2020: it is not easy to change the window layout
Andy K. Massimino
2021-03-19
|
|
|
/
/
|
|
/
|
|
*
/
|
|
lsp: set syntax instead of filetype for preview location highlighting
Michael Lingelbach
2021-03-19
|
/
/
/
*
|
|
lsp: Add support for delete workspaceEdit resource operation
Mathias Fussenegger
2021-03-18
*
|
|
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
*
|
|
Merge pull request #14145 from teto/remove-tshighlighter
Matthieu Coudron
2021-03-16
|
\
\
\
|
*
|
|
chore: remove deprecated lua module tshighlighter
Matthieu Coudron
2021-03-16
*
|
|
|
lsp: update lsp_markdown syntax to not clash with built-in markdown syntax
Michael Lingelbach
2021-03-15
*
|
|
|
Merge pull request #14098 from mjlbach/fix_highlighting_lsp_markdown
Michael Lingelbach
2021-03-15
|
\
\
\
\
|
*
|
|
|
lsp: fix highlighting for lsp markdown code blocks
Michael Lingelbach
2021-03-10
*
|
|
|
|
Merge pull request #14076 from mfussenegger/treesitter019
Björn Linse
2021-03-15
|
\
\
\
\
\
|
*
|
|
|
|
treesitter: Update to 0.19.3
Mathias Fussenegger
2021-03-09
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
api: destabilize nvim_set_hl_ns
Björn Linse
2021-03-15
*
|
|
|
|
vim-patch:8.2.2591: Poke files are not recognized
Jan Edmund Lazo
2021-03-12
*
|
|
|
|
lsp: Use incremental sync by default
Mathias Fussenegger
2021-03-11
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Update lsp, lua and api docs (gen_vimdoc.py)
Mathias Fussenegger
2021-03-11
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #14073 from mjlbach/feature/syntax_highlight_rule
Michael Lingelbach
2021-03-10
|
\
\
\
|
*
|
|
lsp: add custom syntax rules for lsp floating window
Michael Lingelbach
2021-03-09
*
|
|
|
lsp: Resolve codeLense server capabilities (#14056)
Josa Gesell
2021-03-10
*
|
|
|
lsp: get_language_id (#14092)
TJ DeVries
2021-03-10
[next]