summaryrefslogtreecommitdiff
path: root/src/evalfunc.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1319: can't build GUI on MS-Windowsv8.0.1319Bram Moolenaar2017-11-191-0/+6
* patch 8.0.1318: terminal balloon only shows one linev8.0.1318Bram Moolenaar2017-11-191-1/+33
* patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312Bram Moolenaar2017-11-181-2/+2
* patch 8.0.1309: cannot use 'balloonexpr' in a terminalv8.0.1309Bram Moolenaar2017-11-181-1/+4
* patch 8.0.1305: writefile() never calls fsync()v8.0.1305Bram Moolenaar2017-11-161-0/+13
* patch 8.0.1295: cannot automatically get a server name in a terminalv8.0.1295Bram Moolenaar2017-11-121-0/+3
* patch 8.0.1274: setbufline() fails when using foldingv8.0.1274Bram Moolenaar2017-11-061-4/+23
* patch 8.0.1239: cannot use a lambda for the skip argument to searchpair()v8.0.1239Bram Moolenaar2017-10-301-9/+22
* patch 8.0.1236: Mac features are confusingv8.0.1236Bram Moolenaar2017-10-281-9/+8
* patch 8.0.1160: getting tab-local variable fails after closing windowv8.0.1160Bram Moolenaar2017-09-291-2/+2
* patch 8.0.1136: W_WIDTH() is always the samev8.0.1136Bram Moolenaar2017-09-221-1/+1
* patch 8.0.1123: cannot define a toolbar for a windowv8.0.1123Bram Moolenaar2017-09-171-0/+3
* patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar2017-09-161-58/+1
* patch 8.0.1115: crash when using foldtextresult() recursivelyv8.0.1115Bram Moolenaar2017-09-161-0/+7
* patch 8.0.1108: cannot specify mappings for the terminal windowv8.0.1108Bram Moolenaar2017-09-141-5/+12
* patch 8.0.1093: various small quickfix issuesv8.0.1093Bram Moolenaar2017-09-111-1/+1
* patch 8.0.1079: memory leak when remote_foreground() failsv8.0.1079Bram Moolenaar2017-09-091-0/+5
* patch 8.0.1074: ":term NONE" does not work on MS-Windowsv8.0.1074Bram Moolenaar2017-09-081-1/+1
* patch 8.0.1053: setline() does not work on startupv8.0.1053Bram Moolenaar2017-09-041-1/+4
* patch 8.0.1048: no test for what 8.0.1020 fixesv8.0.1048Bram Moolenaar2017-09-031-0/+19
* patch 8.0.1039: cannot change a line in not current bufferv8.0.1039Bram Moolenaar2017-09-021-65/+113
* patch 8.0.1038: strike-through text not supportedv8.0.1038Bram Moolenaar2017-09-021-0/+4
* patch 8.0.1006: quickfix list changes when parsing text with 'erroformat'v8.0.1006Bram Moolenaar2017-08-271-1/+1
* patch 8.0.1004: matchstrpos() without a match returns too many itemsv8.0.1004Bram Moolenaar2017-08-271-19/+25
* patch 8.0.0952: has('terminal') does not check existence of dll filev8.0.0952Bram Moolenaar2017-08-171-1/+5
* patch 8.0.0948: crash if timer closes window while dragging status linev8.0.0948Bram Moolenaar2017-08-161-0/+2
* patch 8.0.0936: mode() returns wrong value for a terminal windowv8.0.0936Bram Moolenaar2017-08-131-0/+4
* patch 8.0.0931: getwininfo() does not indicate a terminal windowv8.0.0931Bram Moolenaar2017-08-131-0/+3
* patch 8.0.0908: cannot set terminal size with optionsv8.0.0908Bram Moolenaar2017-08-111-3/+3
* patch 8.0.0898: can't use the alternate screen in a terminal windowv8.0.0898Bram Moolenaar2017-08-111-0/+1
* patch 8.0.0893: cannot get the scroll count of a terminal windowv8.0.0893Bram Moolenaar2017-08-081-0/+1
* patch 8.0.0887: can create a logfile in the sandboxv8.0.0887Bram Moolenaar2017-08-071-0/+3
* patch 8.0.0884: can't specify the wait time for term_wait()v8.0.0884Bram Moolenaar2017-08-061-1/+1
* patch 8.0.0882: term_scrape() and term_getline() require two argumentsv8.0.0882Bram Moolenaar2017-08-061-2/+2
* patch 8.0.0846: cannot get the name of the pty of a jobv8.0.0846Bram Moolenaar2017-08-031-0/+1
* patch 8.0.0821: cannot get the title and status of a terminal windowv8.0.0821Bram Moolenaar2017-07-301-0/+2
* patch 8.0.0818: cannot get the cursor position of a terminalv8.0.0818Bram Moolenaar2017-07-301-0/+1
* patch 8.0.0817: cannot get the terminal line at the cursorv8.0.0817Bram Moolenaar2017-07-301-2/+2
* patch 8.0.0804: running tests fails when stdin is /dev/nullv8.0.0804Bram Moolenaar2017-07-291-2/+3
* patch 8.0.0804: terminal window functions not yet implementedv8.0.0803Bram Moolenaar2017-07-291-1/+12
* patch 8.0.0794: checking translations fails with multiple NLv8.0.0794Bram Moolenaar2017-07-281-7/+38
* patch 8.0.0728: the terminal structure is never freedv8.0.0728Bram Moolenaar2017-07-171-1/+1
* patch 8.0.0718: output of job in terminal is not displayedv8.0.0718Bram Moolenaar2017-07-161-1/+1
* patch 8.0.0709: libvterm cannot use vsnprintf()v8.0.0709Bram Moolenaar2017-07-111-2/+3
* patch 8.0.0693: no terminal emulator supportv8.0.0693Bram Moolenaar2017-07-071-0/+3
* patch 8.0.0676: crash when closing quickfix window in autocmdv8.0.0676Bram Moolenaar2017-06-251-0/+20
* patch 8.0.0674: cannot build with eval but without timersv8.0.0674Bram Moolenaar2017-06-251-1/+5
* patch 8.0.0670: can't use input() in a timer callbackv8.0.0670Bram Moolenaar2017-06-241-1/+1
* patch 8.0.0659: no test for conceal modev8.0.0659Bram Moolenaar2017-06-221-2/+2
* patch 8.0.0643: when a pattern search is slow Vim becomes unusablev8.0.0643Bram Moolenaar2017-06-171-2/+2