summaryrefslogtreecommitdiff
path: root/src/proto
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4216: Vim9: cannot use a function from an autoload import directlyv8.2.4216Bram Moolenaar2022-01-251-0/+1
* patch 8.2.4202: Vim9: cannot export function that exists globallyv8.2.4202Bram Moolenaar2022-01-241-1/+1
* patch 8.2.4199: MS-Windows: Support for MSVC 2003 is not usefulv8.2.4199K.Takata2022-01-241-1/+0
* patch 8.2.4180: 'balloonexpr' is evaluated in the current script contextv8.2.4180Bram Moolenaar2022-01-221-0/+1
* patch 8.2.4179: 'foldtext' is evaluated in the current script contextv8.2.4179Bram Moolenaar2022-01-221-1/+1
* patch 8.2.4175: MS-Windows: runtime check for multi-line balloon is obsoletev8.2.4175Bram Moolenaar2022-01-221-1/+0
* patch 8.2.4173: cannot use an import in 'foldexpr'v8.2.4173Bram Moolenaar2022-01-211-3/+1
* patch 8.2.4171: cannot invoke option function using autoload importv8.2.4171Bram Moolenaar2022-01-211-0/+1
* patch 8.2.4148: deleting any mapping may cause <ScritpCmd> to failv8.2.4148Bram Moolenaar2022-01-191-1/+1
* patch 8.2.4145: confusing error when using name of import for a functionv8.2.4145Bram Moolenaar2022-01-191-1/+1
* patch 8.2.4144: cannot load libsodium dynamicallyv8.2.4144K.Takata2022-01-191-0/+2
* patch 8.2.4114: Vim9: type checking for a funcref does not work for methodv8.2.4114Bram Moolenaar2022-01-161-2/+1
* patch 8.2.4103: Vim9: variable declared in for loop not initialzedv8.2.4103Bram Moolenaar2022-01-151-0/+1
* patch 8.2.4099: Vim9: cannot use Vim9 syntax in mappingv8.2.4099Bram Moolenaar2022-01-151-1/+2
* patch 8.2.4093: cached breakindent values not initialized properlyv8.2.4093Christian Brabandt2022-01-151-0/+1
* patch 8.2.4086: "cctx" argument of find_func_even_dead() is unusedv8.2.4086Bram Moolenaar2022-01-131-2/+2
* patch 8.2.4059: Vim9: an expression of a map cannot access script-local itemsv8.2.4059Bram Moolenaar2022-01-111-1/+1
* patch 8.2.4053: Vim9: autoload mechanism doesn't fully work yetv8.2.4053Bram Moolenaar2022-01-102-1/+2
* patch 8.2.4052: not easy to resize a window from a pluginv8.2.4052Daniel Steinberg2022-01-101-0/+2
* patch 8.2.4050: Vim9: need to prefix every item in an autoload scriptv8.2.4050Bram Moolenaar2022-01-092-1/+4
* patch 8.2.4045: some global functions are only used in one filev8.2.4045Yegappan Lakshmanan2022-01-085-9/+0
* patch 8.2.4040: keeping track of allocated lines is too complicatedv8.2.4040Bram Moolenaar2022-01-082-2/+3
* patch 8.2.4030: a script local funcref is not found from a mappingv8.2.4030Bram Moolenaar2022-01-071-0/+1
* patch 8.2.4024: confusing error message if imported name is used directlyv8.2.4024Bram Moolenaar2022-01-071-1/+1
* patch 8.2.4019: Vim9: import mechanism is too complicatedv8.2.4019Bram Moolenaar2022-01-063-3/+6
* patch 8.2.4018: ml_get error when win_execute redraws with Visual selectionv8.2.4018Bram Moolenaar2022-01-062-6/+6
* patch 8.2.4001: insert complete code uses global variablesv8.2.4001Yegappan Lakshmanan2022-01-041-1/+5
* patch 8.2.3996: Vim9: type checking lacks information about declared typev8.2.3996Bram Moolenaar2022-01-044-5/+9
* patch 8.2.3993: when recording a change in Select mode char appears twicev8.2.3993Bram Moolenaar2022-01-031-1/+2
* patch 8.2.3941: SIGTSTP is not handledv8.2.3941dbivolaru2021-12-291-0/+1
* patch 8.2.3938: line comment start is also found in a stringv8.2.3938Bram Moolenaar2021-12-291-0/+1
* patch 8.2.3930: getcmdline() argument has a misleading typev8.2.3930Bram Moolenaar2021-12-281-1/+1
* patch 8.2.3902: Vim9: double free with nested :def functionv8.2.3902Bram Moolenaar2021-12-261-1/+1
* patch 8.2.3894: Vim9: no proper type check for first argument of call()v8.2.3894Bram Moolenaar2021-12-251-0/+1
* patch 8.2.3893: Vim9: many local variables are initialized with an instructionv8.2.3893Bram Moolenaar2021-12-251-1/+1
* patch 8.2.3890: Vim9: type check for using v: variables is basicv8.2.3890Bram Moolenaar2021-12-241-1/+2
* patch 8.2.3889: duplicate code for translating script-local function namev8.2.3889Yegappan Lakshmanan2021-12-241-0/+1
* patch 8.2.3888: the argument list may contain duplicatesv8.2.3888Nir Lichtman2021-12-241-0/+1
* patch 8.2.3874: cannot highlight the number column for a signv8.2.3874James McCoy2021-12-221-1/+1
* patch 8.2.3871: list.c contains code for dict and blobv8.2.3871Yegappan Lakshmanan2021-12-224-1/+13
* patch 8.2.3860: Vim9: codecov struggles with the file sizev8.2.3860Bram Moolenaar2021-12-204-10/+136
* patch 8.2.3851: Vim9: overhead when comparing string, dict or functionv8.2.3851Bram Moolenaar2021-12-191-2/+7
* patch 8.2.3848: cannot use reduce() for a stringv8.2.3848rbtnn2021-12-181-0/+1
* patch 8.2.3844: Vim9: no type error if assigning func(number) to func(string)v8.2.3844Bram Moolenaar2021-12-181-0/+1
* patch 8.2.3822: leaking memory in map() and filter(), no string in Vim9v8.2.3822Bram Moolenaar2021-12-161-0/+1
* patch 8.2.3815: Vim9: cannot have a multi-line dict inside a blockv8.2.3815Bram Moolenaar2021-12-151-0/+1
* patch 8.2.3809: Vim9: crash when garbage collecting a nested partialv8.2.3809Bram Moolenaar2021-12-141-0/+1
* patch 8.2.3801: if a terminal shows in two windows, only one is redrawnv8.2.3801Bram Moolenaar2021-12-131-0/+1
* patch 8.2.3788: lambda for option that is a function may be freedv8.2.3788Yegappan Lakshmanan2021-12-125-0/+5
* patch 8.2.3787: no proper formatting of a C line comment after a statementv8.2.3787Bram Moolenaar2021-12-122-1/+2