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.3375: using uninitialized memory
Sean Dewar
2021-09-17
|
*
vim-patch:8.2.3369: auto formatting after "cw" leaves cursor in wrong spot
Sean Dewar
2021-09-17
|
*
vim-patch:8.2.3360: user function completion fails with dict function
Sean Dewar
2021-09-17
|
*
vim-patch:8.2.3357: crash when 'virtualedit' is set and window is narrow
Sean Dewar
2021-09-17
|
*
vim-patch:8.2.3337: completing "call g:" returns entries with just "g:"
Sean Dewar
2021-09-17
|
*
vim-patch:8.2.3330: Coverity reports using uninitialized field
Sean Dewar
2021-09-17
|
*
vim-patch:8.2.3328: Coverity error for not checking return value
Sean Dewar
2021-09-17
|
*
vim-patch:8.2.3321: some code is not tested
Sean Dewar
2021-09-17
|
*
vim-patch:8.2.3313: unused code in win_exchange() and frame_remove()
Sean Dewar
2021-09-17
|
*
vim-patch:8.2.3293: finding completions may cause an endless loop
Sean Dewar
2021-09-17
|
*
vim-patch:8.2.3286: win_enter_ext() has too many boolean arguments
Sean Dewar
2021-09-17
*
|
refactor(style): switch-case formatting, "uncrustify:indent-off" #15669
dundargoc
2021-09-17
*
|
Merge pull request #15580 from seandewar/vim-8.2.3378
Jan Edmund Lazo
2021-09-17
|
\
\
|
*
|
vim-patch:8.2.3400: ":z!" is not supported
Sean Dewar
2021-09-10
|
*
|
vim-patch:8.2.3398: html text objects are not fully tested
Sean Dewar
2021-09-10
|
*
|
vim-patch:8.2.3386: using uninitialized memory
Sean Dewar
2021-09-10
|
*
|
vim-patch:8.2.3384: cannot disable modeline for an individual file
Sean Dewar
2021-09-10
|
*
|
vim-patch:8.2.3378: MS-Windows: completing environment variables with % is wrong
Sean Dewar
2021-09-10
*
|
|
fix: prevent K_EVENT from stopping Select mode CTRL-O #15688
zeertzjq
2021-09-17
|
|
/
|
/
|
*
|
Merge pull request #15668 from bfredl/logmenu
Björn Linse
2021-09-16
|
\
\
|
*
|
fix(ui): don't log from UI events during free_all_mem()
Björn Linse
2021-09-14
*
|
|
Merge #15585 refactor: move vim.lsp.diagnostic to vim.diagnostic
Justin M. Keyes
2021-09-16
|
\
\
\
|
*
|
|
refactor: move vim.lsp.diagnostic to vim.diagnostic
Gregory Anders
2021-09-15
*
|
|
|
Merge pull request #15211 from seandewar/blob-port
Jan Edmund Lazo
2021-09-16
|
\
\
\
\
|
*
|
|
|
vim-patch:8.2.1866: Vim9: appending to pushed blob gives wrong result
Sean Dewar
2021-09-16
|
*
|
|
|
test(oldtest): unskip existing tests that use Blobs
Sean Dewar
2021-09-16
|
*
|
|
|
feat(f_msgpackparse): support parsing from Blob
Sean Dewar
2021-09-16
|
*
|
|
|
feat(f_msgpackdump): support dumping to Blob
Sean Dewar
2021-09-16
|
*
|
|
|
feat(f_chansend): support Blob data argument
Sean Dewar
2021-09-16
|
*
|
|
|
fix(eval): partially port v8.2.3284
Sean Dewar
2021-09-16
|
*
|
|
|
fix(f_remove): partially port v8.2.2779
Sean Dewar
2021-09-16
|
*
|
|
|
vim-patch:8.2.2712: memory leak when adding to a blob fails
Sean Dewar
2021-09-16
|
*
|
|
|
vim-patch:8.2.1473: items in a list given to :const can still be modified
Sean Dewar
2021-09-16
|
*
|
|
|
vim-patch:8.2.0829: filter() may give misleading error message
Sean Dewar
2021-09-15
|
*
|
|
|
fix(f_insert): partially port v8.2.0634
Sean Dewar
2021-09-15
|
*
|
|
|
vim-patch:8.2.0521: crash when reading a blob fails
Sean Dewar
2021-09-15
|
*
|
|
|
vim-patch:8.2.0404: writefile() error does not give a hint
Sean Dewar
2021-09-15
|
*
|
|
|
vim-patch:8.2.0184: blob test fails
Sean Dewar
2021-09-15
|
*
|
|
|
vim-patch:8.2.0121: filter() and map() on blob don't work
Sean Dewar
2021-09-15
|
*
|
|
|
vim-patch:8.1.1671: copying a blob may result in it being locked
Sean Dewar
2021-09-15
|
*
|
|
|
vim-patch:8.1.1023: may use NULL pointer when indexing a blob
Sean Dewar
2021-09-15
|
*
|
|
|
vim-patch:8.1.0802: negative index doesn't work for Blob
Sean Dewar
2021-09-15
|
*
|
|
|
vim-patch:8.1.0798: changing a blob while iterating over it works strangely
Sean Dewar
2021-09-15
|
*
|
|
|
vim-patch:8.1.0797: error E898 is used twice
Sean Dewar
2021-09-15
|
*
|
|
|
vim-patch:8.1.0793: incorrect error messages for functions that take a Blob
Sean Dewar
2021-09-15
|
*
|
|
|
vim-patch:8.1.0765: string format of a Blob can't be parsed back
Sean Dewar
2021-09-15
|
*
|
|
|
vim-patch:8.1.0756: copy() does not make a copy of a Blob
Sean Dewar
2021-09-15
|
*
|
|
|
vim-patch:8.1.0755: error message for get() on a Blob with invalid index
Sean Dewar
2021-09-15
|
*
|
|
|
vim-patch:8.1.0742: not all Blob operations are tested
Sean Dewar
2021-09-15
|
*
|
|
|
vim-patch:8.1.0738: using freed memory, for loop over blob leaks memory
Sean Dewar
2021-09-15
[prev]
[next]