summaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.3627: difficult to know where the text starts in a windowv8.2.3627Bram Moolenaar2021-11-201-0/+3
* patch 8.2.3623: "$*" is expanded to "nonomatch"v8.2.3623Christian Brabandt2021-11-191-3/+0
* patch 8.2.3619: cannot use a lambda for 'operatorfunc'v8.2.3619Yegappan Lakshmanan2021-11-182-3/+31
* patch 8.2.3618: getcwd() is unclear about how 'autochdir' is usedv8.2.3618Bram Moolenaar2021-11-181-3/+3
* Update runtime filesBram Moolenaar2021-11-1611-36/+48
* patch 8.2.3605: cannot clear and unlinke a highlight group with hlset()v8.2.3605Yegappan Lakshmanan2021-11-161-1/+16
* patch 8.2.3597: Vim seems to hang when writing a long text to a terminalv8.2.3597Bram Moolenaar2021-11-151-0/+3
* patch 8.2.3591: no event is triggered when closing a windowv8.2.3591naohiro ono2021-11-131-0/+7
* patch 8.2.3590: test for v:colornames sometimes failsv8.2.3590Drew Vogel2021-11-131-1/+1
* patch 8.2.3589: failure when "term_rows" of term_start() is an unusual valuev8.2.3589Bram Moolenaar2021-11-131-1/+2