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 9.0.1334: using tt_member for the class leads to mistakes
v9.0.1334
Bram Moolenaar
2023-02-21
1
-2
/
+2
*
patch 9.0.1330: handling new value of an option has a long "else if" chain
v9.0.1330
Yegappan Lakshmanan
2023-02-20
1
-2
/
+2
*
patch 9.0.1320: checking the type of a null object causes a crash
v9.0.1320
Bram Moolenaar
2023-02-18
1
-4
/
+4
*
patch 9.0.1251: checking returned value of ga_grow() is inconsistent
v9.0.1251
Yegappan Lakshmanan
2023-01-27
1
-1
/
+1
*
patch 9.0.1233: search() loops forever if "skip" is TRUE for all matches
v9.0.1233
Bram Moolenaar
2023-01-22
1
-1
/
+2
*
patch 9.0.1218: completion includes functions that don't work
v9.0.1218
Kota Kato
2023-01-18
1
-0
/
+4
*
patch 9.0.1212: cannot read back what setcellwidths() has done
v9.0.1212
Kota Kato
2023-01-17
1
-0
/
+2
*
patch 9.0.1203: return type of values() is always list<any>
v9.0.1203
Bram Moolenaar
2023-01-15
1
-2
/
+30
*
patch 9.0.1166: code is indented more than necessary
v9.0.1166
Yegappan Lakshmanan
2023-01-09
1
-54
/
+54
*
patch 9.0.1133: error message names do not match the items
v9.0.1133
Bram Moolenaar
2023-01-02
1
-1
/
+1
*
patch 9.0.1132: code is indented more than needed
v9.0.1132
Yegappan Lakshmanan
2023-01-02
1
-148
/
+152
*
patch 9.0.1108: type error when using "any" type and adding to float
v9.0.1108
Bram Moolenaar
2022-12-29
1
-2
/
+2
*
patch 9.0.1084: code handling low level MS-Windows events cannot be tested
v9.0.1084
Christopher Plewright
2022-12-20
1
-1
/
+8
*
patch 9.0.1031: Vim9 class is not implemented yet
v9.0.1031
Bram Moolenaar
2022-12-08
1
-1
/
+13
*
patch 9.0.1023: MS-Windows: dynamic loading of libsodium doesn't work
v9.0.1023
K.Takata
2022-12-06
1
-2
/
+2
*
patch 9.0.1015: without /dev/urandom srand() seed is too predictable
v9.0.1015
Yasuhiro Matsumoto
2022-12-05
1
-2
/
+25
*
patch 9.0.1007: there is no way to get a list of swap file names
v9.0.1007
Bram Moolenaar
2022-12-05
1
-0
/
+14
*
patch 9.0.0988: using feedkeys() does not show up in a channel log
v9.0.0988
Bram Moolenaar
2022-12-02
1
-54
/
+59
*
patch 9.0.0977: it is not easy to see what client-server commands are doing
v9.0.0977
Bram Moolenaar
2022-11-30
1
-2
/
+2
*
patch 9.0.0936: wrong type for "isunnamed" returned by getreginfo()
v9.0.0936
Bram Moolenaar
2022-11-24
1
-1
/
+1
*
patch 9.0.0916: getbufline() is inefficient for getting a single line
v9.0.0916
Bram Moolenaar
2022-11-21
1
-0
/
+2
*
patch 9.0.0881: cannot get the currently showing mouse shape
v9.0.0881
Bram Moolenaar
2022-11-14
1
-0
/
+2
*
patch 9.0.0863: col() and charcol() only work for the current window
v9.0.0863
Yegappan Lakshmanan
2022-11-12
1
-5
/
+28
*
patch 9.0.0795: readblob() always reads the whole file
v9.0.0795
K.Takata
2022-10-19
1
-1
/
+2
*
patch 9.0.0747: too many #ifdefs
v9.0.0747
Martin Tournoij
2022-10-13
1
-15
/
+3
*
patch 9.0.0712: wrong column when calling setcursorcharpos() with zero lnum
v9.0.0712
Bram Moolenaar
2022-10-10
1
-12
/
+14
*
patch 9.0.0703: failing check for argument type for const any
v9.0.0703
Bram Moolenaar
2022-10-09
1
-107
/
+77
*
patch 9.0.0683: cannot specify a time for :echowindow
v9.0.0683
Bram Moolenaar
2022-10-07
1
-0
/
+2
*
patch 9.0.0657: too many #ifdefs
v9.0.0657
Martin Tournoij
2022-10-04
1
-7
/
+1
*
patch 9.0.0629: get an error for using const only when executing
v9.0.0629
Bram Moolenaar
2022-09-30
1
-10
/
+55
*
patch 9.0.0623: error for modifying a const is not detected at compile time
v9.0.0623
Bram Moolenaar
2022-09-29
1
-3
/
+47
*
patch 9.0.0618: calling function for reduce() has too much overhead
v9.0.0618
Bram Moolenaar
2022-09-28
1
-1
/
+1
*
patch 9.0.0520: declaring a loop variable at the start of a block is clumsy
v9.0.0520
Bram Moolenaar
2022-09-20
1
-14
/
+8
*
patch 9.0.0491: no good reason to build without the float feature
v9.0.0491
Bram Moolenaar
2022-09-17
1
-39
/
+26
*
patch 9.0.0474: fullcommand() test failure
v9.0.0474
Bram Moolenaar
2022-09-15
1
-1
/
+1
*
patch 9.0.0449: there is no easy way to translate a key code into a string
v9.0.0449
zeertzjq
2022-09-12
1
-0
/
+21
*
patch 9.0.0430: cannot use repeat() with a blob
v9.0.0430
Bakudankun
2022-09-09
1
-3
/
+38
*
patch 9.0.0375: the footer feature is unused
v9.0.0375
Bram Moolenaar
2022-09-04
1
-7
/
+1
*
patch 9.0.0359: error message for wrong argument type is not specific
v9.0.0359
Yegappan Lakshmanan
2022-09-02
1
-26
/
+9
*
patch 9.0.0345: error message for list argument could be clearer
v9.0.0345
Bram Moolenaar
2022-09-01
1
-4
/
+1
*
patch 9.0.0338: return value of list_append_list() not always checked
v9.0.0338
Bram Moolenaar
2022-08-31
1
-2
/
+8
*
patch 9.0.0335: checks for Dictionary argument often give a vague error
v9.0.0335
Yegappan Lakshmanan
2022-08-30
1
-17
/
+5
*
patch 9.0.0331: cannot use items() on a string
v9.0.0331
Bram Moolenaar
2022-08-30
1
-4
/
+6
*
patch 9.0.0327: items() does not work on a list
v9.0.0327
Bram Moolenaar
2022-08-30
1
-1
/
+1
*
patch 9.0.0285: it is not easy to change the command line from a plugin
v9.0.0285
Shougo Matsushita
2022-08-27
1
-5
/
+4
*
patch 9.0.0282: a nested timout stops the previous timeout
v9.0.0282
Bram Moolenaar
2022-08-26
1
-1
/
+2
*
patch 9.0.0280: the builtin termcap list depends on the version
v9.0.0280
Bram Moolenaar
2022-08-26
1
-14
/
+2
*
patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu'
v9.0.0279
Bram Moolenaar
2022-08-26
1
-9
/
+1
*
patch 9.0.0278: the +wildignore feature is nearly always available
v9.0.0278
Bram Moolenaar
2022-08-26
1
-7
/
+1
*
patch 9.0.0270: some values of 'path' and 'tags' invalid in the tiny version
v9.0.0270
Bram Moolenaar
2022-08-25
1
-7
/
+1
[next]