summaryrefslogtreecommitdiff
path: root/src/vim.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.3922: cannot build with dynamic Ruby 3.1v8.2.3922ichizok2021-12-281-5/+7
* patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle2021-12-271-1/+1
* patch 8.2.3782: Vim9: no error if a function shadows a script variablev8.2.3782Bram Moolenaar2021-12-111-0/+1
* patch 8.2.3697: cannot drag a popup without a borderv8.2.3697Bram Moolenaar2021-11-291-6/+7
* patch 8.2.3664: cannot adjust sign highlighting for 'cursorline'v8.2.3664Bram Moolenaar2021-11-241-1/+3
* patch 8.2.3621: build failurev8.2.3621Bram Moolenaar2021-11-191-1/+1
* patch 8.2.3591: no event is triggered when closing a windowv8.2.3591naohiro ono2021-11-131-0/+1
* patch 8.2.3573: cannot decide whether to skip test that fails with 64 bitv8.2.3573Bram Moolenaar2021-11-021-1/+4
* patch 8.2.3566: build failure on old systems when using nano timestampv8.2.3566Gary Johnson2021-10-281-0/+15
* patch 8.2.3562: cannot add color namesv8.2.3562Drew Vogel2021-10-241-1/+2
* patch 8.2.3547: opening the quickfix window triggers BufWinEnter twicev8.2.3547Bram Moolenaar2021-10-201-0/+2
* patch 8.2.3530: ":buf \{a}" fails while ":edit \{a}" worksv8.2.3530Bram Moolenaar2021-10-171-0/+6
* patch 8.2.3430: no generic way to trigger an autocommand on mode changev8.2.3430=?UTF-8?q?Magnus=20Gro=C3=9F?=2021-09-121-0/+3
* patch 8.2.3395: Vim9: expression breakpoint not checked in :def functionv8.2.3395Bram Moolenaar2021-09-021-2/+9
* patch 8.2.3274: macro for printf format check can be simplifiedv8.2.3274Bram Moolenaar2021-08-021-2/+15
* patch 8.2.3268: cannot use a block with :autocmd like with :commandv8.2.3268Bram Moolenaar2021-08-011-0/+5