summaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.1.1275: cannot navigate to errors before/after the cursorv8.1.1275Bram Moolenaar2019-05-052-4/+36
* patch 8.1.1270: cannot see current match positionv8.1.1270Bram Moolenaar2019-05-042-3/+24
* patch 8.1.1267: cannot check if GPM mouse support is workingv8.1.1267Bram Moolenaar2019-05-041-0/+1
* patch 8.1.1262: cannot simulate a mouse click in a testv8.1.1262Bram Moolenaar2019-05-042-1/+10
* patch 8.1.1261: no error for quickfix commands with negative rangev8.1.1261Bram Moolenaar2019-05-041-2/+5
* patch 8.1.1256: cannot navigate through errors relative to the cursorv8.1.1256Bram Moolenaar2019-05-032-0/+34
* patch 8.1.1248: no test for dec mousev8.1.1248Bram Moolenaar2019-05-021-0/+2
* patch 8.1.1231: asking about existing swap file unnecessarilyv8.1.1231Bram Moolenaar2019-04-281-1/+8
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-1/+12
* patch 8.1.1228: not possible to process tags with a functionv8.1.1228Bram Moolenaar2019-04-282-1/+78
* patch 8.1.1226: {not in Vi} remarks get in the way of useful help textv8.1.1226Bram Moolenaar2019-04-282-404/+116
* 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.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-219-76/+71
* patch 8.1.1188: not all Vim variables require the v: prefixv8.1.1188Bram Moolenaar2019-04-201-5/+9
* 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-088-67/+63
* 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-046-85/+89
* patch 8.1.1093: support for outdated tags format slows down tag parsingv8.1.1093Bram Moolenaar2019-03-301-16/+25
* 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-248-31/+42
* 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
* Update runtime files.Bram Moolenaar2019-03-1715-116/+173
* 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-228-23/+116
* Update runtime files.Bram Moolenaar2019-02-1720-139/+151
* 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