summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1224: MS-Windows: cannot specify font weightv8.1.1224Bram Moolenaar2019-04-283-129/+157
* patch 8.1.1221: filtering does not work when listing marksv8.1.1221Bram Moolenaar2019-04-271-11/+13
* patch 8.1.1218: cannot set a directory for a tab pagev8.1.1218Bram Moolenaar2019-04-277-31/+112
* patch 8.1.1213: "make clean" in top dir does not cleanup indent test outputv8.1.1213Bram Moolenaar2019-04-272-12/+1
* patch 8.1.1210: support for user commands is spread outv8.1.1210Bram Moolenaar2019-04-272-3/+4
* patch 8.1.1204: output of :command with address completion is not nicev8.1.1204Bram Moolenaar2019-04-251-10/+12
* Update runtime filesBram Moolenaar2019-04-2112-77/+83
* patch 8.1.1188: not all Vim variables require the v: prefixv8.1.1188Bram Moolenaar2019-04-201-5/+9
* patch 8.1.1187: cannot recognize Pipfilev8.1.1187Bram Moolenaar2019-04-191-2/+7
* patch 8.1.1177: .ts files are recognized as xml, typescript is more commonv8.1.1177Bram Moolenaar2019-04-161-0/+3
* patch 8.1.1147: desktop file translations are requiring manual updatesv8.1.1147Bram Moolenaar2019-04-112-3/+21
* patch 8.1.1140: not easy to find out what neighbors a window hasv8.1.1140Bram Moolenaar2019-04-081-8/+21
* patch 8.1.1138: plugins don't get notified when the popup menu changesv8.1.1138Bram Moolenaar2019-04-081-0/+16
* Update runtime files.Bram Moolenaar2019-04-0811-116/+148
* patch 8.1.1123: no way to avoid filtering for autocomplete functionv8.1.1123Bram Moolenaar2019-04-061-4/+7
* patch 8.1.1122: char2nr() does not handle composing charactersv8.1.1122Bram Moolenaar2019-04-062-2/+33
* patch 8.1.1120: cannot easily get directory entry matchesv8.1.1120Bram Moolenaar2019-04-051-0/+30
* patch 8.1.1116: cannot enforce a Vim script stylev8.1.1116Bram Moolenaar2019-04-042-11/+56
* patch 8.1.1114: confusing overloaded operator "." for string concatenationv8.1.1114Bram Moolenaar2019-04-041-13/+18
* patch 8.1.1113: making an autocommand trigger once is not so easyv8.1.1113Bram Moolenaar2019-04-041-7/+14
* patch 8.1.1111: it is not easy to check for infinityv8.1.1111Bram Moolenaar2019-04-041-0/+12
* Update runtime files.Bram Moolenaar2019-04-0424-179/+502
* patch 8.1.1093: support for outdated tags format slows down tag parsingv8.1.1093Bram Moolenaar2019-03-301-16/+25
* patch 8.1.1089: tutor does not check $LC_MESSAGESv8.1.1089Bram Moolenaar2019-03-301-1/+7
* patch 8.1.1084: cannot delete a match from another windowv8.1.1084Bram Moolenaar2019-03-301-12/+29
* patch 8.1.1071: cannot get composing characters from the screenv8.1.1071Bram Moolenaar2019-03-292-0/+19
* patch 8.1.1068: cannot get all the information about current completionv8.1.1068Bram Moolenaar2019-03-293-13/+67
* patch 8.1.1056: no eval function for Rubyv8.1.1056Bram Moolenaar2019-03-262-2/+24
* Update runtime files.Bram Moolenaar2019-03-2421-145/+345
* patch 8.1.1044: no way to check the reference count of objectsv8.1.1044Bram Moolenaar2019-03-231-0/+6
* patch 8.1.1043: Lua interface does not support Blobv8.1.1043Bram Moolenaar2019-03-231-14/+50
* patch 8.1.1017: off-by-one error in filetype detectionv8.1.1017Bram Moolenaar2019-03-171-6/+6
* Update runtime files.Bram Moolenaar2019-03-1722-132/+192
* patch 8.1.1015: quickfix buffer shows up in list, can't get buffer numberv8.1.1015Bram Moolenaar2019-03-172-16/+38
* patch 8.1.0994: relative cursor position is not calculated correctlyv8.1.0994Bram Moolenaar2019-03-041-0/+2
* patch 8.1.0974: cannot switch from terminal window to previous tabpagev8.1.0974Bram Moolenaar2019-02-221-0/+1
* patch 8.1.0972: cannot switch from terminal window to next tabpagev8.1.0972Bram Moolenaar2019-02-221-1/+2
* Update runtime filesBram Moolenaar2019-02-229-70/+173
* patch 8.1.0948: when built without +eval "Vim --clean" produces errorsv8.1.0948Bram Moolenaar2019-02-181-23/+28
* Update runtime files.Bram Moolenaar2019-02-1735-157/+622
* patch 8.1.0942: options window still checks for the multi_byte featurev8.1.0942Bram Moolenaar2019-02-171-38/+32
* patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar2019-02-164-270/+12
* patch 8.1.0929: no error when requesting ConPTY but it's not availablev8.1.0929Bram Moolenaar2019-02-161-3/+3
* patch 8.1.0927: USE_CR is never definedv8.1.0927Bram Moolenaar2019-02-151-6/+4
* patch 8.1.0911: tag line with Ex command cannot have extra fieldsv8.1.0911Bram Moolenaar2019-02-131-1/+8
* patch 8.1.0909: MS-Windows: using ConPTY even though it is not stablev8.1.0909Bram Moolenaar2019-02-131-3/+5
* patch 8.1.0902: incomplete set of assignment operatorsv8.1.0902Bram Moolenaar2019-02-121-1/+5
* patch 8.1.0894: MS-Windows: resolve() does not return a reparse pointv8.1.0894Bram Moolenaar2019-02-101-0/+3
* patch 8.1.0881: can execute shell commands in rvim through interfacesv8.1.0881Bram Moolenaar2019-02-081-4/+10
* patch 8.1.0880: MS-Windows: inconsistent selection of winpty/conptyv8.1.0880Bram Moolenaar2019-02-085-27/+38