summaryrefslogtreecommitdiff
path: root/src/evalfunc.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar2021-06-271-1/+1
* patch 8.2.3067: building fails with Athenav8.2.3067Bram Moolenaar2021-06-271-0/+7
* patch 8.2.3045: minor typosv8.2.3045Christian Brabandt2021-06-241-1/+1
* patch 8.2.3040: GUI: dropping files not testedv8.2.3040Yegappan Lakshmanan2021-06-231-0/+2
* patch 8.2.3036: Vim9: builtin function arguments not checked at compile timev8.2.3036Yegappan Lakshmanan2021-06-221-64/+68
* patch 8.2.3028: GUI mouse events not testedv8.2.3028Yegappan Lakshmanan2021-06-211-0/+2
* patch 8.2.3023: Vim9: arguments for execute() not checked at compile timev8.2.3023Bram Moolenaar2021-06-201-1/+23
* patch 8.2.3022: available encryption methods are not strong enoughv8.2.3022Christian Brabandt2021-06-201-0/+7
* patch 8.2.2961: keys typed during a :normal command are discardedv8.2.2961Bram Moolenaar2021-06-071-1/+1
* patch 8.2.2957: using getchar() in Vim9 script is problematicv8.2.2957Bram Moolenaar2021-06-071-1/+3
* patch 8.2.2949: tests failing because no error for float to string conversionv8.2.2949Bram Moolenaar2021-06-061-2/+3
* patch 8.2.2928: the evalfunc.c file is too bigv8.2.2928Yegappan Lakshmanan2021-06-021-502/+0
* patch 8.2.2923: EBCDIC build is brokenv8.2.2923K.Takata2021-06-021-0/+27
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-2/+2
* patch 8.2.2871: unnessary VIM_ISDIGIT() calls, badly indented codev8.2.2871Dominique Pelle2021-05-181-3/+3
* patch 8.2.2848: crash whn calling partialv8.2.2848Dominique Pelle2021-05-131-4/+4
* patch 8.2.2846: Vim9: "echo Func()" does not give an error for using voidv8.2.2846Bram Moolenaar2021-05-091-1/+2
* patch 8.2.2842: Vim9: skip argument to searchpair() is not compiledv8.2.2842Bram Moolenaar2021-05-071-0/+3
* patch 8.2.2694: when 'matchpairs' is empty every character beepsv8.2.2694Bram Moolenaar2021-04-021-0/+2
* patch 8.2.2666: Vim9: not enough function arguments checked for stringv8.2.2666Bram Moolenaar2021-03-271-0/+9
* patch 8.2.2664: Vim9: not enough function arguments checked for stringv8.2.2664Bram Moolenaar2021-03-271-2/+9
* patch 8.2.2640: screenstring() returns non-existing composing charactersv8.2.2640Bram Moolenaar2021-03-221-1/+1
* patch 8.2.2607: strcharpart() cannot include composing charactersv8.2.2607Bram Moolenaar2021-03-141-3/+23
* patch 8.2.2606: strchars() defaults to counting composing charactersv8.2.2606Bram Moolenaar2021-03-141-12/+29
* patch 8.2.2583: Vim9: cannot compare result of getenv() with nullv8.2.2583Bram Moolenaar2021-03-101-1/+1
* patch 8.2.2518: 'listchars' should be window-localv8.2.2518Bram Moolenaar2021-02-151-1/+2
* patch 8.2.2497: no error when using more than one character for a registerv8.2.2497Bram Moolenaar2021-02-101-2/+23
* patch 8.2.2468: not easy to get the full command name from a shortened onev8.2.2468Bram Moolenaar2021-02-061-0/+2
* patch 8.2.2466: max() and min() can give many error messagesv8.2.2466Bram Moolenaar2021-02-041-1/+8
* patch 8.2.2449: Vim9: flatten() always changes the list typev8.2.2449Bram Moolenaar2021-02-011-0/+2
* patch 8.2.2443: Vim9: no compile time error for wrong str2float argumentv8.2.2443Bram Moolenaar2021-01-311-1/+2
* patch 8.2.2434: Vim9: no error when compiling str2nr() with a numberv8.2.2434Bram Moolenaar2021-01-301-2/+15
* patch 8.2.2415: no way to check for the cmdwin featurev8.2.2415Bram Moolenaar2021-01-261-0/+7
* patch 8.2.2394: Vim9: min() and max() return type is "any"v8.2.2394Bram Moolenaar2021-01-221-2/+2
* patch 8.2.2369: Vim9: functions return true/false but can't be used as boolv8.2.2369Bram Moolenaar2021-01-171-69/+74
* patch 8.2.2367: test failures on some less often used systemsv8.2.2367Bram Moolenaar2021-01-171-6/+6
* patch 8.2.2363: curpos() does not accept a string argument as beforev8.2.2363Bram Moolenaar2021-01-161-1/+2
* patch 8.2.2362: Vim9: check of builtin function argument type is incompletev8.2.2362Bram Moolenaar2021-01-161-6/+28
* patch 8.2.2344: using inclusive index for slice is not always desiredv8.2.2344Bram Moolenaar2021-01-131-0/+2
* patch 8.2.2343: Vim9: return type of readfile() is anyv8.2.2343Bram Moolenaar2021-01-131-1/+3
* patch 8.2.2342: "char" functions may return wrong column in Insert modev8.2.2342Bram Moolenaar2021-01-131-3/+3
* patch 8.2.2341: expresison command line completion incomplete after "g:"v8.2.2341Bram Moolenaar2021-01-131-0/+4
* patch 8.2.2339: cannot get the type of a value as a stringv8.2.2339Bram Moolenaar2021-01-121-0/+2
* patch 8.2.2338: Vim9: no error if using job_info() result wronglyv8.2.2338Bram Moolenaar2021-01-121-1/+8
* patch 8.2.2336: Vim9: not possible to extend dictionary with different typev8.2.2336Bram Moolenaar2021-01-121-1/+19
* patch 8.2.2325: Vim9: crash if map() changes the item typev8.2.2325Bram Moolenaar2021-01-101-0/+9
* patch 8.2.2324: not easy to get mark en cursor posotion by character countv8.2.2324Bram Moolenaar2021-01-101-149/+257
* patch 8.2.2310: Vim9: winsaveview() return type is too genericv8.2.2310Bram Moolenaar2021-01-071-1/+1
* patch 8.2.2306: Vim9: when using function reference type is not checkedv8.2.2306Bram Moolenaar2021-01-061-1/+2
* patch 8.2.2289: Vim9: 'cpo' can become emptyv8.2.2289Bram Moolenaar2021-01-031-2/+8