summaryrefslogtreecommitdiff
path: root/src/vim.h
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0004: get E685 and E931 if buffer reload is interruptedv8.2.0004Bram Moolenaar2019-12-141-3/+4
* patch 8.1.2397: should not define __USE_XOPENv8.1.2397Bram Moolenaar2019-12-051-4/+1
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-301-2/+2
* patch 8.1.2353: build failure on FreeBSDv8.1.2353Bram Moolenaar2019-11-281-1/+1
* patch 8.1.2347: MacOS: build failsv8.1.2347Bram Moolenaar2019-11-261-1/+1
* patch 8.1.2344: Cygwin: warning for using strptime()v8.1.2344Bram Moolenaar2019-11-261-1/+14
* patch 8.1.2300: redraw breaks going through list of popup windowsv8.1.2300Bram Moolenaar2019-11-131-9/+15
* patch 8.1.2265: when popup with "botleft" does not fit it flips incorrectlyv8.1.2265Bram Moolenaar2019-11-061-0/+1
* patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar2019-11-021-1/+1
* patch 8.1.2233: cannot get the Vim command line argumentsv8.1.2233Bram Moolenaar2019-10-291-1/+2
* patch 8.1.2229: cannot color number column above/below cursor differentlyv8.1.2229Bram Moolenaar2019-10-271-2/+4
* patch 8.1.2225: the "last used" info of a buffer is under usedv8.1.2225Bram Moolenaar2019-10-271-0/+1
* patch 8.1.2219: no autocommand for open window with terminalv8.1.2219Bram Moolenaar2019-10-261-0/+1
* patch 8.1.2192: cannot easily fill the info popup asynchronouslyv8.1.2192Bram Moolenaar2019-10-201-0/+7
* patch 8.1.2188: build error for missing definev8.1.2188Bram Moolenaar2019-10-191-0/+1
* patch 8.1.2171: mouse support not always availablev8.1.2171Bram Moolenaar2019-10-171-43/+38
* patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145Bram Moolenaar2019-10-131-0/+6
* patch 8.1.2062: the mouse code is spread outv8.1.2062Bram Moolenaar2019-09-211-2/+4
* patch 8.1.2057: the screen.c file is much too bigv8.1.2057Bram Moolenaar2019-09-191-0/+7
* patch 8.1.2046: SafeState may be triggered at the wrong momentv8.1.2046Bram Moolenaar2019-09-161-0/+1
* patch 8.1.2044: no easy way to process postponed workv8.1.2044Bram Moolenaar2019-09-151-0/+1
* patch 8.1.2035: recognizing octal numbers is confusingv8.1.2035Bram Moolenaar2019-09-151-4/+8
* patch 8.1.1985: code for dealing with paths is spread outv8.1.1985Bram Moolenaar2019-09-041-4/+0
* patch 8.1.1969: popup window filter is used in all modesv8.1.1969Bram Moolenaar2019-09-031-0/+1
* patch 8.1.1958: old style comments taking up spacev8.1.1958Bram Moolenaar2019-09-011-687/+683
* patch 8.1.1933: the eval.c file is too bigv8.1.1933Bram Moolenaar2019-08-271-0/+2
* patch 8.1.1913: not easy to compute the space on the command linev8.1.1913Bram Moolenaar2019-08-231-1/+2
* patch 8.1.1908: every popup window consumes a buffer numberv8.1.1908Bram Moolenaar2019-08-211-13/+15
* patch 8.1.1904: cannot have an info popup align with the popup menuv8.1.1904Bram Moolenaar2019-08-211-0/+1
* patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar2019-08-211-3/+1
* patch 8.1.1880: cannot show extra info for completion in a popup windowv8.1.1880Bram Moolenaar2019-08-181-0/+1
* patch 8.1.1863: confusing error when using a builtin function as methodv8.1.1863Bram Moolenaar2019-08-161-0/+1
* patch 8.1.1813: ATTENTION prompt for a preview popup windowv8.1.1813Bram Moolenaar2019-08-041-0/+1
* patch 8.1.1799: cannot avoid mapping for a popup windowv8.1.1799Bram Moolenaar2019-08-031-0/+1
* patch 8.1.1795: no syntax HL after splitting windows with :bufdov8.1.1795Bram Moolenaar2019-08-031-14/+15
* patch 8.1.1791: 'completeslash' also applies to globpath()v8.1.1791Bram Moolenaar2019-08-021-10/+11
* patch 8.1.1787: cannot resize a popup windowv8.1.1787Bram Moolenaar2019-08-011-5/+7
* patch 8.1.1773: the preview popup window may be too far to the rightv8.1.1773Bram Moolenaar2019-07-281-0/+2
* patch 8.1.1713: highlighting cursor line only works with popup_menu()v8.1.1713Bram Moolenaar2019-07-181-0/+1
* patch 8.1.1612: cannot show an existing buffer in a popup windowv8.1.1612Bram Moolenaar2019-06-301-2/+8
* patch 8.1.1580: cannot make part of a popup transparentv8.1.1580Bram Moolenaar2019-06-231-0/+2
* patch 8.1.1542: an OptionSet autocommand does not get enough infov8.1.1542Bram Moolenaar2019-06-151-30/+33
* patch 8.1.1534: modeless selection in popup window selects too muchv8.1.1534Bram Moolenaar2019-06-141-13/+20
* patch 8.1.1532: build failsv8.1.1532Bram Moolenaar2019-06-141-3/+3
* patch 8.1.1526: no numerical value for the patchlevelv8.1.1526Bram Moolenaar2019-06-141-1/+2
* patch 8.1.1455: popup_atcursor() not completely implementedv8.1.1455Bram Moolenaar2019-06-021-4/+5
* patch 8.1.1441: popup window filter not yet implementedv8.1.1441Bram Moolenaar2019-06-011-1/+1
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-0/+10
* patch 8.1.1408: PFL_HIDDEN conflicts with system header filev8.1.1408Bram Moolenaar2019-05-271-2/+2
* patch 8.1.1406: popup_hide() and popup_show() not implemented yetv8.1.1406Bram Moolenaar2019-05-261-1/+4