aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval
Commit message (Expand)AuthorAge
* refactor: remove space after starDundar Göc2021-10-19
* refactor: convert to doxygen-style comments #16013dundargoc2021-10-17
* Merge pull request #15952 from zeertzjq/vim-8.1.1291Jan Edmund Lazo2021-10-17
|\
| * refactor(dirchanged): tab -> tabpagezeertzjq2021-10-17
| * vim-patch:8.2.0876: :pwd does not give a hint about the scope of the directoryzeertzjq2021-10-17
| * vim-patch:8.1.1291: not easy to change directory and restorezeertzjq2021-10-17
* | Merge pull request #15930 from dundargoc/vim-patch/old-style-c-commentsJan Edmund Lazo2021-10-17
|\ \ | |/ |/|
| * fixup! vim-patch:8.1.2396: using old C style commentsDundar Göc2021-10-16
* | refactor: reduce number of unique char castsDundar Göc2021-10-13
* | refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
* | Merge pull request #15502 from seandewar/vim-8.1.1921Jan Edmund Lazo2021-10-10
|\ \
| * | feat(eval/method): partially port v8.1.1925Sean Dewar2021-10-03
* | | vim-patch:8.2.{210,424,436,...} #15976Jan Edmund Lazo2021-10-09
* | | refactor: format header files with uncrustify #15877dundargoc2021-10-09
* | | refactor: remove redundant castsDundar Göc2021-10-07
| |/ |/|
* | refactor: remove redundant char casts #15888dundargoc2021-10-04
|/
* Merge pull request #14937 from dstein64/vim-8.1.2304Jan Edmund Lazo2021-09-29
|\
| * vim-patch:8.1.2321: cannot select all text with the mouseDaniel Steinberg2021-09-29
| * vim-patch:8.1.2309: compiler warning for argument typeDaniel Steinberg2021-09-29
| * vim-patch:8.1.2304: cannot get the mouse position when getting a mouse clickDaniel Steinberg2021-09-29
* | Refactor/uncrustify (#15790)dundargoc2021-09-29
|/
* feat(decorations): support virtual lines (for now: only one block at a time)Björn Linse2021-09-26
* refactor: format with uncrustify #15778dundargoc2021-09-25
* vim-patch:8.2.1035: setreg() does not always clear the registerSean Dewar2021-09-23
* vim-patch:8.2.0924: cannot save and restore a register properlySean Dewar2021-09-23
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* refactor: format with uncrustify #15722dundargoc2021-09-19
* vim-patch:8.1.1071: cannot get composing characters from the screenzeertzjq2021-09-19
* refactor: format #15702dundargoc2021-09-18
* vim-patch:8.2.3360: user function completion fails with dict functionSean Dewar2021-09-17
* vim-patch:8.2.3337: completing "call g:" returns entries with just "g:"Sean Dewar2021-09-17
* Merge pull request #15211 from seandewar/blob-portJan Edmund Lazo2021-09-16
|\
| * vim-patch:8.2.1866: Vim9: appending to pushed blob gives wrong resultSean Dewar2021-09-16
| * feat(f_msgpackparse): support parsing from BlobSean Dewar2021-09-16
| * feat(f_msgpackdump): support dumping to BlobSean Dewar2021-09-16
| * feat(f_chansend): support Blob data argumentSean Dewar2021-09-16
| * fix(eval): partially port v8.2.3284Sean Dewar2021-09-16
| * fix(f_remove): partially port v8.2.2779Sean Dewar2021-09-16
| * vim-patch:8.2.1473: items in a list given to :const can still be modifiedSean Dewar2021-09-16
| * fix(f_insert): partially port v8.2.0634Sean Dewar2021-09-15
| * vim-patch:8.2.0521: crash when reading a blob failsSean Dewar2021-09-15
| * vim-patch:8.2.0404: writefile() error does not give a hintSean Dewar2021-09-15
| * vim-patch:8.1.1671: copying a blob may result in it being lockedSean Dewar2021-09-15
| * vim-patch:8.1.0802: negative index doesn't work for BlobSean Dewar2021-09-15
| * vim-patch:8.1.0798: changing a blob while iterating over it works strangelySean Dewar2021-09-15
| * vim-patch:8.1.0797: error E898 is used twiceSean Dewar2021-09-15
| * vim-patch:8.1.0793: incorrect error messages for functions that take a BlobSean Dewar2021-09-15
| * vim-patch:8.1.0765: string format of a Blob can't be parsed backSean Dewar2021-09-15
| * vim-patch:8.1.0755: error message for get() on a Blob with invalid indexSean Dewar2021-09-15
| * vim-patch:8.1.0742: not all Blob operations are testedSean Dewar2021-09-15