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.2.3430: no generic way to trigger an autocommand on mode change
Magnus Groß
2021-11-18
*
|
|
|
Merge pull request #16420 from seandewar/vim-8.1.2136
Jan Edmund Lazo
2021-11-30
|
\
\
\
\
|
*
|
|
|
vim-patch:8.2.2465: using freed memory in :psearch
Sean Dewar
2021-11-24
|
*
|
|
|
vim-patch:8.1.2136: using freed memory with autocmd from fuzzer
Sean Dewar
2021-11-24
|
|
|
/
/
|
|
/
|
|
*
|
|
|
vim-patch:8.2.2350: using "void" for no reason (#16410)
zeertzjq
2021-11-30
*
|
|
|
Merge pull request #16381 from VVKot/vim-8.1.0228
Jan Edmund Lazo
2021-11-30
|
\
\
\
\
|
*
|
|
|
vim-patch:8.1.1393: unnecessary type casts
VVKot
2021-11-22
|
*
|
|
|
vim-patch:8.1.1386: unessesary type casts for lalloc()
VVKot
2021-11-22
|
*
|
|
|
vim-patch:8.1.1384: using "int" for alloc() often results in compiler warnings
VVKot
2021-11-22
*
|
|
|
|
vim-patch:8.2.3703: most people call F# "fsharp" and not "fs" (#16469)
zeertzjq
2021-11-30
*
|
|
|
|
docs(lsp): add annotations for private functions
Gregory Anders
2021-11-30
*
|
|
|
|
chore: fix typos
ii14
2021-11-30
*
|
|
|
|
Merge pull request #16452 from clason/vim-8.2.3685
Christian Clason
2021-11-28
|
\
\
\
\
\
|
*
|
|
|
|
vim-patch:8.2.3686: filetype detection often mixes up Forth and F#
Christian Clason
2021-11-27
|
*
|
|
|
|
vim-patch:8.2.3451: not all apache files are recognized
Christian Clason
2021-11-27
|
*
|
|
|
|
vim-patch:8.2.3458: not all dictdconf files are recognized
Christian Clason
2021-11-27
|
*
|
|
|
|
vim-patch:8.2.3685: Visual studio project files are not recognized
Christian Clason
2021-11-27
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #16451 from clason/vim-8.2.3684
Christian Clason
2021-11-28
|
\
\
\
\
\
|
*
|
|
|
|
vim-patch:8.2.3687: blockwise insert does not handle autoindent properly
Christian Clason
2021-11-28
|
*
|
|
|
|
vim-patch:8.2.3684: blockwise insert does not handle autoindent properly
Christian Clason
2021-11-27
|
|
/
/
/
/
*
|
|
|
|
chore: fix typos (#16361)
dundargoc
2021-11-27
*
|
|
|
|
fix: allow str_utfindex second argument to be an explicit nil (#16448)
Michael Lingelbach
2021-11-27
|
/
/
/
/
*
|
|
|
vim-patch:8.2.3679: objc file detected as Octave (#16446)
Christian Clason
2021-11-26
*
|
|
|
vim-patch:8.2.3677: after a put the '] mark is on the last byte (#16442)
Christian Clason
2021-11-26
*
|
|
|
chore(docs): clarify vim.notify log_level parameter (#16436)
Mathias Fußenegger
2021-11-25
*
|
|
|
feat(diagnostic)!: make DiagnosticChanged a first class autocmd (#16098)
Gregory Anders
2021-11-25
*
|
|
|
fix(fileio): replace characters over INT_MAX with U+FFFD (#16354)
Javier Lopez
2021-11-23
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #16341 from zeertzjq/vim-8.2.2518
nightly
Jan Edmund Lazo
2021-11-21
|
\
\
\
|
*
|
|
vim-patch:8.2.3588: break statement is never reached
zeertzjq
2021-11-17
|
*
|
|
vim-patch:8.2.3572: memory leak when closing window and using "multispace"
zeertzjq
2021-11-17
|
*
|
|
vim-patch:8.2.2520: missing tests for 'listchars'
zeertzjq
2021-11-17
|
*
|
|
fix(options): using :set fillchars should clear local value
zeertzjq
2021-11-17
|
*
|
|
vim-patch:8.2.2518: 'listchars' should be window-local
zeertzjq
2021-11-17
*
|
|
|
vim-patch:8.2.3627: difficult to know where the text starts in a window (#16377)
zeertzjq
2021-11-21
*
|
|
|
Merge pull request #16386 from VVKot/vim-8.2.2922
Jan Edmund Lazo
2021-11-21
|
\
\
\
\
|
*
|
|
|
vim-patch:8.2.3639: line commented out accidentally
VVKot
2021-11-21
|
*
|
|
|
vim-patch:8.2.2922: computing array length is done in various ways
VVKot
2021-11-21
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #16362 from zeertzjq/vim-8.2.3617
Jan Edmund Lazo
2021-11-21
|
\
\
\
\
|
*
|
|
|
vim-patch:8.2.3622: "verbose pwd" shows confusing info
zeertzjq
2021-11-19
|
*
|
|
|
vim-patch:8.2.3618: getcwd() is unclear about how 'autochdir' is used
zeertzjq
2021-11-19
|
*
|
|
|
revert: partially revert #9894
zeertzjq
2021-11-19
|
*
|
|
|
vim-patch:8.2.3617: ":verbose pwd" does not mention 'autochdir' was applied
zeertzjq
2021-11-19
|
*
|
|
|
vim-patch:8.2.3468: problem with :cd when editing file in non-existent directory
zeertzjq
2021-11-19
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
vim-patch:8.2.3255: ci" finds following string but ci< and others don't (#16324)
Michal Liszcz
2021-11-21
*
|
|
|
vim-patch:8.1.1606: on a narrow screen ":hi" output is confusing (#16388)
Volodymyr Kot
2021-11-21
*
|
|
|
vim-patch:8.2.3638: getcompletion() always passes zero as position (#16387)
ii14
2021-11-21
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #14540 from Shougo/fix_vim8.1.1378
Jan Edmund Lazo
2021-11-20
|
\
\
\
|
*
|
|
fix: error
Shougo Matsushita
2021-11-19
|
*
|
|
test: save clipboard
Shougo Matsushita
2021-11-19
|
*
|
|
fix: remove unnecessary changes
Shougo Matsushita
2021-11-19
[prev]
[next]