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 #20151 from dundargoc/refactor/char_u/13
bfredl
2022-11-22
|
\
\
|
*
|
refactor: replace char_u with char
Dundar Göc
2022-11-19
*
|
|
refactor: remove old TODO comments that aren't relevant anymore (#21144)
dundargoc
2022-11-22
*
|
|
fix: pvs warnings (#21145)
dundargoc
2022-11-22
*
|
|
vim-patch:9.0.0916: getbufline() is inefficient for getting a single line
zeertzjq
2022-11-22
*
|
|
vim-patch:8.2.2479: set/getbufline test fails without the job feature
zeertzjq
2022-11-22
*
|
|
vim-patch:8.2.2435: setline() gives an error for some types
zeertzjq
2022-11-22
*
|
|
vim-patch:9.0.0915: WinScrolled may trigger immediately when defined
zeertzjq
2022-11-20
*
|
|
vim-patch:partial:9.0.0913: only change in current window triggers the WinScr...
zeertzjq
2022-11-20
|
/
/
*
|
vim-patch:8.2.5130: edit test for mode message fails when using valgrind (#21...
zeertzjq
2022-11-19
*
|
vim-patch:8.2.5148: invalid memory access when using expression on command li...
zeertzjq
2022-11-19
*
|
vim-patch:8.2.5167: get(Fn, 'name') on funcref returns special byte code (#21...
zeertzjq
2022-11-19
*
|
vim-patch:8.2.0260: several lines of code are duplicated (#21108)
zeertzjq
2022-11-19
*
|
vim-patch:8.2.0469: Vim9: no error for missing ] after list
zeertzjq
2022-11-18
*
|
vim-patch:8.2.0450: not enough testing for restricted mode and function calls
zeertzjq
2022-11-18
*
|
vim-patch:8.2.4562: linear tag search is not optimal
zeertzjq
2022-11-18
*
|
vim-patch:8.2.4553: linear tag search is a bit slow
zeertzjq
2022-11-18
*
|
vim-patch:8.2.4544: Coverity warnings for not using returned value
zeertzjq
2022-11-18
*
|
vim-patch:8.2.4543: Coverity warning for refactored tag search code
zeertzjq
2022-11-18
*
|
vim-patch:8.2.4538: the find_tags_in_file() function is too long
zeertzjq
2022-11-18
*
|
vim-patch:8.2.4518: the binary tag search feature is always enabled
zeertzjq
2022-11-18
*
|
vim-patch:8.2.4512: the find_tags_in_file() function is much too long
zeertzjq
2022-11-18
*
|
vim-patch:8.2.4496: Coverity gives warnings after tags code refactoring
zeertzjq
2022-11-18
*
|
vim-patch:8.2.4494: the find_tags() function is much too long
zeertzjq
2022-11-18
*
|
vim-patch:8.2.3776: when a tags file line is long a tag may not be found (#21...
zeertzjq
2022-11-18
*
|
feat(l10n): update zh_CN translations (#21085)
Sizhe Zhao
2022-11-18
*
|
fix(ex_cmds): fix a mistake in the porting of Vim patch 8.1.0306 (#21096)
zeertzjq
2022-11-18
*
|
vim-patch:9.0.0897: Clinical Quality Language files are not recognized (#21094)
Matthew Gramigna
2022-11-18
*
|
vim-patch:8.2.1497: CursorHold test is flaky (#21095)
zeertzjq
2022-11-18
*
|
Merge pull request #21078 from dundargoc/refactor/remove-wint
bfredl
2022-11-17
|
\
\
|
*
|
refactor: remove __STDC_ISO_10646__ check
dundargoc
2022-11-17
*
|
|
Merge pull request #21090 from zeertzjq/vim-8.2.2945
zeertzjq
2022-11-17
|
\
\
\
|
*
|
|
fix(memline): use long instead of linenr_T for db_line_count
zeertzjq
2022-11-17
|
*
|
|
vim-patch:9.0.0895: file renamed twice in test, missing feature check
zeertzjq
2022-11-17
|
*
|
|
vim-patch:8.2.3498: recover test may fail on some systems
zeertzjq
2022-11-17
|
*
|
|
vim-patch:8.2.3440: recover test fails if there is an old swap file
zeertzjq
2022-11-17
|
*
|
|
vim-patch:8.2.3103: swap test may fail on some systems
zeertzjq
2022-11-17
|
*
|
|
vim-patch:8.2.3080: recover test fails on 32bit systems
zeertzjq
2022-11-17
|
*
|
|
vim-patch:8.2.2981: recovery test is not run on big-endian systems
zeertzjq
2022-11-17
|
*
|
|
vim-patch:8.2.2973: fix for recovery and diff mode not tested
zeertzjq
2022-11-17
|
*
|
|
vim-patch:8.2.2960: swap file recovery not sufficiently tested
zeertzjq
2022-11-17
|
*
|
|
vim-patch:8.2.2952: recover test fails on big endian systems
zeertzjq
2022-11-17
|
*
|
|
vim-patch:8.2.2945: some buffer related code is not tested
zeertzjq
2022-11-17
*
|
|
|
refactor: deprecate 'secure' option
Gregory Anders
2022-11-17
*
|
|
|
feat(exrc): use vim.secure.read() for 'exrc' option
Gregory Anders
2022-11-17
|
/
/
/
*
|
|
vim-patch:8.2.2589: recover test hangs in the GUI
zeertzjq
2022-11-17
*
|
|
vim-patch:8.2.2587: recover test fails on FreeBSD
zeertzjq
2022-11-17
*
|
|
vim-patch:8.2.2586: process id may be invalid
zeertzjq
2022-11-17
|
/
/
*
|
vim-patch:8.2.3042: swap file test fails
zeertzjq
2022-11-17
*
|
vim-patch:8.2.3041: detecting if the process of a swap file is running fails
zeertzjq
2022-11-17
[prev]
[next]