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
/
doc
Commit message (
Expand
)
Author
Age
*
ex_cmds: port :eval
Jan Edmund Lazo
2021-04-15
*
doc: prefer "python -m pip" (#14353)
Aru Sahni
2021-04-14
*
doc: port prompt-buffer section (#14342)
Sean Dewar
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
*
|
fix(doc): Add '/site' to stdpath('data') example in `:help 'rtp'`
James McCoy
2021-04-10
*
|
doc: advertise nanotee/nvim-lua-guide (#14332) [skip ci]
Christian Clason
2021-04-09
*
|
eval: add v:_null_string
Jan Edmund Lazo
2021-04-08
*
|
vim-patch:8.0.1505: debugger can't break on a condition
Jan Edmund Lazo
2021-04-08
*
|
docs: add priority option in buf_set_extmark
Thomas Vigouroux
2021-04-07
*
|
Merge pull request #14063 from lewis6991/master
Jan Edmund Lazo
2021-04-04
|
\
\
|
*
|
vim-patch:8.1.1682: placing a larger number of ...
Lewis Russell
2021-04-03
*
|
|
vim-patch:8.2.2697: function list test fails
Jan Edmund Lazo
2021-04-03
|
/
/
*
/
vim-patch:8.2.2694: when 'matchpairs' is empty every character beeps (#14279)
Jan Edmund Lazo
2021-04-03
|
/
*
doc: Fix typo in the help for <Cmd> where lhs was used instead of rhs (#14272)
Kevin Svetlitski
2021-04-01
*
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
*
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
*
|
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
*
|
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
*
|
|
vim-patch:8.2.2634: 'tagfunc' does not indicate using a pattern
Jan Edmund Lazo
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
|
/
/
/
*
|
|
api: destabilize nvim_set_hl_ns
Björn Linse
2021-03-15
*
|
|
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
*
|
|
lsp: get_language_id (#14092)
TJ DeVries
2021-03-10
*
|
|
runtime/termdebug 82be4849eed0b8fbee45bc8da99b685ec89af59a (#13660)
Michael Sartain
2021-03-10
*
|
|
lsp: add incremental text synchronization
Michael Lingelbach
2021-03-09
|
|
/
|
/
|
*
|
Added If true to show that {after} and {follow} parameters of nvim_put() are ...
Lee Wannacott
2021-03-07
*
|
Forgot to add colon to the {follow} parameters statement
Lee Wannacott
2021-03-07
*
|
Clarify that nvim_put()'s {after} and {follow} parameters expect boolean valu...
Lee Wannacott
2021-03-07
|
/
*
vim-patch:30e9b3c42567 (#13936)
Volodymyr Kot
2021-03-03
*
vim-patch:8.2.2236: 'scroll' option can change when setting the statusline
Jan Edmund Lazo
2021-03-02
*
vim-patch:8.1.1901: the +insert_expand feature is not always available
Jan Edmund Lazo
2021-03-01
*
Merge pull request #14004 from erw7/fix-fic
Jan Edmund Lazo
2021-02-25
|
\
|
*
eval: add fname_case to feature list
erw7
2021-02-25
*
|
Update lsp and api docs with gen_vimdoc changes
Mathias Fussenegger
2021-02-24
*
|
[LSP] Add in more docs for highlight groups with document_highlight() (#13614)
Chris Kipp
2021-02-24
|
/
*
vim-patch:8.2.2233: cannot convert a byte index into a character index (#13978)
kuuote
2021-02-22
[next]