summaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Expand)AuthorAgeFilesLines
* Update runtime filesBram Moolenaar2021-08-2915-77/+214
* patch 8.2.3385: escaping for fish shell does not work properlyv8.2.3385Jason Cox2021-08-291-0/+4
* patch 8.2.3384: cannot disable modeline for an individual filev8.2.3384Hu Jialun2021-08-281-0/+9
* patch 8.2.3356: adding many text properties requires a lot of function callsv8.2.3356Yegappan Lakshmanan2021-08-163-1/+36
* Update runtime filesBram Moolenaar2021-08-1416-249/+353
* patch 8.2.3323: Vim9: Cannot use :silent with :endwhilev8.2.3323Bram Moolenaar2021-08-101-1/+1
* patch 8.2.3314: behavior of exists() in a :def function is unpredictablev8.2.3314Bram Moolenaar2021-08-082-12/+31
* patch 8.2.3300: Lua: can only execute on Vim command at a timev8.2.3300Yegappan Lakshmanan2021-08-061-1/+14
* patch 8.2.3297: cannot use all commands inside a {} blockv8.2.3297Bram Moolenaar2021-08-051-2/+5
* patch 8.2.3288: cannot easily access namespace dictionaries from Luav8.2.3288Yegappan Lakshmanan2021-08-041-0/+32
* patch 8.2.3280: 'virtualedit' local to buffer is not the best solutionv8.2.3280Gary Johnson2021-08-031-1/+1
* patch 8.2.3268: cannot use a block with :autocmd like with :commandv8.2.3268Bram Moolenaar2021-08-012-4/+10
* patch 8.2.3254: win_gettype() does not recognize a quickfix windowv8.2.3254Yegappan Lakshmanan2021-07-311-2/+4
* Update runtime filesBram Moolenaar2021-07-2816-77/+188
* patch 8.2.3236: mode() does not indicate using CTRL-O in Select modev8.2.3236zeertzjq2021-07-281-0/+4
* patch 8.2.3233: prop_list() and prop_find() do not indicate the bufferv8.2.3233Martin Tournoij2021-07-281-0/+2
* patch 8.2.3228: cannot use a simple block for the :command argumentv8.2.3228Bram Moolenaar2021-07-271-0/+10
* patch 8.2.3227: 'virtualedit' can only be set globallyv8.2.3227Gary Johnson2021-07-261-1/+5
* patch 8.2.3226: new digraph functions use old naming schemev8.2.3226h-east2021-07-263-111/+110
* patch 8.2.3219: :find searches non-existing directoriesv8.2.3219Christian Brabandt2021-07-251-0/+6
* patch 8.2.3214: MS-Windows: passing /D does not set the install locationv8.2.3214Christian Brabandt2021-07-241-2/+25
* patch 8.2.3198: cannot use 'formatlistpat' for breakindentv8.2.3198Maxim Kim2021-07-221-1/+3
* patch 8.2.3184: cannot add a digraph with a leading spacev8.2.3184mityu2021-07-193-0/+114
* patch 8.2.3178: Vim9: the file name of an :import cannot be an expressionv8.2.3178Bram Moolenaar2021-07-181-0/+4
* patch 8.2.3162: Vim9: argument types are not checked at compile timev8.2.3162Yegappan Lakshmanan2021-07-151-1/+1
* patch 8.2.3160: 'breakindent' does not work well for bulleted listsv8.2.3160Christian Brabandt2021-07-141-1/+4
* Update runtime filesBram Moolenaar2021-07-0713-61/+126
* patch 8.2.3110: a pattern that matches the cursor position is complicatedv8.2.3110Bram Moolenaar2021-07-051-4/+27
* patch 8.2.3092: Vim9: builtin function test fails without +channel featurev8.2.3092Dominique Pelle2021-07-031-0/+7
* patch 8.2.3079: Powershell core not supported by defaultv8.2.3079Mike Williams2021-06-304-34/+75
* patch 8.2.3071: shell options are not set properly for PowerShellv8.2.3071Mike Williams2021-06-283-30/+82
* Update runtime filesBram Moolenaar2021-06-2715-46/+114
* patch 8.2.3040: GUI: dropping files not testedv8.2.3040Yegappan Lakshmanan2021-06-233-3/+21
* patch 8.2.3028: GUI mouse events not testedv8.2.3028Yegappan Lakshmanan2021-06-213-1/+28
* patch 8.2.3022: available encryption methods are not strong enoughv8.2.3022Christian Brabandt2021-06-203-0/+19
* patch 8.2.3019: location list only has the start position.v8.2.3019thinca2021-06-191-0/+3
* Update runtime filesBram Moolenaar2021-06-1323-102/+106
* patch 8.2.2982: Vim9: future commands are not reserved yetv8.2.2982Bram Moolenaar2021-06-121-12/+64
* patch 8.2.2971: cannot yank a block without trailing spacesv8.2.2971Christian Brabandt2021-06-102-1/+13
* patch 8.2.2958: function list test failsv8.2.2958Bram Moolenaar2021-06-071-0/+1
* patch 8.2.2957: using getchar() in Vim9 script is problematicv8.2.2957Bram Moolenaar2021-06-071-1/+18
* patch 8.2.2915: MS-Windows: when using "default" for encoding utf-8 is usedv8.2.2915K.Takata2021-05-311-3/+4
* patch 8.2.2914: cannot paste a block without adding paddingv8.2.2914Christian Brabandt2021-05-302-0/+10
* Update runtime filesBram Moolenaar2021-05-3019-47/+96
* patch 8.2.2912: MS-Windows: most users expect using Unicodev8.2.2912K.Takata2021-05-301-1/+2
* patch 8.2.2905: no error when defaults.vim cannot be loadedv8.2.2905Christian Brabandt2021-05-291-1/+1
* Update runtime filesBram Moolenaar2021-05-1612-31/+114
* patch 8.2.2854: custom statusline cannot contain % itemsv8.2.2854shadmansaleh2021-05-151-0/+12
* patch 8.2.2839: default redirection missing "ash" and "dash"v8.2.2839Natanael Copa2021-05-061-3/+3
* Update runtime filesBram Moolenaar2021-05-0211-92/+128