summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4196: various file types not recognizedv8.2.4196=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-231-0/+61
* patch 8.2.4191: json5 files are not recognizedv8.2.4191=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-231-0/+3
* Update runtime filesBram Moolenaar2022-01-2328-413/+570
* patch 8.2.4188: not all gitconfig files are recognizedv8.2.4188Tim Pope2022-01-231-1/+3
* patch 8.2.4187: gnuplot file not recognizedv8.2.4187nobodyatandnothing2022-01-231-1/+1
* patch 8.2.4172: filetype detection for BASIC is not optimalv8.2.4172Bram Moolenaar2022-01-212-7/+24
* patch 8.2.4160: cannot change the register used for Select mode deletev8.2.4160Shougo Matsushita2022-01-201-0/+5
* patch 8.2.4157: terminal test fails because Windows sets the titlev8.2.4157ichizok2022-01-201-0/+2
* patch 8.2.4153: MS-Windows: Global IME is no longer supportedv8.2.4153K.Takata2022-01-201-24/+3
* patch 8.2.4140: maparg() does not indicate the type of scriptv8.2.4140Bram Moolenaar2022-01-181-0/+2
* patch 8.2.4136: Vim9: the "autoload" argument of ":vim9script" is not usefulv8.2.4136Bram Moolenaar2022-01-182-11/+11
* patch 8.2.4135: Vim9: ":scriptnames" shows unloaded imported autoload scriptv8.2.4135Bram Moolenaar2022-01-181-0/+3
* Update runtime filesBram Moolenaar2022-01-1621-422/+463
* patch 8.2.4107: script context not restored after using <ScriptCmd>v8.2.4107Bram Moolenaar2022-01-161-0/+3
* patch 8.2.4099: Vim9: cannot use Vim9 syntax in mappingv8.2.4099Bram Moolenaar2022-01-151-6/+26
* patch 8.2.4095: sed script not recognized by the first linev8.2.4095Bram Moolenaar2022-01-151-0/+6
* patch 8.2.4093: cached breakindent values not initialized properlyv8.2.4093Christian Brabandt2022-01-151-0/+1
* patch 8.2.4088: xxd cannot output everything in one linev8.2.4088Erik Auerswald2022-01-142-1/+3
* patch 8.2.4087: cannot test items from an autoload script easilyv8.2.4087Bram Moolenaar2022-01-131-7/+9
* patch 8.2.4077: not all Libsensors files are recognizedv8.2.4077Bram Moolenaar2022-01-131-0/+3
* patch 8.2.4064: foam files are not detectedv8.2.4064Elwardi2022-01-112-0/+20
* patch 8.2.4052: not easy to resize a window from a pluginv8.2.4052Daniel Steinberg2022-01-102-0/+33
* patch 8.2.4050: Vim9: need to prefix every item in an autoload scriptv8.2.4050Bram Moolenaar2022-01-092-21/+28
* Update runtime filesBram Moolenaar2022-01-0838-280/+341
* patch 8.2.4019: Vim9: import mechanism is too complicatedv8.2.4019Bram Moolenaar2022-01-061-16/+22
* patch 8.2.4014: git and gitcommit file types not properly recognizedv8.2.4014Bram Moolenaar2022-01-052-7/+4
* patch 8.2.3995: not all sshconfig files are detected as suchv8.2.3995David Auer2022-01-031-2/+2
* patch 8.2.3979: Vim9: the feature is not mentioned in the right placesv8.2.3979Bram Moolenaar2022-01-022-1/+3
* patch 8.2.3969: value of MAXCOL not available in Vim scriptv8.2.3969naohiro ono2022-01-012-9/+17
* patch 8.2.3965: Vim9: no easy way to check if Vim9 script is supportedv8.2.3965Bram Moolenaar2022-01-011-5/+2
* patch 8.2.3964: some common lisp and scheme files not recognizedv8.2.3964Alex Vear2022-01-011-3/+3
* Update runtime filesBram Moolenaar2021-12-309-822/+798
* patch 8.2.3941: SIGTSTP is not handledv8.2.3941dbivolaru2021-12-291-2/+2
* patch 8.2.3919: Vim9: wrong argument for append() results in two errorsv8.2.3919Bram Moolenaar2021-12-281-3/+4
* Update runtime filesBram Moolenaar2021-12-2715-972/+1046
* patch 8.2.3917: the eval.txt help file is way too bigv8.2.3917Bram Moolenaar2021-12-275-10092/+10135
* patch 8.2.3913: help for expressions does not mention Vim9 syntaxv8.2.3913Bram Moolenaar2021-12-272-119/+196
* patch 8.2.3909: Containerfile using prefix name not recognizedv8.2.3909Bram Moolenaar2021-12-271-1/+1
* patch 8.2.3908: cannot use a script-local function for 'foldtext'v8.2.3908Yegappan Lakshmanan2021-12-261-1/+6
* patch 8.2.3906: Vim9 help still contains "under development" warningsv8.2.3906Bram Moolenaar2021-12-261-16/+6
* patch 8.2.3905: Dockerfile using prefix name not recognizedv8.2.3905Bram Moolenaar2021-12-261-0/+4
* patch 8.2.3901: Vim9: Cannot set 'cpo' in main .vimrc if using Vim9 scriptv8.2.3901Bram Moolenaar2021-12-262-0/+11
* patch 8.2.3900: it is not easy to use a script-local function for an optionv8.2.3900Yegappan Lakshmanan2021-12-264-0/+42
* patch 8.2.3888: the argument list may contain duplicatesv8.2.3888Nir Lichtman2021-12-242-2/+10
* Update runtime filesBram Moolenaar2021-12-2428-451/+389
* patch 8.2.3880: Solution filter files are not recognizedv8.2.3880Bram Moolenaar2021-12-241-0/+1
* patch 8.2.3874: cannot highlight the number column for a signv8.2.3874James McCoy2021-12-222-2/+11
* patch 8.2.3873: go.mod files are not recognizedv8.2.3873Bram Moolenaar2021-12-221-1/+3
* patch 8.2.3864: cannot disable requesting key codes from xtermv8.2.3864Bram Moolenaar2021-12-213-2/+29
* patch 8.2.3849: functions implementing reduce and map are too longv8.2.3849Yegappan Lakshmanan2021-12-191-5/+7