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
...
*
|
|
tests: disable hl glitch test for now, will be fixed in luahl (next PR)
Björn Linse
2020-09-10
*
|
|
fix lints
Thomas Vigouroux
2020-09-09
*
|
|
api/buffer: add "on_bytes" callback to nvim_buf_attach
Björn Linse
2020-09-09
*
|
|
treesitter: revert wrong optimization in highlights
Thomas Vigouroux
2020-09-09
*
|
|
win: avoid duplicate separators in $PATH #12869
Justin M. Keyes
2020-09-08
*
|
|
win/env: fix stdpath()/XDG_* initialization, parsing #12829
erw7
2020-09-07
*
|
|
UI: forward 'mousefocus' option #12863
Justin M. Keyes
2020-09-06
*
|
|
Merge pull request #12802 from jamessan/travis-ubuntu-bump
James McCoy
2020-09-06
|
\
\
\
|
*
|
|
test/helpers: Run $SYMBOLIZER to decode sanitizer logs, if it is set
James McCoy
2020-09-06
*
|
|
|
tests: update query.list_predicates() test
Björn Linse
2020-09-06
*
|
|
|
treesitter: Use excplicit names in tests
Thomas Vigouroux
2020-09-06
*
|
|
|
provider: align all foo#Detect() functions #12839
Justin M. Keyes
2020-09-05
*
|
|
|
Support for :perl, :perlfile, :perldo and perleval() (#12809)
Justin M. Keyes
2020-09-05
|
\
\
\
\
|
*
|
|
|
healtcheck: use g:perl_host_prog if its set instead
Jacques Germishuys
2020-09-05
|
*
|
|
|
support for :perl, :perlfile, :perldo and perleval()
Jacques Germishuys
2020-08-30
|
|
|
/
/
|
|
/
|
|
*
|
|
|
API: be less breaking in the christmas tree decorations
Björn Linse
2020-09-04
*
|
|
|
Merge pull request #12847 from nvim-treesitter/ts-list-predicates
Björn Linse
2020-09-04
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
treesitter: allow to list supported predicates
Thomas Vigouroux
2020-09-04
*
|
|
|
decor: sketch new decorations API
Björn Linse
2020-09-03
*
|
|
|
extmark: move id to dict in nvim_buf_set_extmark
Björn Linse
2020-09-03
|
/
/
/
*
|
|
Merge pull request #12814 from theHamsta/escape-queries
Thomas Vigouroux
2020-09-01
|
\
\
\
|
*
|
|
treesitter: avoid escaping complete query strings
Stephan Seitz
2020-08-31
*
|
|
|
Merge pull request #12736 from vigoux/ts-iter-children
Björn Linse
2020-09-01
|
\
\
\
\
|
*
|
|
|
treesitter: add node:field() to get field children
Thomas Vigouroux
2020-09-01
|
*
|
|
|
treesitter: allow to iterate over node children
Thomas Vigouroux
2020-08-31
|
|
/
/
/
*
/
/
/
g:clipboard: allow command given as a list #12775
DDoSolitary
2020-09-01
|
/
/
/
*
|
|
fix(win): ignore closing wins in win_findbuf #12798
Thomas Vigouroux
2020-08-31
*
|
|
docs, remove 'guifontset' #11708
Justin M. Keyes
2020-08-31
*
|
|
lsp: Fix bad sortText comparison (#12485)
Anmol Sethi
2020-08-30
|
/
/
*
|
vim-patch:8.2.1472: ":argdel" does not work like ":.argdel" as documented
Jan Edmund Lazo
2020-08-17
*
|
lua: add vim.register_keystroke_callback (#12536)
TJ DeVries
2020-08-14
*
|
Merge pull request #12739 from vigoux/ts-refactor-predicates
TJ DeVries
2020-08-14
|
\
\
|
*
|
treesitter: add and test vim-match? predicate
Thomas Vigouroux
2020-08-13
|
*
|
treesitter: add contains? predicate
Thomas Vigouroux
2020-08-13
|
*
|
treesitter: refactor and use lua regexes
Thomas Vigouroux
2020-08-13
*
|
|
fix: runtimepath always updates lua package.path
TJ DeVries
2020-08-10
|
/
/
*
|
tests/terminal/tui: wait 1ms to avoid data race in FreeBSD
Jan Edmund Lazo
2020-08-02
*
|
vim-patch:8.2.1004: line numbers below filler lines not always updated
Jan Edmund Lazo
2020-08-02
*
|
vim-patch:8.2.0072: memory test still fails on Cirrus CI
Jan Edmund Lazo
2020-08-02
*
|
vim-patch:8.1.2172: spell highlight is wrong at start of the line
Jan Edmund Lazo
2020-08-02
*
|
Merge pull request #12699 from jamessan/getn
James McCoy
2020-07-31
|
\
\
|
*
|
lua: Use #var instead of deprecated table.getn(var)
James McCoy
2020-07-31
*
|
|
shada: fix failed assertion on exit (#12692)
erw7
2020-07-31
|
/
/
*
/
Revert "lsp: Fix text edits with the same start position (#12434)" (#12564)
Andreas Johansson
2020-07-30
|
/
*
terminal: fix terminal attribute overflow
erw7
2020-07-29
*
buffer_updates: emit valid old_byte_size
Thomas Vigouroux
2020-07-21
*
eval: improve ex_execute (#12445)
erw7
2020-07-20
*
lua: Fix crash on unprotected lua errors (#12658)
TJ DeVries
2020-07-19
*
Merge pull request #12448 from erw7/fix-shada-write-error-on-exit
Matthieu Coudron
2020-07-19
|
\
|
*
vim-patch:8.2.0920: writing viminfo fails with a circular reference
erw7
2020-06-09
[prev]
[next]