summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing matchit file.Bram Moolenaar2019-02-041-0/+754
* Update runtime files.Bram Moolenaar2019-02-0326-1101/+410
* patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10v8.1.0870Bram Moolenaar2019-02-033-3/+33
* patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff'v8.1.0864Bram Moolenaar2019-01-311-4/+12
* patch 8.1.0863: cannot see what signal caused a job to endv8.1.0863Bram Moolenaar2019-01-311-0/+5
* patch 8.1.0862: no verbose version of character classesv8.1.0862Bram Moolenaar2019-01-311-0/+3
* patch 8.1.0858: 'indentkeys' and 'cinkeys' defaults are differentv8.1.0858Bram Moolenaar2019-01-312-4/+5
* patch 8.1.0846: not easy to recognize the system Vim runs onv8.1.0846Bram Moolenaar2019-01-291-24/+42
* Updated runtime files.Bram Moolenaar2019-01-2617-2172/+2371
* patch 8.1.0815: dialog for file changed outside of Vim not testedv8.1.0815Bram Moolenaar2019-01-241-29/+53
* patch 8.1.0797: error E898 is used twicev8.1.0797Bram Moolenaar2019-01-231-1/+1
* patch 8.1.0793: incorrect error messages for functions that take a Blobv8.1.0793Bram Moolenaar2019-01-221-10/+20
* patch 8.1.0775: matching too many files as zshv8.1.0775Bram Moolenaar2019-01-181-7/+6
* patch 8.1.0774: VMS build is missing the blob filev8.1.0774Bram Moolenaar2019-01-181-3/+15
* patch 8.1.0771: some shell filetype patterns end in a starv8.1.0771Bram Moolenaar2019-01-182-7/+35
* Update runtime files.Bram Moolenaar2019-01-1732-595/+1009
* patch 8.1.0763: nobody is using the Sun Workshop supportv8.1.0763Bram Moolenaar2019-01-173-93/+18
* patch 8.1.0759: showing two characters for tab is limitedv8.1.0759Bram Moolenaar2019-01-161-5/+20
* patch 8.1.0757: not enough documentation for Blobsv8.1.0757Bram Moolenaar2019-01-151-15/+138
* patch 8.1.0736: code for Blob not sufficiently testedv8.1.0736Bram Moolenaar2019-01-131-8/+12
* patch 8.1.0735: cannot handle binary datav8.1.0735Bram Moolenaar2019-01-123-31/+95
* patch 8.1.0731: JS encoding does not handle negative infinityv8.1.0731Bram Moolenaar2019-01-121-1/+3