summaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0095: cannot specify exit code for :cquitv8.2.0095Bram Moolenaar2020-01-061-2/+11
* patch 8.2.0088: insufficient tests for tags; bug in using extra tag fieldv8.2.0088Bram Moolenaar2020-01-051-7/+6
* patch 8.2.0084: complete item "user_data" can only be a stringv8.2.0084Bram Moolenaar2020-01-041-1/+2
* Update a few runtime files.Bram Moolenaar2020-01-027-13/+19
* patch 8.2.0077: settagstack() cannot truncate at current indexv8.2.0077Bram Moolenaar2020-01-021-4/+14
* patch 8.2.0074: Python 3 unicode test someitmes failsv8.2.0074Bram Moolenaar2020-01-012-2/+2
* patch 8.2.0054: :diffget and :diffput don't have good completionv8.2.0054Bram Moolenaar2019-12-291-0/+1
* patch 8.2.0047: cannot skip tests for specific MS-Windows platformv8.2.0047Bram Moolenaar2019-12-271-0/+7
* Update runtime files.Bram Moolenaar2019-12-2627-199/+184
* Update runtime files.Bram Moolenaar2019-12-196-15/+34
* patch 8.2.0019: cannot number of lines of another bufferv8.2.0019Bram Moolenaar2019-12-171-0/+2
* patch 8.2.0017: OS/2 and MS-DOS are still mentionedv8.2.0017Bram Moolenaar2019-12-1716-126/+113
* Vim 8.2 releasev8.2.0000v8.2.0Bram Moolenaar2019-12-12137-139/+137
* Minor runtime file updates.Bram Moolenaar2019-12-115-7/+91
* Update a few runtime files.Bram Moolenaar2019-12-094-15/+16
* Runtime file updates.Bram Moolenaar2019-12-083-13/+86
* Runtime file updates.Bram Moolenaar2019-12-0727-207/+278
* Update runtime files.Bram Moolenaar2019-12-052-3/+195
* Update version 8.2 notes and make syntax.Bram Moolenaar2019-12-041-4/+7
* Update a few runtime filesBram Moolenaar2019-12-036-78/+144
* Update runtime files.Bram Moolenaar2019-11-309-34/+6432
* patch 8.1.2362: cannot place signs in a popup windowv8.1.2362Bram Moolenaar2019-11-301-0/+4
* patch 8.1.2356: rand() does not use the best algorithmv8.1.2356Bram Moolenaar2019-11-281-7/+7
* Update runtime filesBram Moolenaar2019-11-2615-158/+160
* patch 8.1.2350: other text for CTRL-V in Insert mode with modifyOtherKeysv8.1.2350Bram Moolenaar2019-11-262-1/+15
* patch 8.1.2342: random number generator in Vim script is slowv8.1.2342Bram Moolenaar2019-11-251-0/+29
* patch 8.1.2341: not so easy to interrupt a script programaticallyv8.1.2341Bram Moolenaar2019-11-251-1/+15
* patch 8.1.2327: cannot build with Hangul inputv8.1.2327Bram Moolenaar2019-11-211-104/+9
* patch 8.1.2326: cannot parse a date/time stringv8.1.2326Bram Moolenaar2019-11-212-10/+41
* Update runtime files.Bram Moolenaar2019-11-201-18/+4
* patch 8.1.2315: not always using the right window when jumping to an errorv8.1.2315Bram Moolenaar2019-11-171-0/+2
* Update runtime files.Bram Moolenaar2019-11-179-68/+96
* patch 8.1.2304: cannot get the mouse position when getting a mouse clickv8.1.2304Bram Moolenaar2019-11-162-10/+35
* Update runtime filesBram Moolenaar2019-11-137-15/+28
* patch 8.1.2292: v:mouse_winid not set on click in popup windowv8.1.2292Bram Moolenaar2019-11-111-2/+3
* Update runtime filesBram Moolenaar2019-11-1014-55/+78
* patch 8.1.2289: after :diffsplit closing the window does not disable diffv8.1.2289Bram Moolenaar2019-11-101-1/+10
* patch 8.1.2281: 'showbreak' cannot be set for one windowv8.1.2281Bram Moolenaar2019-11-091-2/+5
* patch 8.1.2273: wrong default when "pos" is changed with popup_atcursor()v8.1.2273Bram Moolenaar2019-11-091-5/+15
* patch 8.1.2257: MS-Windows GUI: scroll wheel always uses current windowv8.1.2257Bram Moolenaar2019-11-051-0/+9
* patch 8.1.2253: using "which" to check for an executable is not reliablev8.1.2253Bram Moolenaar2019-11-041-3/+3
* patch 8.1.2251: ":term command" may not work without a shellv8.1.2251Bram Moolenaar2019-11-031-0/+4
* patch 8.1.2250: CTRL-U and CTRL-D don't work in popup windowv8.1.2250Bram Moolenaar2019-11-031-1/+2
* patch 8.1.2249: "make vimtags" does not print any messagev8.1.2249Bram Moolenaar2019-11-031-2/+3
* patch 8.1.2247: "make vimtags" does not work in runtime/docv8.1.2247Bram Moolenaar2019-11-031-1/+2
* patch 8.1.2242: creating docs tags uses user preferencesv8.1.2242Bram Moolenaar2019-11-021-1/+1
* patch 8.1.2239: CI fails when running tests without building Vimv8.1.2239Bram Moolenaar2019-11-021-1/+2
* Update runtime files.Bram Moolenaar2019-11-028-50/+63
* patch 8.1.2238: error in docs tags goes unnoticedv8.1.2238Bram Moolenaar2019-11-012-1/+7
* patch 8.1.2233: cannot get the Vim command line argumentsv8.1.2233Bram Moolenaar2019-10-291-1/+6