summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.0649: when opening a help file the filetype is set several timesv8.0.0649Bram Moolenaar2017-06-221-1/+4
* patch 8.0.0647: syntax highlighting can make cause a freezev8.0.0647Bram Moolenaar2017-06-181-4/+8
* Update runtime files.Bram Moolenaar2017-06-1364-421/+344
* patch 8.0.0641: cannot set a separate highlighting for the quickfix linev8.0.0641Bram Moolenaar2017-06-132-4/+13
* patch 8.0.0639: the cursor position is set when editing a new commit messagev8.0.0639Bram Moolenaar2017-06-131-6/+7
* patch 8.0.0635: when 'ignorecase' is set script detection is inaccuratev8.0.0635Bram Moolenaar2017-06-111-89/+93
* patch 8.0.0634: cannot easily get to the last quickfix listv8.0.0634Bram Moolenaar2017-06-111-5/+15
* patch 8.0.0630: it is not easy to work on lines without a matchv8.0.0630Bram Moolenaar2017-06-101-4/+11
* Update runtime files.Bram Moolenaar2017-06-0527-256/+263
* patch 8.0.0613: the conf filetype is used before ftdetect from packagesv8.0.0613Bram Moolenaar2017-06-041-7/+26
* Update runtime files.Bram Moolenaar2017-05-2712-148/+298
* patch 8.0.0591: changes to eval functionality not documentedv8.0.0591Bram Moolenaar2017-04-301-12/+21
* Runtime file updatesBram Moolenaar2017-04-286-32/+3199
* Updated runtime files.Bram Moolenaar2017-04-239-233/+88
* patch 8.0.0580: cannot set the valid flag with setqflist()v8.0.0580Bram Moolenaar2017-04-221-0/+3
* patch 8.0.0566: setting nocompatible for the tiny version moves the cursorv8.0.0566Bram Moolenaar2017-04-151-8/+4
* patch 8.0.0564: cannot detect Bazel BUILD files on some systemsv8.0.0564Bram Moolenaar2017-04-151-3/+9
* Update runtime files.Bram Moolenaar2017-04-0912-133/+320
* patch 8.0.0542: getpos() can return a negative line numberv8.0.0542Bram Moolenaar2017-04-031-2/+4
* patch 8.0.0534: defaults.vim does not work well with tiny featuresv8.0.0534Bram Moolenaar2017-04-011-1/+11
* patch 8.0.0519: character classes are not well testedv8.0.0519Bram Moolenaar2017-03-291-17/+26
* patch 8.0.0517: there is no way to remove quickfix listsv8.0.0517Bram Moolenaar2017-03-291-8/+11
* Update runtime files.Bram Moolenaar2017-03-2914-320/+385
* patch 8.0.0501: on MS-Windows ":!start" does not work as expectedv8.0.0501Bram Moolenaar2017-03-211-4/+13
* Update runtime files. Add Rust support.Bram Moolenaar2017-03-2119-142/+1737
* patch 8.0.0499: taglist() does not prioritize tags for a bufferv8.0.0499Bram Moolenaar2017-03-211-2/+7
* patch 8.0.0492: a failing client-server request can make Vim hangv8.0.0492Bram Moolenaar2017-03-191-5/+8
* patch 8.0.0477: the client-server test may hang when failingv8.0.0477Bram Moolenaar2017-03-181-15/+28
* patch 8.0.0475: not enough testing for the client-server featurev8.0.0475Bram Moolenaar2017-03-181-0/+9
* Update runtime files.Bram Moolenaar2017-03-1635-235/+485
* patch 8.0.0463: side effects from resetting 'compatible' in defaults.vimv8.0.0463Bram Moolenaar2017-03-161-2/+5
* patch 8.0.0440: not enough test coverage in Insert modev8.0.0440Bram Moolenaar2017-03-091-1/+1
* patch 8.0.0431: 'cinoptions' cannot set indent for extern blockv8.0.0431Bram Moolenaar2017-03-081-1/+16
* patch 8.0.0427: 'makeencoding' missing from the options windowv8.0.0427Bram Moolenaar2017-03-061-1/+4
* patch 8.0.0420: text garbled when the system encoding differs from 'encoding'v8.0.0420Bram Moolenaar2017-03-053-0/+41
* Runtime file updates.Bram Moolenaar2017-03-05190-895/+1089
* patch 8.0.0405: v:progpath may become invalid after :cdv8.0.0405Bram Moolenaar2017-03-041-2/+5
* patch 8.0.0396: 'balloonexpr' only works synchronouslyv8.0.0396Bram Moolenaar2017-03-011-6/+26
* patch 8.0.0392: GUI test fails with Athena and Motifv8.0.0392Bram Moolenaar2017-03-011-0/+10
* patch 8.0.0360: sometimes VimL is used instead of "Vim script"v8.0.0360Bram Moolenaar2017-02-235-14/+14
* patch 8.0.0343: b:changedtick can be unlockedv8.0.0343Bram Moolenaar2017-02-201-2/+5
* Updated runtime files.Bram Moolenaar2017-02-1727-545/+741
* patch 8.0.0321: errors when trying to use scripts in tiny versionv8.0.0321Bram Moolenaar2017-02-092-15/+33
* patch 8.0.0296: bracketed paste can only append, not insertv8.0.0296Bram Moolenaar2017-02-021-2/+7
* patch 8.0.0283: mode() does not indicate Insert mode completionv8.0.0283Bram Moolenaar2017-02-011-1/+5
* Update runtime files.Bram Moolenaar2017-01-2817-178/+290
* patch 8.0.0255: setpos() does not use the buffer argument for all marksv8.0.0255Bram Moolenaar2017-01-281-4/+6
* patch 8.0.0251: not easy to select Python 2 or 3v8.0.0251Bram Moolenaar2017-01-286-1/+114
* patch 8.0.0210: no support for bracketed pastev8.0.0210Bram Moolenaar2017-01-211-0/+18
* Update runtime files.Bram Moolenaar2017-01-1714-59/+55