summaryrefslogtreecommitdiff
path: root/src/globals.h
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0320: no Haiku supportv8.2.0320Bram Moolenaar2020-02-261-1/+1
* patch 8.2.0318: Vim9: types not sufficiently testedv8.2.0318Bram Moolenaar2020-02-251-0/+2
* patch 8.2.0291: Vim9: assigning [] to list<string> doesn't workv8.2.0291Bram Moolenaar2020-02-201-2/+4
* patch 8.2.0274: hang with combination of feedkeys(), Ex mode and :globalv8.2.0274Bram Moolenaar2020-02-181-0/+4
* patch 8.2.0251: a couple of function return types can be more specificv8.2.0251Bram Moolenaar2020-02-121-2/+2
* patch 8.2.0179: still a few places where range() does not workv8.2.0179Bram Moolenaar2020-01-301-1/+1
* patch 8.2.0154: reallocating the list of scripts is inefficientv8.2.0154Bram Moolenaar2020-01-261-3/+3
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-16/+81
* patch 8.2.0103: using null object with execute() has strange effectsv8.2.0103Bram Moolenaar2020-01-081-0/+1
* patch 8.2.0073: initializing globals with COMMA is clumsyv8.2.0073Bram Moolenaar2020-01-011-5/+5
* patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056Bram Moolenaar2019-12-291-2/+9
* patch 8.2.0047: cannot skip tests for specific MS-Windows platformv8.2.0047Bram Moolenaar2019-12-271-0/+3
* patch 8.2.0035: saving and restoring called_emsg is clumsyv8.2.0035Bram Moolenaar2019-12-231-1/+1
* patch 8.2.0030: "gF" does not work on output of "verbose command"v8.2.0030Bram Moolenaar2019-12-221-0/+2
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-301-2/+2
* patch 8.1.2366: using old C style commentsv8.1.2366Bram Moolenaar2019-11-301-5/+5
* patch 8.1.2331: the option.c file is still very bigv8.1.2331Bram Moolenaar2019-11-211-1/+0
* patch 8.1.2327: cannot build with Hangul inputv8.1.2327Bram Moolenaar2019-11-211-5/+0
* patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar2019-11-021-2/+2
* patch 8.1.2205: sign entry structure has confusing namev8.1.2205Bram Moolenaar2019-10-241-1/+1
* patch 8.1.2171: mouse support not always availablev8.1.2171Bram Moolenaar2019-10-171-9/+5
* patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145Bram Moolenaar2019-10-131-0/+4
* patch 8.1.2134: modifier keys are not always recognizedv8.1.2134Bram Moolenaar2019-10-101-0/+2
* patch 8.1.2127: the indent.c file is a bit bigv8.1.2127Bram Moolenaar2019-10-091-0/+2
* patch 8.1.2104: the normal.c file is too bigv8.1.2104Bram Moolenaar2019-09-301-0/+7
* patch 8.1.2096: too many #ifdefsv8.1.2096Bram Moolenaar2019-09-281-2/+0
* patch 8.1.2075: get many log messages when waiting for a typed characterv8.1.2075Bram Moolenaar2019-09-251-0/+6
* patch 8.1.2057: the screen.c file is much too bigv8.1.2057Bram Moolenaar2019-09-191-0/+25
* patch 8.1.1985: code for dealing with paths is spread outv8.1.1985Bram Moolenaar2019-09-041-0/+2
* patch 8.1.1966: some code in options.c fits better elsewherev8.1.1966Bram Moolenaar2019-09-021-0/+1
* patch 8.1.1957: more code can be moved to evalvars.cv8.1.1957Bram Moolenaar2019-09-011-3/+0
* patch 8.1.1933: the eval.c file is too bigv8.1.1933Bram Moolenaar2019-08-271-0/+4
* patch 8.1.1922: in diff mode global operations can be very slowv8.1.1922Bram Moolenaar2019-08-241-0/+3
* patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar2019-08-211-13/+7
* patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar2019-08-181-2/+0
* patch 8.1.1823: command line history code is spread outv8.1.1823Bram Moolenaar2019-08-061-2/+0
* patch 8.1.1822: confusing error message when range is not allowedv8.1.1822Bram Moolenaar2019-08-061-1/+0
* patch 8.1.1805: au_did_filetype is declared twicev8.1.1805Bram Moolenaar2019-08-031-1/+8
* patch 8.1.1803: all builtin functions are globalv8.1.1803Bram Moolenaar2019-08-031-0/+1
* patch 8.1.1793: mixed comment style in globalsv8.1.1793Bram Moolenaar2019-08-021-414/+415
* patch 8.1.1734: the evalfunc.c file is too bigv8.1.1734Bram Moolenaar2019-07-221-1/+3
* patch 8.1.1727: code for viminfo support is spread outv8.1.1727Bram Moolenaar2019-07-211-0/+1
* patch 8.1.1699: highlight_ga can be local instead of globalv8.1.1699Bram Moolenaar2019-07-151-3/+0
* patch 8.1.1693: syntax coloring and highlighting is in one big filev8.1.1693Bram Moolenaar2019-07-141-0/+10
* patch 8.1.1684: profiling functionality is spread outv8.1.1684Bram Moolenaar2019-07-131-0/+3
* patch 8.1.1652: GUI: popup window doesn't close on mouse movementv8.1.1652Bram Moolenaar2019-07-081-7/+5
* patch 8.1.1580: cannot make part of a popup transparentv8.1.1580Bram Moolenaar2019-06-231-0/+4
* patch 8.1.1548: popup_dialog() is not implementedv8.1.1548Bram Moolenaar2019-06-151-1/+2
* patch 8.1.1531: clipboard type name is inconsistentv8.1.1531Bram Moolenaar2019-06-141-3/+3
* patch 8.1.1517: when a popup changes all windows are redrawnv8.1.1517Bram Moolenaar2019-06-101-0/+1