summaryrefslogtreecommitdiff
path: root/src/evalfunc.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1334: when buffer is hidden "F" in 'shortmess' is not usedv8.1.1334Bram Moolenaar2019-05-161-0/+21
* patch 8.1.1332: cannot flush listeners without redrawing, mix of changesv8.1.1332Bram Moolenaar2019-05-141-0/+1
* patch 8.1.1325: cannot build with +eval but without +channel and +timersv8.1.1325Bram Moolenaar2019-05-121-2/+0
* patch 8.1.1321: no docs or tests for listener functionsv8.1.1321Bram Moolenaar2019-05-111-3/+1
* patch 8.1.1319: computing function length name in many placesv8.1.1319Bram Moolenaar2019-05-111-4/+5
* patch 8.1.1313: warnings for using localtime() and ctime()v8.1.1313Bram Moolenaar2019-05-101-0/+7
* patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar2019-05-091-16/+2
* patch 8.1.1305: there is no easy way to manipulate environment variablesv8.1.1305Bram Moolenaar2019-05-091-0/+97
* patch 8.1.1303: not possible to hide a balloonv8.1.1303Bram Moolenaar2019-05-091-2/+29
* patch 8.1.1291: not easy to change directory and restorev8.1.1291Bram Moolenaar2019-05-071-0/+41
* patch 8.1.1287: cannot build with +eval but without +mousev8.1.1287Bram Moolenaar2019-05-071-0/+6
* patch 8.1.1267: cannot check if GPM mouse support is workingv8.1.1267Bram Moolenaar2019-05-041-0/+4
* patch 8.1.1262: cannot simulate a mouse click in a testv8.1.1262Bram Moolenaar2019-05-041-0/+9
* patch 8.1.1248: no test for dec mousev8.1.1248Bram Moolenaar2019-05-021-0/+3
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-3/+5
* patch 8.1.1218: cannot set a directory for a tab pagev8.1.1218Bram Moolenaar2019-04-271-7/+34
* patch 8.1.1210: support for user commands is spread outv8.1.1210Bram Moolenaar2019-04-271-2/+0
* patch 8.1.1209: clever compiler warns for buffer being too smallv8.1.1209Bram Moolenaar2019-04-261-2/+2
* patch 8.1.1190: has('vimscript-3') does not workv8.1.1190Bram Moolenaar2019-04-201-0/+1
* patch 8.1.1186: readdir() allocates list twicev8.1.1186Bram Moolenaar2019-04-191-7/+2
* patch 8.1.1140: not easy to find out what neighbors a window hasv8.1.1140Bram Moolenaar2019-04-081-0/+28
* patch 8.1.1136: decoding of mouse click escape sequence is not testedv8.1.1136Bram Moolenaar2019-04-071-1/+1
* patch 8.1.1131: getwinpos() does not work in the MS-Windows consolev8.1.1131Bram Moolenaar2019-04-061-3/+10
* patch 8.1.1130: MS-Windows: warning for unused variablev8.1.1130Bram Moolenaar2019-04-061-1/+0
* patch 8.1.1125: libvterm does not handle the window position reportv8.1.1125Bram Moolenaar2019-04-061-33/+7
* patch 8.1.1122: char2nr() does not handle composing charactersv8.1.1122Bram Moolenaar2019-04-061-0/+100
* patch 8.1.1120: cannot easily get directory entry matchesv8.1.1120Bram Moolenaar2019-04-051-0/+185
* patch 8.1.1116: cannot enforce a Vim script stylev8.1.1116Bram Moolenaar2019-04-041-1/+3
* patch 8.1.1111: it is not easy to check for infinityv8.1.1111Bram Moolenaar2019-04-041-3/+14
* patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar2019-03-301-6/+0
* patch 8.1.1084: cannot delete a match from another windowv8.1.1084Bram Moolenaar2019-03-301-54/+85
* patch 8.1.1077: reg_executing() is reset by calling input()v8.1.1077Bram Moolenaar2019-03-301-2/+0
* patch 8.1.1076: file for Insert mode is much too bigv8.1.1076Bram Moolenaar2019-03-301-1/+1
* patch 8.1.1071: cannot get composing characters from the screenv8.1.1071Bram Moolenaar2019-03-291-2/+75
* patch 8.1.1068: cannot get all the information about current completionv8.1.1068Bram Moolenaar2019-03-291-0/+25
* patch 8.1.1056: no eval function for Rubyv8.1.1056Bram Moolenaar2019-03-261-0/+21
* patch 8.1.1044: no way to check the reference count of objectsv8.1.1044Bram Moolenaar2019-03-231-2/+65
* patch 8.1.1040: FEAT_TAG_ANYWHITE is not enabled in any buildv8.1.1040Bram Moolenaar2019-03-221-3/+0
* patch 8.1.1035: prop_remove() second argument is not optionalv8.1.1035Bram Moolenaar2019-03-221-1/+1
* patch 8.1.1034: too many #ifdefsv8.1.1034Bram Moolenaar2019-03-221-1/+1
* patch 8.1.0998: getcurpos() unexpectedly changes "curswant"v8.1.0998Bram Moolenaar2019-03-071-0/+14
* patch 8.1.0995: a getchar() call resets the reg_executing() resultv8.1.0995Bram Moolenaar2019-03-051-0/+2
* patch 8.1.0994: relative cursor position is not calculated correctlyv8.1.0994Bram Moolenaar2019-03-041-0/+2
* patch 8.1.0989: various small code uglinessv8.1.0989Bram Moolenaar2019-03-021-4/+4
* patch 8.1.0983: checking __CYGWIN32__ unnecessarilyv8.1.0983Bram Moolenaar2019-02-261-1/+1
* patch 8.1.0951: using WIN64 even though it is never definedv8.1.0951Bram Moolenaar2019-02-181-1/+1
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-22/+22
* patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar2019-02-161-3/+0
* patch 8.1.0927: USE_CR is never definedv8.1.0927Bram Moolenaar2019-02-151-15/+1
* patch 8.1.0915: fsync() may not work properly on Macv8.1.0915Bram Moolenaar2019-02-141-2/+2