aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir
Commit message (Expand)AuthorAge
...
| * | vim-patch:8.2.0121: filter() and map() on blob don't workSean 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.0756: copy() does not make a copy of a BlobSean 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
| * | 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
* | | test(oldtest): re-order test_eval_stuff tests to match VimSean Dewar2021-09-16
* | | fix(eval): add the vimscript-1 feature to has()Sean Dewar2021-09-16
|/ /
* | vim-patch:8.2.3419: a failing debug expression may make Vim unusableSean Dewar2021-09-13
* | vim-patch:8.2.3417: Vim9: a failing debug expression aborts script sourcingSean Dewar2021-09-13
* | vim-patch:8.2.3432: octave/Matlab filetype detection does not work properly (...Christian Clason2021-09-13
* | vim-patch:8.2.3368: not all Racket files are recognized (#15643)Christian Clason2021-09-12
* | vim-patch:8.2.3374: Pyret files are not recognized (#15642)Christian Clason2021-09-12
* | Merge pull request #15550 from jasonccox/vim-8.2.3385Christian Clason2021-09-12
|\ \
| * | vim-patch:8.2.3393: escaping for fish shell is skipping some charactersJason Cox2021-09-02
| * | vim-patch:8.2.3385: escaping for fish shell does not work properlyJason Cox2021-09-02
* | | Merge #14611 from seandewar/vim-8.1.1116Justin M. Keyes2021-09-11
|\ \ \
| * | | vim-patch:8.2.0886: cannot use octal numbers in scriptversion 4Sean Dewar2021-09-11
| * | | vim-patch:8.1.2043: not sufficient testing for quoted numbersSean 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
* | | | vim-patch:8.2.3389: cannot stop insert mode completion without side effects #...zeertzjq2021-09-10
|/ / /
* | | vim-patch:8.2.3397: no test for what 8.2.3391 fixesSean Dewar2021-09-10
* | | vim-patch:8.2.2903: cursor position wrong on wrapped line with 'signcolumn'Sean Dewar2021-09-10
* | | vim-patch:8.1.2281: 'showbreak' cannot be set for one windowSean Dewar2021-09-10
| |/ |/|
* | vim-patch:8.2.3399: Octave files are not recognized (#15622)Christian Clason2021-09-10
* | vim-patch:d2ea7cf10a4d #15571Christian Clason2021-09-08
|/
* vim-patch:8.2.2938: after using motion force from feedkeys() it sticks (#15240)Xiao2021-08-29
* vim-patch:8.1.2229: color number column above/below cursor #15409zeertzjq2021-08-27
* Merge #15293 Vimscript "method" syntaxJustin M. Keyes2021-08-26
|\
| * fix(eval_lambda): cherry-pick leak fix from v8.1.2107Sean Dewar2021-08-12
| * feat(eval): partially port v8.1.1915Sean Dewar2021-08-12
| * vim-patch:8.1.1911: more functions can be used as methodsSean Dewar2021-08-12
| * vim-patch:8.1.1909: more functions can be used as methodsSean Dewar2021-08-12
| * vim-patch:8.1.1888: more functions can be used as methodsSean Dewar2021-08-12
| * vim-patch:8.1.1879: more functions can be used as methodsSean 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.1835: cannot use printf() as a methodSean Dewar2021-08-12
| * vim-patch:8.1.1834: cannot use a lambda as a methodSean Dewar2021-08-12
| * vim-patch:8.1.1828: not strict enough checking syntax of method invocationSean Dewar2021-08-12
| * vim-patch:8.1.1821: no test for wrong number of method argumentsSean 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