index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
evalfunc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.2607: strcharpart() cannot include composing characters
v8.2.2607
Bram Moolenaar
2021-03-14
1
-3
/
+23
*
patch 8.2.2606: strchars() defaults to counting composing characters
v8.2.2606
Bram Moolenaar
2021-03-14
1
-12
/
+29
*
patch 8.2.2583: Vim9: cannot compare result of getenv() with null
v8.2.2583
Bram Moolenaar
2021-03-10
1
-1
/
+1
*
patch 8.2.2518: 'listchars' should be window-local
v8.2.2518
Bram Moolenaar
2021-02-15
1
-1
/
+2
*
patch 8.2.2497: no error when using more than one character for a register
v8.2.2497
Bram Moolenaar
2021-02-10
1
-2
/
+23
*
patch 8.2.2468: not easy to get the full command name from a shortened one
v8.2.2468
Bram Moolenaar
2021-02-06
1
-0
/
+2
*
patch 8.2.2466: max() and min() can give many error messages
v8.2.2466
Bram Moolenaar
2021-02-04
1
-1
/
+8
*
patch 8.2.2449: Vim9: flatten() always changes the list type
v8.2.2449
Bram Moolenaar
2021-02-01
1
-0
/
+2
*
patch 8.2.2443: Vim9: no compile time error for wrong str2float argument
v8.2.2443
Bram Moolenaar
2021-01-31
1
-1
/
+2
*
patch 8.2.2434: Vim9: no error when compiling str2nr() with a number
v8.2.2434
Bram Moolenaar
2021-01-30
1
-2
/
+15
*
patch 8.2.2415: no way to check for the cmdwin feature
v8.2.2415
Bram Moolenaar
2021-01-26
1
-0
/
+7
*
patch 8.2.2394: Vim9: min() and max() return type is "any"
v8.2.2394
Bram Moolenaar
2021-01-22
1
-2
/
+2
*
patch 8.2.2369: Vim9: functions return true/false but can't be used as bool
v8.2.2369
Bram Moolenaar
2021-01-17
1
-69
/
+74
*
patch 8.2.2367: test failures on some less often used systems
v8.2.2367
Bram Moolenaar
2021-01-17
1
-6
/
+6
*
patch 8.2.2363: curpos() does not accept a string argument as before
v8.2.2363
Bram Moolenaar
2021-01-16
1
-1
/
+2
*
patch 8.2.2362: Vim9: check of builtin function argument type is incomplete
v8.2.2362
Bram Moolenaar
2021-01-16
1
-6
/
+28
*
patch 8.2.2344: using inclusive index for slice is not always desired
v8.2.2344
Bram Moolenaar
2021-01-13
1
-0
/
+2
*
patch 8.2.2343: Vim9: return type of readfile() is any
v8.2.2343
Bram Moolenaar
2021-01-13
1
-1
/
+3
*
patch 8.2.2342: "char" functions may return wrong column in Insert mode
v8.2.2342
Bram Moolenaar
2021-01-13
1
-3
/
+3
*
patch 8.2.2341: expresison command line completion incomplete after "g:"
v8.2.2341
Bram Moolenaar
2021-01-13
1
-0
/
+4
*
patch 8.2.2339: cannot get the type of a value as a string
v8.2.2339
Bram Moolenaar
2021-01-12
1
-0
/
+2
*
patch 8.2.2338: Vim9: no error if using job_info() result wrongly
v8.2.2338
Bram Moolenaar
2021-01-12
1
-1
/
+8
*
patch 8.2.2336: Vim9: not possible to extend dictionary with different type
v8.2.2336
Bram Moolenaar
2021-01-12
1
-1
/
+19
*
patch 8.2.2325: Vim9: crash if map() changes the item type
v8.2.2325
Bram Moolenaar
2021-01-10
1
-0
/
+9
*
patch 8.2.2324: not easy to get mark en cursor posotion by character count
v8.2.2324
Bram Moolenaar
2021-01-10
1
-149
/
+257
*
patch 8.2.2310: Vim9: winsaveview() return type is too generic
v8.2.2310
Bram Moolenaar
2021-01-07
1
-1
/
+1
*
patch 8.2.2306: Vim9: when using function reference type is not checked
v8.2.2306
Bram Moolenaar
2021-01-06
1
-1
/
+2
*
patch 8.2.2289: Vim9: 'cpo' can become empty
v8.2.2289
Bram Moolenaar
2021-01-03
1
-2
/
+8
*
patch 8.2.2233: cannot convert a byte index into a character index
v8.2.2233
Bram Moolenaar
2020-12-28
1
-0
/
+54
*
patch 8.2.2184: Vim9: no error when using "2" for a line number
v8.2.2184
Bram Moolenaar
2020-12-21
1
-0
/
+2
*
patch 8.2.1996: Vim9: invalid error for argument of extend()
v8.2.1996
Bram Moolenaar
2020-11-16
1
-4
/
+4
*
patch 8.2.1974: Vim9: test for has('gui_running') fails with VIMDLL
v8.2.1974
Bram Moolenaar
2020-11-10
1
-1
/
+1
*
patch 8.2.1969: Vim9: map() may change the list or dict item type
v8.2.1969
Bram Moolenaar
2020-11-09
1
-2
/
+15
*
patch 8.2.1968: Vim9: has() assumes a feature does not change dynamically
v8.2.1968
Bram Moolenaar
2020-11-08
1
-0
/
+67
*
patch 8.2.1960: warning for uninitialized variable
v8.2.1960
Bram Moolenaar
2020-11-05
1
-1
/
+1
*
patch 8.2.1931: Vim9: arguments of extend() not checked at compile time
v8.2.1931
Bram Moolenaar
2020-10-31
1
-3
/
+64
*
patch 8.2.1884: compiler warning for uninitialized variable
v8.2.1884
Bram Moolenaar
2020-10-22
1
-0
/
+6
*
patch 8.2.1879: Vim9: argument types of insert() not checked when compiling
v8.2.1879
Bram Moolenaar
2020-10-21
1
-6
/
+47
*
patch 8.2.1877: test for function list fails
v8.2.1877
Bram Moolenaar
2020-10-21
1
-14
/
+14
*
patch 8.2.1876: Vim9: argument types are not checked at compile time
v8.2.1876
Bram Moolenaar
2020-10-21
1
-507
/
+1075
*
patch 8.2.1858: Vim9: filter functions return number instead of bool
v8.2.1858
Bram Moolenaar
2020-10-17
1
-2
/
+7
*
patch 8.2.1771: synIDattr() cannot get the value of ctermul
v8.2.1771
Bram Moolenaar
2020-09-29
1
-1
/
+3
*
patch 8.2.1769: popup filter interferes with using :normal to move the cursor
v8.2.1769
Bram Moolenaar
2020-09-28
1
-4
/
+4
*
patch 8.2.1751: using 2 where bool is expected may throw an error
v8.2.1751
Bram Moolenaar
2020-09-26
1
-2
/
+2
*
patch 8.2.1747: result of expand() unexpectedly depends on 'completeslash'
v8.2.1747
Bram Moolenaar
2020-09-26
1
-0
/
+9
*
patch 8.2.1741: pathshorten() only supports using one character
v8.2.1741
Bram Moolenaar
2020-09-25
1
-1
/
+1
*
patch 8.2.1729: endless loop when ":normal" feeds popup window filter
v8.2.1729
Bram Moolenaar
2020-09-23
1
-0
/
+6
*
patch 8.2.1727: a popup created with "cursorline" will ignore "firstline"
v8.2.1727
Bram Moolenaar
2020-09-22
1
-7
/
+18
*
patch 8.2.1726: fuzzy matching only works on strings
v8.2.1726
Bram Moolenaar
2020-09-22
1
-1
/
+2
*
patch 8.2.1691: Vim9: list<any> is not accepted where list<number> is expected
v8.2.1691
Bram Moolenaar
2020-09-16
1
-6
/
+9
[next]