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
*
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
*
l10n: Update Ukrainian translation (#12785)
Anatolii Sakhnik
2020-08-30
*
Revert "tui: improve support for GNU Screen (#12098)"
erw7
2020-08-27
*
Revert "tui: Fix italics when $TERM is screen in tmux #12199"
erw7
2020-08-27
*
Merge pull request #12510 from jamessan/clang-implicit-fallthrough
James McCoy
2020-08-26
|
\
|
*
spell_load_file: Add missing "goto endFAIL" if spellfile is not readable
James McCoy
2020-08-23
|
*
Disable -Wimplicit-fallthrough for tree_sitter/
James McCoy
2020-08-23
|
*
Disable -Wimplicit-fallthrough for funcs.generated.h
James McCoy
2020-08-23
*
|
Merge pull request #12708 from runiq/lsp-doc
TJ DeVries
2020-08-25
|
\
\
|
*
|
Add docs for most vim.lsp methods
Patrice Peterson
2020-08-23
|
|
/
*
|
vim-patch:8.1.2275: using "seesion" looks like a mistake
Jan Edmund Lazo
2020-08-23
*
|
vim-patch:8.2.1517: cannot easily get the character under the cursor
Jan Edmund Lazo
2020-08-23
*
|
vim-patch:8.2.0423: in some environments a few tests are expected to fail
Jan Edmund Lazo
2020-08-23
*
|
vim-patch:8.1.2364: termwinscroll test is flaky on FreeBSD
Jan Edmund Lazo
2020-08-23
*
|
vim-patch:8.1.2089: do not get a hint that $TEST_FILTER was active
Jan Edmund Lazo
2020-08-23
*
|
vim-patch:8.1.2051: double-click test is a bit flaky
Jan Edmund Lazo
2020-08-23
*
|
vim-patch:8.1.1677: tests get stuck when running into an existing swapfile
Jan Edmund Lazo
2020-08-23
*
|
vim-patch:8.1.1516: time reported for a test measured wrong
Jan Edmund Lazo
2020-08-23
|
/
*
vim-patch:8.2.1511: putting a string in Visual block mode ignores multi-byte
Jan Edmund Lazo
2020-08-22
*
vim-patch:8.2.0814: clang warning for implicit conversion
Jan Edmund Lazo
2020-08-21
*
vim-patch:8.2.0607: gcc warns for using uninitialized variable
Jan Edmund Lazo
2020-08-19
*
vim-patch:8.1.2267: compiler warning for uninitialized variable
Jan Edmund Lazo
2020-08-18
*
vim-patch:8.2.1472: ":argdel" does not work like ":.argdel" as documented
Jan Edmund Lazo
2020-08-17
*
vim-patch:8.2.1474: /usr/lib/udef/rules.d not recognized as udevrules
Jan Edmund Lazo
2020-08-17
*
vim-patch:8.1.1115: cannot build with older C compiler
Jan Edmund Lazo
2020-08-17
*
vim-patch:8.2.1471: :const only locks the variable, not the value (#12765)
Jan Edmund Lazo
2020-08-16
[next]