aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval
Commit message (Expand)AuthorAge
...
| * 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
| * feat(decode_string): decode binary string with NULs to BlobSean Dewar2021-09-15
| * feat(msgpack): convert Blobs to BIN stringsSean Dewar2021-09-15
| * feat(json): convert Blobs to array of byte valuesSean Dewar2021-09-15
| * vim-patch:8.1.0736: code for Blob not sufficiently testedSean Dewar2021-09-15
| * vim-patch:8.1.0735: cannot handle binary dataSean Dewar2021-09-15
* | fix(eval): add the vimscript-1 feature to has()Sean Dewar2021-09-16
|/
* vim-patch:8.1.1195: Vim script debugger functionality needs cleanupSean Dewar2021-09-13
* refactor: replace TRUE/FALSE with true/false #15647dundargoc2021-09-13
* vim-patch:8.2.0886: cannot use octal numbers in scriptversion 4Sean Dewar2021-09-11
* vim-patch:8.1.2035: recognizing octal numbers is confusingSean Dewar2021-09-11
* vim-patch:8.1.1355: obvious mistakes are accepted as valid expressionsSean Dewar2021-09-11
* fix(jobwait): always drain process event queues #15402Gregory Anders2021-08-31
* feat(v:lua): support calling v:lua as a methodSean Dewar2021-08-13
* fix(v:lua): fix emsg when calling v:lua directlySean Dewar2021-08-12
* vim-patch:8.1.1878: negative float before method not parsed correctlySean Dewar2021-08-12
* vim-patch:8.1.1863: confusing error when using a builtin function as methodSean Dewar2021-08-12
* vim-patch:8.1.1820: using expr->FuncRef() does not workSean Dewar2021-08-12
* vim-patch:8.1.1816: cannot use a user defined function as a methodSean Dewar2021-08-12
* vim-patch:8.1.1807: more functions can be used as a methodSean Dewar2021-08-12
* vim-patch:8.1.1803: all builtin functions are globalSean Dewar2021-08-12
* vim-patch:8.1.1800: function call functions have too many argumentsSean Dewar2021-08-12
* refactor(plines): move horizontal size functions to plines.cBjörn Linse2021-08-11
* refactor(plines): remove implicit curwin chartabsize() functionBjörn Linse2021-08-10
* vim-patch:8.2.3254: win_gettype() does not recognize a quickfix windowJan Edmund Lazo2021-07-31
* Merge pull request #15206 from dundargoc/refactor/a-song-of-true-and-false/gl...Björn Linse2021-07-30
|\
| * refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-30
* | vim-patch:8.2.2957: using getchar() in Vim9 script is problematicJan Edmund Lazo2021-07-29
|/
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-26
* Fix line length clint errorGregory Anders2021-07-12
* Rename stdin to stdin_modeGregory Anders2021-07-12
* feat(job): add parameter to close stdinGregory Anders2021-07-12
* Merge pull request #12971 from vigoux/decurbufBjörn Linse2021-07-09
|\
| * undo: reduce reliance on curbufThomas Vigouroux2021-07-06
* | vim-patch:8.2.3089: garbage collection has useless code #15027dundargoc2021-07-08
* | chore: use codespell to spell check #15016dundargoc2021-07-07
|/
* vim-patch:8.1.0897: can modify a:000 when using a reference (#14902)Jan Edmund Lazo2021-06-26
* vim-patch:8.2.1255: cannot use a lambda with quickfix functionsJan Edmund Lazo2021-06-23
* vim-patch:8.1.1437: code to handle callbacks is duplicatedJan Edmund Lazo2021-06-23
* vim-patch:8.2.0945: cannot use "z=" when 'spell' is offJan Edmund Lazo2021-06-12
* fixup! vim-patch:8.2.2136: Vim9: Using uninitialized variableJan Edmund Lazo2021-06-05