summaryrefslogtreecommitdiff
path: root/src/evalfunc.c
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.1.0815: dialog for file changed outside of Vim not testedv8.1.0815Bram Moolenaar2019-01-241-1/+12
* patch 8.1.0805: too many #ifdefsv8.1.0805Bram Moolenaar2019-01-241-96/+13
* patch 8.1.0797: error E898 is used twicev8.1.0797Bram Moolenaar2019-01-231-1/+1
* patch 8.1.0793: incorrect error messages for functions that take a Blobv8.1.0793Bram Moolenaar2019-01-221-6/+7
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-2/+2
* patch 8.1.0763: nobody is using the Sun Workshop supportv8.1.0763Bram Moolenaar2019-01-171-3/+0
* patch 8.1.0755: error message for get() on a Blob with invalid indexv8.1.0755Bram Moolenaar2019-01-151-2/+7
* patch 8.1.0753: printf format not checked for semsg()v8.1.0753Bram Moolenaar2019-01-151-2/+2
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-131/+131
* patch 8.1.0742: not all Blob operations are testedv8.1.0742Bram Moolenaar2019-01-131-3/+15
* patch 8.1.0736: code for Blob not sufficiently testedv8.1.0736Bram Moolenaar2019-01-131-0/+9
* patch 8.1.0735: cannot handle binary datav8.1.0735Bram Moolenaar2019-01-121-26/+256
* patch 8.1.0730: compiler warning for get_buf_arg() unusedv8.1.0730Bram Moolenaar2019-01-121-0/+2
* patch 8.1.0719: too many #ifdefsv8.1.0719Bram Moolenaar2019-01-111-2/+0
* patch 8.1.0717: there is no function for the ":sign jump" commandv8.1.0717Bram Moolenaar2019-01-111-15/+70
* patch 8.1.0702: ":sign place" only uses the current bufferv8.1.0702Bram Moolenaar2019-01-071-1/+1
* patch 8.1.0690: setline() and setbufline() do not clear text propertiesv8.1.0690Bram Moolenaar2019-01-041-2/+4
* patch 8.1.0685: get_buf_tv() is named inconsistentlyv8.1.0685Bram Moolenaar2019-01-031-19/+19
* patch 8.1.0679: sign functions do not take buffer argument as documentedv8.1.0679Bram Moolenaar2019-01-021-3/+3
* patch 8.1.0673: functionality for signs is spread out over several filesv8.1.0673Bram Moolenaar2019-01-011-18/+0
* patch 8.1.0660: sign_cleanup() may leak memoryv8.1.0660Bram Moolenaar2018-12-291-2/+4
* patch 8.1.0658: deleting signs and completion for :sign is insufficientv8.1.0658Bram Moolenaar2018-12-291-2/+2
* patch 8.1.0648: custom operators can't act upon a forced motionv8.1.0648Bram Moolenaar2018-12-271-0/+4
* patch 8.1.0644: finding next sign ID is inefficientv8.1.0644Bram Moolenaar2018-12-271-1/+3
* patch 8.1.0635: Coverity complains about null pointer usev8.1.0635Bram Moolenaar2018-12-241-1/+1
* patch 8.1.0629: "gn" selects the wrong text with a multi-line matchv8.1.0629Bram Moolenaar2018-12-231-2/+2
* patch 8.1.0619: :echomsg and :echoerr do not handle List and Dictv8.1.0619Bram Moolenaar2018-12-221-2/+1
* patch 8.1.0615: get_tv function names are not consistentv8.1.0615Bram Moolenaar2018-12-211-411/+411
* patch 8.1.0614: placing signs can be complicatedv8.1.0614Bram Moolenaar2018-12-211-10/+332
* patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string()v8.1.0583Bram Moolenaar2018-12-141-16/+16
* patch 8.1.0579: cannot attach properties to textv8.1.0579Bram Moolenaar2018-12-131-0/+14
* patch 8.1.0571: non-silent execute() resets display column to zerov8.1.0571Bram Moolenaar2018-12-081-3/+13
* patch 8.1.0569: execute() always resets display column to zerov8.1.0569Bram Moolenaar2018-12-071-3/+5
* patch 8.1.0542: shiftwidth() does not take 'vartabstop' into accountv8.1.0542Bram Moolenaar2018-11-221-1/+16
* patch 8.1.0521: cannot build with +eval but without +quickfixv8.1.0521Bram Moolenaar2018-11-111-2/+0
* patch 8.1.0519: cannot save and restore the tag stackv8.1.0519Bram Moolenaar2018-11-111-0/+81
* patch 8.1.0494: functions do not check for a window ID in other tabsv8.1.0494Bram Moolenaar2018-10-251-7/+7
* patch 8.1.0493: argv() and argc() only work on the current argument listv8.1.0493Bram Moolenaar2018-10-251-19/+68
* patch 8.1.0460: assert_fails() does not take a message argumentv8.1.0460Bram Moolenaar2018-10-071-2/+2
* patch 8.1.0447: GUI scrollbar test fails with Athena and Motifv8.1.0447Bram Moolenaar2018-10-021-1/+5
* patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar2018-09-301-26/+0
* patch 8.1.0401: can't get swap name of another bufferv8.1.0401Bram Moolenaar2018-09-161-0/+19
* patch 8.1.0390: scrollbars are not testedv8.1.0390Bram Moolenaar2018-09-141-0/+41
* patch 8.1.0388: Coverity complains about possible NULL pointer usev8.1.0388Bram Moolenaar2018-09-131-1/+1
* patch 8.1.0386: cannot test with non-default option valuev8.1.0386Bram Moolenaar2018-09-131-1/+21
* patch 8.1.0377: xdiff doesn't use the Vim memory allocation functionsv8.1.0377Bram Moolenaar2018-09-131-1/+1
* patch 8.1.0367: getchar(1) no longer processes pending messagesv8.1.0367Bram Moolenaar2018-09-111-0/+7
* patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar2018-09-101-2/+3
* patch 8.1.0349: crash when wiping buffer in a callbackv8.1.0349Bram Moolenaar2018-09-061-0/+3
* patch 8.1.0343: 'shellslash' is not used for getcwd() with local directoryv8.1.0343Bram Moolenaar2018-09-021-3/+3