summaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0473: fullcommand() only works for the current script versionv9.0.0473Bram Moolenaar2022-09-151-4/+10
* Add missing part of patchBram Moolenaar2022-09-121-0/+2
* patch 9.0.0449: there is no easy way to translate a key code into a stringv9.0.0449zeertzjq2022-09-121-0/+12
* patch 9.0.0445: when opening/closing window text moves up/downv9.0.0445Luuk van Baal2022-09-112-0/+13
* patch 9.0.0438: cannot put virtual text above a linev9.0.0438Bram Moolenaar2022-09-101-0/+1
* Update runtime filesBram Moolenaar2022-09-109-26/+66
* patch 9.0.0430: cannot use repeat() with a blobv9.0.0430Bakudankun2022-09-091-3/+4
* patch 9.0.0411: only created files can be cleaned up with one callv9.0.0411Bram Moolenaar2022-09-071-2/+20
* Update runtime filesBram Moolenaar2022-09-049-575/+631
* patch 9.0.0379: cleaning up after writefile() is a hasslev9.0.0379Bram Moolenaar2022-09-041-17/+26
* patch 9.0.0370: cleaning up afterwards can make a function messyv9.0.0370Bram Moolenaar2022-09-031-0/+56
* patch 9.0.0347: MS-Windows: cannot set cursor shape in Windows Terminalv9.0.0347K.Takata2022-09-011-0/+12
* patch 9.0.0346: :horizontal modifier not fully supportedv9.0.0346zeertzjq2022-09-011-5/+5
* patch 9.0.0345: error message for list argument could be clearerv9.0.0345Bram Moolenaar2022-09-011-1/+1
* patch 9.0.0342: ":wincmd =" equalizes in two directionsv9.0.0342Bram Moolenaar2022-08-311-1/+12
* patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar2022-08-311-16/+5
* Update runtime filesBram Moolenaar2022-08-305-16/+27
* patch 9.0.0321: cannot use the message popup window directlyv9.0.0321Bram Moolenaar2022-08-291-0/+10
* patch 9.0.0303: it is not easy to get information about a scriptv9.0.0303Yegappan Lakshmanan2022-08-281-11/+29
* patch 9.0.0288: when 'cmdheight' is zero some messages are not displayedv9.0.0288Bram Moolenaar2022-08-271-3/+5
* patch 9.0.0285: it is not easy to change the command line from a pluginv9.0.0285Shougo Matsushita2022-08-272-6/+22
* Update runtime filesBram Moolenaar2022-08-267-3/+357
* patch 9.0.0280: the builtin termcap list depends on the versionv9.0.0280Bram Moolenaar2022-08-263-13/+9
* patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu'v9.0.0279Bram Moolenaar2022-08-262-8/+6
* patch 9.0.0278: the +wildignore feature is nearly always availablev9.0.0278Bram Moolenaar2022-08-262-7/+1
* patch 9.0.0270: some values of 'path' and 'tags' invalid in the tiny versionv9.0.0270Bram Moolenaar2022-08-253-6/+3
* patch 9.0.0269: getscriptinfo() does not include the versionv9.0.0269Yegappan Lakshmanan2022-08-251-2/+9
* patch 9.0.0265: no good reason why the "gf" command isn't in the tiny versionv9.0.0265Bram Moolenaar2022-08-256-24/+2
* patch 9.0.0261: bufload() reads a file even if the name is not a file namev9.0.0261Bram Moolenaar2022-08-251-2/+4
* Update runtime filesBram Moolenaar2022-08-2410-21/+52
* patch 9.0.0253: a symlink to an autoload script results in two entriesv9.0.0253Bram Moolenaar2022-08-242-5/+12
* patch 9.0.0247: cannot add padding to virtual text without highlightv9.0.0247Bram Moolenaar2022-08-231-4/+12
* patch 9.0.0244: cannot easily get the list of sourced scriptsv9.0.0244Yegappan Lakshmanan2022-08-222-7/+22
* Update runtime filesBram Moolenaar2022-08-195-5/+9
* patch 9.0.0222: no good reason why text objects are only in larger buildsv9.0.0222Bram Moolenaar2022-08-162-3/+2
* Update runtime filesBram Moolenaar2022-08-157-28/+39
* patch 9.0.0202: code and help for indexof() is not idealv9.0.0202Yegappan Lakshmanan2022-08-131-14/+17
* patch 9.0.0196: finding value in list may require a for loopv9.0.0196Yegappan Lakshmanan2022-08-132-3/+51
* Update runtime filesBram Moolenaar2022-08-087-37/+75
* patch 9.0.0144: text property cannot override 'cursorline' highlightv9.0.0144Bram Moolenaar2022-08-051-0/+2
* patch 9.0.0131: virtual text with Tab is not displayed correctlyv9.0.0131Bram Moolenaar2022-08-011-0/+2
* Update runtime filesBram Moolenaar2022-08-014-23/+19
* patch 9.0.0121: cannot put virtual text after or below a linev9.0.0121Bram Moolenaar2022-07-311-5/+27
* patch 9.0.0118: no test for what patch 9.0.0155 fixesv9.0.0118zeertzjq2022-07-311-1/+1
* patch 9.0.0114: the command line takes up space even when not usedv9.0.0114Shougo Matsushita2022-07-301-4/+11
* patch 9.0.0111: "nocombine" is missing from synIDattr()v9.0.0111Bram Moolenaar2022-07-301-0/+1
* patch 9.0.0110: help tag generation picks up words in code examplesv9.0.0110Carlo Teubner2022-07-301-10/+22
* Update runtime filesBram Moolenaar2022-07-2913-17/+62
* patch 9.0.0092: plugins cannot change v:completed_itemv9.0.0092Shougo Matsushita2022-07-271-0/+2
* patch 9.0.0067: cannot show virtual textv9.0.0067Bram Moolenaar2022-07-251-1/+19