summaryrefslogtreecommitdiff
path: root/src/vim.h
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2388: no easy way to get the maximum or mininum number valuev8.2.2388Bram Moolenaar2021-01-211-26/+28
* patch 8.2.2290: Vim9: unlet of global variable cannot be compiledv8.2.2290Bram Moolenaar2021-01-031-0/+2
* patch 8.2.2268: Vim9: list unpack seen as declarationv8.2.2268Bram Moolenaar2021-01-011-0/+1
* patch 8.2.2236: 'scroll' option can change when setting the statuslinev8.2.2236Bram Moolenaar2020-12-281-0/+1
* patch 8.2.2194: Vim9: cannot use :const or :final at the script levelv8.2.2194Bram Moolenaar2020-12-221-1/+1
* patch 8.2.2165: Vim9: assignment to dict member does not workv8.2.2165Bram Moolenaar2020-12-191-5/+7
* patch 8.2.2128: there is no way to do something on CTRL-Zv8.2.2128Bram Moolenaar2020-12-111-0/+2
* patch 8.2.2070: can't get the exit value in VimLeave(Pre) autocommandsv8.2.2070Bram Moolenaar2020-11-301-1/+2
* patch 8.2.2052: Vim9: "edit +4 fname" gives an errorv8.2.2052Bram Moolenaar2020-11-251-0/+1
* patch 8.2.1967: the session file does not restore the alternate filev8.2.1967Bram Moolenaar2020-11-071-0/+1
* patch 8.2.1909: number of status line items is limited to 80v8.2.1909Bram Moolenaar2020-10-261-1/+0
* patch 8.2.1904: still using default option values after using ":badd +1"v8.2.1904Bram Moolenaar2020-10-251-0/+1
* patch 8.2.1882: Vim9: v:disallow_let is no longer neededv8.2.1882Bram Moolenaar2020-10-211-2/+1
* patch 8.2.1874: can't do something just before leaving Insert modev8.2.1874Bram Moolenaar2020-10-211-2/+4
* patch 8.2.1756: Vim9: :let will soon be disallowedv8.2.1756Bram Moolenaar2020-09-271-1/+2
* patch 8.2.1744: Vim9: using ":const!" is weirdv8.2.1744Bram Moolenaar2020-09-261-3/+3
* patch 8.2.1685: Vim9: cannot declare a constant valuev8.2.1685Bram Moolenaar2020-09-141-1/+2
* patch 8.2.1653: expand('<stack>') does not include the final line numberv8.2.1653Bram Moolenaar2020-09-101-2/+8
* patch 8.2.1513: cannot interrupt shell used for filename expansionv8.2.1513Bram Moolenaar2020-08-231-0/+4
* patch 8.2.1444: error messages are spread out and names can be confusingv8.2.1444Bram Moolenaar2020-08-131-0/+1
* patch 8.2.1442: outdated references to the Mac Carbon GUIv8.2.1442Bram Moolenaar2020-08-131-2/+0
* patch 8.2.1422: the Mac GUI implementation is outdatedv8.2.1422Bram Moolenaar2020-08-111-7/+3
* patch 8.2.1215: Atari MiNT support is outdatedv8.2.1215Bram Moolenaar2020-07-141-4/+0
* patch 8.2.1047: Vim9: script cannot use line continuation like :def functionv8.2.1047Bram Moolenaar2020-06-241-4/+0
* patch 8.2.0988: getting directory contents is always case sortedv8.2.0988Bram Moolenaar2020-06-161-2/+14
* patch 8.2.0952: no simple way to interrupt Vimv8.2.0952Bram Moolenaar2020-06-101-0/+1
* patch 8.2.0886: cannot use octal numbers in scriptversion 4v8.2.0886Bram Moolenaar2020-06-021-5/+6
* patch 8.2.0867: using \{xxx} for encoding a modifier is not nicev8.2.0867Bram Moolenaar2020-05-311-1/+0
* patch 8.2.0855: GUI tests fail because the test doesn't use a modifierv8.2.0855Bram Moolenaar2020-05-301-0/+7
* patch 8.2.0849: BeOS code is not maintained and probably unusedv8.2.0849Bram Moolenaar2020-05-301-4/+0
* patch 8.2.0818: Vim9: using a discovery phase doesn't work wellv8.2.0818Bram Moolenaar2020-05-241-1/+0
* patch 8.2.0753: Vim9: expressions are evaluated in the discovery phasev8.2.0753Bram Moolenaar2020-05-141-1/+5
* patch 8.2.0727: MS-Windows: new gcc compiler does not support scanf formatv8.2.0727Bram Moolenaar2020-05-101-3/+3
* patch 8.2.0725: Vim9: cannot call a function declared later in Vim9 scriptv8.2.0725Bram Moolenaar2020-05-091-0/+1
* patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-121-6/+8
* patch 8.2.0512: Vim9: no optional arguments in func typev8.2.0512Bram Moolenaar2020-04-051-0/+2
* patch 8.2.0328: no redraw when leaving term-normal mode in popup terminalv8.2.0328Bram Moolenaar2020-02-281-6/+0
* patch 8.2.0320: no Haiku supportv8.2.0320Bram Moolenaar2020-02-261-1/+10
* patch 8.2.0296: mixing up "long long" and __int64 may cause problemsv8.2.0296Bram Moolenaar2020-02-221-35/+26
* patch 8.2.0248: MS-Windows: dealing with deprecation is too complicatedv8.2.0248Bram Moolenaar2020-02-121-1/+1
* patch 8.2.0246: MSVC: deprecation warnings with Rubyv8.2.0246Bram Moolenaar2020-02-111-6/+0
* patch 8.2.0240: using memory after it was freedv8.2.0240Bram Moolenaar2020-02-101-14/+0
* patch 8.2.0223: some instructions not yet testedv8.2.0223Bram Moolenaar2020-02-061-0/+3
* patch 8.2.0158: triggering CompleteDone earlier is not backwards compatiblev8.2.0158Bram Moolenaar2020-01-261-0/+1
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-0/+4
* patch 8.2.0145: using #error for compilation errors should be OK nowv8.2.0145Bram Moolenaar2020-01-231-2/+2
* patch 8.2.0128: cannot list options one per linev8.2.0128Bram Moolenaar2020-01-181-6/+7
* patch 8.2.0111: VAR_SPECIAL is also used for booleansv8.2.0111Bram Moolenaar2020-01-111-5/+5
* patch 8.2.0073: initializing globals with COMMA is clumsyv8.2.0073Bram Moolenaar2020-01-011-1/+8
* patch 8.2.0067: ERROR_UNKNOWN clashes on some systemsv8.2.0067Bram Moolenaar2019-12-311-9/+9