summaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Expand)AuthorAgeFilesLines
* 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.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.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-0829-123/+184
* patch 8.2.4019: Vim9: import mechanism is too complicatedv8.2.4019Bram Moolenaar2022-01-061-16/+22
* 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
* Update runtime filesBram Moolenaar2021-12-308-814/+790
* 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-2713-546/+561
* 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.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.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-2411-51/+87
* patch 8.2.3874: cannot highlight the number column for a signv8.2.3874James McCoy2021-12-222-2/+11
* patch 8.2.3864: cannot disable requesting key codes from xtermv8.2.3864Bram Moolenaar2021-12-212-2/+21
* patch 8.2.3849: functions implementing reduce and map are too longv8.2.3849Yegappan Lakshmanan2021-12-191-5/+7
* patch 8.2.3848: cannot use reduce() for a stringv8.2.3848rbtnn2021-12-181-3/+4
* patch 8.2.3835: the inline-function example does not workv8.2.3835Bram Moolenaar2021-12-171-3/+6
* Update runtime filesBram Moolenaar2021-12-1612-31/+60
* patch 8.2.3818: cannot filter or map characters in a stringv8.2.3818rbtnn2021-12-151-24/+34
* patch 8.2.3797: no good reason to limit the message history in tiny versionv8.2.3797Bram Moolenaar2021-12-131-2/+1
* patch 8.2.3795: too many #ifdefsv8.2.3795Bram Moolenaar2021-12-132-8/+1
* patch 8.2.3784: the help for options is outdatedv8.2.3784Bram Moolenaar2021-12-111-2/+16
* patch 8.2.3780: ":cd" works differently on MS-Windowsv8.2.3780Bakudankun2021-12-112-5/+7
* patch 8.2.3751: cannot assign a lambda to an option that takes a functionv8.2.3751Yegappan Lakshmanan2021-12-061-3/+4
* Update runtime filesBram Moolenaar2021-12-0517-58/+91
* patch 8.2.3735: cannot use a lambda for 'imactivatefunc'v8.2.3735Yegappan Lakshmanan2021-12-041-1/+5
* patch 8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc'v8.2.3725Yegappan Lakshmanan2021-12-031-4/+10
* patch 8.2.3712: cannot use Vim9 lambda for 'tagfunc'v8.2.3712Yegappan Lakshmanan2021-12-011-1/+9
* patch 8.2.3710: Vim9: backtick expression expanded for :globalv8.2.3710Bram Moolenaar2021-12-011-10/+4
* patch 8.2.3704: Vim9: cannot use a list declaration in a :def functionv8.2.3704Bram Moolenaar2021-11-301-5/+4
* patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar2021-11-292-13/+1
* patch 8.2.3697: cannot drag a popup without a borderv8.2.3697Bram Moolenaar2021-11-291-0/+3
* patch 8.2.3686: filetype detection often mixes up Forth and F#v8.2.3686Bram Moolenaar2021-11-272-5/+22
* Update runtime files.Bram Moolenaar2021-11-278-20/+29
* patch 8.2.3665: cannot use a lambda for 'tagfunc'v8.2.3665Yegappan Lakshmanan2021-11-241-4/+6
* patch 8.2.3664: cannot adjust sign highlighting for 'cursorline'v8.2.3664Bram Moolenaar2021-11-242-0/+19
* patch 8.2.3652: can only get text properties one line at a timev8.2.3652Yegappan Lakshmanan2021-11-231-5/+41
* Update runtime filesBram Moolenaar2021-11-219-23/+33