summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1517: cannot easily get the character under the cursorv8.2.1517Bram Moolenaar2020-08-231-9/+17
* patch 8.2.1479: Vim9: error for list index uses wrong line numberv8.2.1479Bram Moolenaar2020-08-181-3/+12
* patch 8.2.1476: filetype test fails on MS-Windowsv8.2.1476Bram Moolenaar2020-08-171-1/+1
* patch 8.2.1474: /usr/lib/udef/rules.d not recognized as udevrulesv8.2.1474Bram Moolenaar2020-08-171-1/+1
* patch 8.2.1473: items in a list given to :const can still be modifiedv8.2.1473Bram Moolenaar2020-08-171-3/+11
* Update runtime files.Bram Moolenaar2020-08-1538-136/+9034
* patch 8.2.1461: Vim9: string indexes are counted in bytesv8.2.1461Bram Moolenaar2020-08-151-12/+24
* patch 8.2.1458: .gawk files not recognizedv8.2.1458Bram Moolenaar2020-08-151-1/+1
* patch 8.2.1439: tiny and small builds have no test coveragev8.2.1439Bram Moolenaar2020-08-131-0/+6
* patch 8.2.1435: Vim9: always converting to string for ".." leads to mistakesv8.2.1435Bram Moolenaar2020-08-121-2/+8
* patch 8.2.1420: test 49 is old stylev8.2.1420Bram Moolenaar2020-08-111-11/+4
* patch 8.2.1413: previous tab page not usable from an Ex commandv8.2.1413Bram Moolenaar2020-08-101-0/+6
* patch 8.2.1410: adding compiler plugin requires test changev8.2.1410Bram Moolenaar2020-08-091-0/+26
* patch 8.2.1409: nmpmrc and php.ini filetypes not recognizedv8.2.1409Bram Moolenaar2020-08-091-0/+6
* patch 8.2.1408: Vim9: type casting not supportedv8.2.1408Bram Moolenaar2020-08-091-0/+29
* patch 8.2.1407: Vim9: type of list and dict only depends on first itemv8.2.1407Bram Moolenaar2020-08-091-0/+8
* patch 8.2.1401: cannot jump to the last used tabpagev8.2.1401Bram Moolenaar2020-08-093-2/+13
* Update runtime files.Bram Moolenaar2020-08-0737-156/+391
* patch 8.2.1354: test 59 is old stylev8.2.1354Bram Moolenaar2020-08-021-2/+5
* patch 8.2.1347: cannot easily get the script IDv8.2.1347Bram Moolenaar2020-08-011-0/+4
* patch 8.2.1342: Vim9: accidentally using "t" gives a confusing errorv8.2.1342Bram Moolenaar2020-08-011-5/+6
* patch 8.2.1325: Vim9: using Vim9 script for autaload not testedv8.2.1325Bram Moolenaar2020-07-291-3/+7
* patch 8.2.1308: Vim9: accidentally using "x" causes Vim to exitv8.2.1308Bram Moolenaar2020-07-281-25/+27
* Update runtime files.Bram Moolenaar2020-07-2644-165/+259
* patch 8.2.1297: when a test fails it's often not easy to see wherev8.2.1297Bram Moolenaar2020-07-261-6/+10
* patch 8.2.1292: AIDL filetype not recognizedv8.2.1292Bram Moolenaar2020-07-251-0/+3
* patch 8.2.1255: cannot use a lambda with quickfix functionsv8.2.1255Bram Moolenaar2020-07-203-7/+13
* patch 8.2.1241: cannot use getbufinfo() as a methodv8.2.1241Bram Moolenaar2020-07-181-1/+4
* patch 8.2.1237: changing 'completepopup' after opening popup has no effectv8.2.1237Bram Moolenaar2020-07-181-3/+5
* patch 8.2.1227: Vim9: allowing both quoted and # comments is confusingv8.2.1227Bram Moolenaar2020-07-171-11/+18
* patch 8.2.1215: Atari MiNT support is outdatedv8.2.1215Bram Moolenaar2020-07-141-28/+4
* patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar2020-07-111-2/+17
* Update runtime filesBram Moolenaar2020-07-1020-116/+223
* patch 8.2.1172: error messages when doing "make clean" in doc or teev8.2.1172Bram Moolenaar2020-07-101-1/+1
* patch 8.2.1166: once mouse move events are enabled getchar() returns themv8.2.1166Bram Moolenaar2020-07-091-2/+3
* patch 8.2.1128: the write message mentions characters, but it's bytesv8.2.1128Bram Moolenaar2020-07-051-1/+1
* patch 8.2.1107: 'imactivatefunc' and 'imstatusfunc' are not used in the GUIv8.2.1107Bram Moolenaar2020-07-011-2/+2
* Runtime file updatesBram Moolenaar2020-06-307-839/+650
* patch 8.2.1081: Lua: cannot use table.insert() and table.remove()v8.2.1081Bram Moolenaar2020-06-281-2/+14
* patch 8.2.1077: no enough test coverage for highlightingv8.2.1077Bram Moolenaar2020-06-281-1/+1
* patch 8.2.1066: Lua arrays are zero basedv8.2.1066Bram Moolenaar2020-06-271-4/+8
* patch 8.2.1060: not all elinks files are recognizedv8.2.1060Bram Moolenaar2020-06-261-1/+1
* patch 8.2.1055: no filetype set for pacman config filesv8.2.1055Bram Moolenaar2020-06-251-1/+10
* patch 8.2.1054: not so easy to pass a lua function to Vimv8.2.1054Bram Moolenaar2020-06-251-0/+8
* patch 8.2.1044: not all systemd file types are recognizedv8.2.1044Bram Moolenaar2020-06-231-1/+2
* patch 8.2.1042: Vim9: cannot put an operator on the next linev8.2.1042Bram Moolenaar2020-06-221-13/+21
* Update runtime filesBram Moolenaar2020-06-2115-59/+105
* patch 8.2.0997: cannot execute a register containing line continuationv8.2.0997Bram Moolenaar2020-06-171-0/+5
* patch 8.2.0996: using "aucmdwin" in win_gettype() is not idealv8.2.0996Bram Moolenaar2020-06-171-1/+1
* patch 8.2.0991: cannot get window type for autocmd and preview windowv8.2.0991Bram Moolenaar2020-06-161-0/+3