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
/
src
Commit message (
Expand
)
Author
Age
...
*
|
|
|
Merge pull request #12721 from aufarg/vim-8.1.0265
Jan Edmund Lazo
2020-09-12
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
vim-patch:8.1.0552: saved last search pattern may not be restored
Aufar Gilbran
2020-09-11
|
*
|
|
vim-patch:8.1.0399: 'hlsearch' highlight remains in other window
Aufar Gilbran
2020-09-11
|
*
|
|
vim-patch:8.1.0392: error while typing :/foo/s// with 'incsearch' enabled
Aufar Gilbran
2020-09-11
|
*
|
|
vim-patch:8.1.0356: using :s with 'incsearch' prevents CTRL-R CTRL-W
Aufar Gilbran
2020-09-11
|
*
|
|
vim-patch:8.1.0351: 'incsearch' for :/foo/s//<Esc> changes last search pattern
Aufar Gilbran
2020-09-11
|
*
|
|
vim-patch:8.1.0339: wrong highlight when 'incsearch' set and cancelling :s
Aufar Gilbran
2020-09-11
|
*
|
|
vim-patch:8.1.0321: 'incsearch' regression: /\v highlights everything
Aufar Gilbran
2020-09-11
|
*
|
|
vim-patch:8.1.0320: too much 'incsearch' highlight for pat matching everything
Aufar Gilbran
2020-09-11
|
*
|
|
vim-patch:8.1.0296: command parsing for 'incsearch' is a bit ugly
Aufar Gilbran
2020-09-11
|
*
|
|
vim-patch:8.1.0295: no 'incsearch' highlighting for :vimgrep and similar
Aufar Gilbran
2020-09-11
|
*
|
|
vim-patch:8.1.0291: 'incsearch' highlighting not used for :sort
Aufar Gilbran
2020-09-11
|
*
|
|
vim-patch:8.1.0286: 'incsearch' does not apply to :smagic and :snomagic
Aufar Gilbran
2020-09-11
|
*
|
|
vim-patch:8.1.0284: 'cursorline' highlighting wrong with 'incsearch'
Aufar Gilbran
2020-09-11
|
*
|
|
vim-patch:8.1.0282: 'incsearch' does not work with command modifiers
Aufar Gilbran
2020-09-11
|
*
|
|
ex_docmd: merge parse_state_T with exarg_T
Aufar Gilbran
2020-09-11
|
*
|
|
vim-patch:8.1.0281: parsing command modifiers is not separated
Aufar Gilbran
2020-09-11
|
*
|
|
vim-patch:8.1.0280: 'incsearch' highlighting does not work for ":g!/"
Aufar Gilbran
2020-09-11
|
*
|
|
vim-patch:8.1.0279: 'incsearch' highlighting does not skip white space
Aufar Gilbran
2020-09-11
|
*
|
|
vim-patch:8.1.0278: 'incsearch' highlighting does not accept reverse range
Aufar Gilbran
2020-09-11
|
*
|
|
vim-patch:8.1.0277: 'incsearch' highlighting wrong in a few cases
Aufar Gilbran
2020-09-11
|
*
|
|
vim-patch:8.1.0275: 'incsearch' with :s doesn't start at cursor line
Aufar Gilbran
2020-09-11
|
*
|
|
vim-patch:8.1.0274: 'incsearch' triggers on ":source"
Aufar Gilbran
2020-09-11
|
*
|
|
vim-patch:8.1.0273: invalid memory access when using 'incsearch'
Aufar Gilbran
2020-09-11
|
*
|
|
vim-patch:8.1.0271: 'incsearch' doesn't work for :s, :g or :v
Aufar Gilbran
2020-09-11
|
*
|
|
vim-patch:8.1.0265: the getcmdline() function is way too big
Aufar Gilbran
2020-09-11
*
|
|
|
Merge pull request #12889 from vigoux/bytetrack-open-line
Björn Linse
2020-09-11
|
\
\
\
\
|
*
|
|
|
fix(bufupdates): avoid sending empty updates
Thomas Vigouroux
2020-09-11
|
*
|
|
|
fix(bytetrack): send correct events when opening lines
Thomas Vigouroux
2020-09-11
*
|
|
|
|
lua: cleanup naming conventions of executor functions
Björn Linse
2020-09-10
|
/
/
/
/
*
|
|
|
memline: do not attempt to cache line2byte()
Björn Linse
2020-09-10
*
|
|
|
fix lints
Thomas Vigouroux
2020-09-09
*
|
|
|
treesitter: use new on_bytes interface
Björn Linse
2020-09-09
*
|
|
|
api/buffer: add "on_bytes" callback to nvim_buf_attach
Björn Linse
2020-09-09
*
|
|
|
memline: cache byte offset of current line
Björn Linse
2020-09-09
*
|
|
|
extmark: use resonable names in extmark_splice
Björn Linse
2020-09-09
*
|
|
|
extmark: separate extmark_splice_cols for column-only change
Björn Linse
2020-09-09
*
|
|
|
win: avoid duplicate separators in $PATH #12869
Justin M. Keyes
2020-09-08
*
|
|
|
vim-patch:8.2.1635: no digraph for 0x2022 BULLET #12876
Jan Edmund Lazo
2020-09-08
*
|
|
|
win/env: fix stdpath()/XDG_* initialization, parsing #12829
erw7
2020-09-07
*
|
|
|
vim-patch:8.2.1633: some error messages are internal but do not use iemsg()
Jan Edmund Lazo
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
|
\
\
\
\
|
*
|
|
|
ci: Try to recover from sanitizer issues
James McCoy
2020-09-04
|
*
|
|
|
suggest_trie_walk: Remove invalid FALLTHROUGH annotation
James McCoy
2020-09-04
*
|
|
|
|
Merge pull request #11649 from vhakulinen/fix-blank-sections-with-multigrid
Björn Linse
2020-09-06
|
\
\
\
\
\
|
*
|
|
|
|
Invalidate grid on allction when in ext_multigrid
Ville Hakulinen
2020-09-06
*
|
|
|
|
|
version.c: update [ci skip] (#12763)
Marvim the Paranoid Android
2020-09-06
|
/
/
/
/
/
*
|
|
|
|
doc: fix invalid help tags #12745
Georgy Komarov
2020-09-05
*
|
|
|
|
Support for :perl, :perlfile, :perldo and perleval() (#12809)
Justin M. Keyes
2020-09-05
|
\
\
\
\
\
[prev]
[next]