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 #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
|
*
|
|
|
feat(decode_string): decode binary string with NULs to Blob
Sean Dewar
2021-09-15
|
*
|
|
|
feat(shada): restore Blob globals properly
Sean Dewar
2021-09-15
|
*
|
|
|
feat(msgpack): convert Blobs to BIN strings
Sean Dewar
2021-09-15
|
*
|
|
|
feat(json): convert Blobs to array of byte values
Sean Dewar
2021-09-15
|
*
|
|
|
feat(api): convert Blobs to API strings
Sean Dewar
2021-09-15
|
*
|
|
|
feat(nlua): convert Blobs to strings
Sean Dewar
2021-09-15
|
*
|
|
|
vim-patch:8.1.0736: code for Blob not sufficiently tested
Sean Dewar
2021-09-15
|
*
|
|
|
vim-patch:8.1.0735: cannot handle binary data
Sean Dewar
2021-09-15
*
|
|
|
|
test(oldtest): re-order test_eval_stuff tests to match Vim
Sean Dewar
2021-09-16
*
|
|
|
|
fix(eval): add the vimscript-1 feature to has()
Sean Dewar
2021-09-16
|
/
/
/
/
*
/
/
/
fix(:source): copy curbuf lines to memory before sourcing #15111
Sean Dewar
2021-09-15
|
/
/
/
*
|
|
fix(:source, nvim_exec): handle Vimscript line continuations #14809
Sean Dewar
2021-09-14
*
|
|
Merge #15657 vim-patch:8.1.1195,8.2.{3417,3419}
Justin M. Keyes
2021-09-14
|
\
\
\
|
*
|
|
vim-patch:8.2.3419: a failing debug expression may make Vim unusable
Sean Dewar
2021-09-13
|
*
|
|
vim-patch:8.2.3417: Vim9: a failing debug expression aborts script sourcing
Sean Dewar
2021-09-13
|
*
|
|
vim-patch:8.1.1195: Vim script debugger functionality needs cleanup
Sean Dewar
2021-09-13
*
|
|
|
docs: third-party licenses, TEST_COLORS, system() #15665
Justin M. Keyes
2021-09-14
|
|
/
/
|
/
|
|
*
|
|
refactor: format files with uncrustify #15663
dundargoc
2021-09-14
*
|
|
fix: "redundant cast to the same type" #15662
dundargoc
2021-09-14
*
|
|
refactor: format tui/input.c with uncrustify (#15661)
dundargoc
2021-09-14
*
|
|
refactor: format tui.c with uncrustify (#15640)
dundargoc
2021-09-14
|
/
/
*
|
refactor: replace TRUE/FALSE with true/false #15647
dundargoc
2021-09-13
*
|
vim-patch:8.2.3432: octave/Matlab filetype detection does not work properly (...
Christian Clason
2021-09-13
[prev]
[next]