summaryrefslogtreecommitdiff
path: root/src/vim.h
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0756: no autocmd event for changing text in a terminal windowv9.0.0756Shougo Matsushita2022-10-151-0/+1
* patch 9.0.0694: no native sound support on Mac OSv9.0.0694Yee Cheng Chin2022-10-081-3/+10
* patch 9.0.0658: tiny build fails on Mac OSv9.0.0658Bram Moolenaar2022-10-041-1/+2
* patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij2022-10-041-5/+3
* patch 9.0.0627: "const" and "final" both make the type a constantv9.0.0627Bram Moolenaar2022-09-301-0/+1
* patch 9.0.0460: loop variable can't be foundv9.0.0460Bram Moolenaar2022-09-141-0/+1
* patch 9.0.0342: ":wincmd =" equalizes in two directionsv9.0.0342Bram Moolenaar2022-08-311-8/+9
* patch 9.0.0272: BufReadCmd not triggered when loading a "nofile" bufferv9.0.0272Bram Moolenaar2022-08-261-0/+1
* patch 9.0.0214: splitting a line may duplicate virtual textv9.0.0214Bram Moolenaar2022-08-151-0/+1
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-10/+10
* patch 9.0.0170: various minor code formatting issuesv9.0.0170Bram Moolenaar2022-08-081-0/+1
* patch 9.0.0059: test file has wrong namev9.0.0059zeertzjq2022-07-231-1/+1
* patch 9.0.0007: no support for double, dotted and dashed underlinesv9.0.0007Bram Moolenaar2022-06-291-4/+7
* patch 8.2.5170: tiny issuesv8.2.5170Bram Moolenaar2022-06-271-1/+1
* patch 8.2.5106: default cmdwin mappings are re-mappablev8.2.5106zeertzjq2022-06-161-2/+7
* patch 8.2.5056: the channel log only contains some of the raw terminal outputv8.2.5056Bram Moolenaar2022-06-041-0/+11
* patch 8.2.5008: when 'formatoptions' contains "/" wrongly wrapping commentv8.2.5008Bram Moolenaar2022-05-231-5/+6
* patch 8.2.5003: cannot do bitwise shiftsv8.2.5003Yegappan Lakshmanan2022-05-221-0/+1
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-091-2/+2
* patch 8.2.4913: popup_hide() does not always have effectv8.2.4913Bram Moolenaar2022-05-081-9/+10
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-34/+35
* patch 8.2.4726: cannot use expand() to get the script namev8.2.4726LemonBoy2022-04-091-1/+2
* patch 8.2.4724: current instance of last search pattern not easily spottedv8.2.4724LemonBoy2022-04-091-1/+2
* patch 8.2.4713: plugins cannot track text scrollingv8.2.4713LemonBoy2022-04-081-0/+1
* patch 8.2.4685: when a swap file is found for a popup there is no dialogv8.2.4685Bram Moolenaar2022-04-041-0/+1
* patch 8.2.4677: the Athena GUI support is outdatedv8.2.4677Bram Moolenaar2022-04-031-4/+0
* patch 8.2.4662: no error for using out of range list indexv8.2.4662Bram Moolenaar2022-04-011-0/+2
* patch 8.2.4650: "import autoload" only works with using 'runtimepath'v8.2.4650Bram Moolenaar2022-03-301-0/+3
* patch 8.2.4642: Vim9: in :def function script var cannot be nullv8.2.4642Bram Moolenaar2022-03-281-0/+1
* patch 8.2.4639: not sufficient parenthesis in preprocessor macroskylo2522022-03-271-29/+29
* patch 8.2.4617: no completion for :scriptnamesv8.2.4617Yegappan Lakshmanan2022-03-241-0/+1
* patch 8.2.4579: cannot use page-up and page-down in the cmdline popup menuv8.2.4579Yegappan Lakshmanan2022-03-161-0/+2
* patch 8.2.4575: Vim9: test for profiling still failsv8.2.4575Bram Moolenaar2022-03-151-14/+0
* patch 8.2.4565: no command line completion for :breakadd and :breakdelv8.2.4565Bram Moolenaar2022-03-141-0/+1
* patch 8.2.4474: memory allocation failures not tested in quickfix codev8.2.4474Yegappan Lakshmanan2022-02-261-0/+2
* patch 8.2.4363: MS-Windows: running out of memory for a very long linev8.2.4363Bram Moolenaar2022-02-121-1/+3
* patch 8.2.4350: FEAT_GUI_ENABLED defined but never usedv8.2.4350ola.soder@axis.com2022-02-111-1/+0
* patch 8.2.4347: in some build setups UNUSED is not definedv8.2.4347ola.soder@axis.com2022-02-111-4/+11
* patch 8.2.4335: no autocommand event triggered before changing directoryv8.2.4335Bram Moolenaar2022-02-091-0/+1
* patch 8.2.4325: 'wildmenu' only shows few matchesv8.2.4325Yegappan Lakshmanan2022-02-081-0/+2
* patch 8.2.4316: __CYGWIN32__ is not defined on 64 bit systemsv8.2.4316K.Takata2022-02-071-2/+2
* patch 8.2.4245: ":retab 0" may cause illegal memory accessv8.2.4245Bram Moolenaar2022-01-281-0/+2
* patch 8.2.4220: MS-Windows: some old compiler support remainsv8.2.4220K.Takata2022-01-261-9/+2
* patch 8.2.4202: Vim9: cannot export function that exists globallyv8.2.4202Bram Moolenaar2022-01-241-0/+4
* patch 8.2.4199: MS-Windows: Support for MSVC 2003 is not usefulv8.2.4199K.Takata2022-01-241-5/+4
* patch 8.2.4153: MS-Windows: Global IME is no longer supportedv8.2.4153K.Takata2022-01-201-5/+3
* patch 8.2.4145: confusing error when using name of import for a functionv8.2.4145Bram Moolenaar2022-01-191-0/+1
* patch 8.2.4113: typo on DOCMD_RANGEOK results in not recognizing commandv8.2.4113Bram Moolenaar2022-01-161-1/+1
* patch 8.2.4032: ATTRIBUTE_NORETURN is not neededv8.2.4032ichizok2022-01-071-5/+3
* patch 8.2.3969: value of MAXCOL not available in Vim scriptv8.2.3969naohiro ono2022-01-011-1/+2