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
/
proto
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.1554: code for handling 'switchbuf' is repeated
v9.0.1554
Yegappan Lakshmanan
2023-05-14
1
-0
/
+1
*
patch 9.0.1551: position of marker for 'smoothscroll' not computed correctly
v9.0.1551
Luuk van Baal
2023-05-13
1
-0
/
+1
*
patch 9.0.1544: recent glibc marks sigset() as a deprecated
v9.0.1544
ichizok
2023-05-11
1
-0
/
+1
*
patch 9.0.1538: :wqall does not trigger ExitPre
v9.0.1538
Bram Moolenaar
2023-05-10
1
-0
/
+1
*
patch 9.0.1516: cannot use special keys in <Cmd> mapping
v9.0.1516
zeertzjq
2023-05-06
1
-0
/
+1
*
patch 9.0.1515: reverse() does not work for a String
v9.0.1515
Yegappan Lakshmanan
2023-05-06
1
-0
/
+1
*
patch 9.0.1512: inserting lines when scrolling with 'smoothscroll' set
v9.0.1512
Luuk van Baal
2023-05-06
1
-0
/
+1
*
patch 9.0.1485: no functions for converting from/to UTF-16 index
v9.0.1485
Christian Brabandt
2023-04-24
1
-0
/
+2
*
patch 9.0.1481: decrypting with libsodium may fail if the library changes
v9.0.1481
Christian Brabandt
2023-04-23
3
-3
/
+4
*
patch 9.0.1471: warnings for function declarations
v9.0.1471
Michael Jarvis
2023-04-19
1
-3
/
+3
*
patch 9.0.1439: start Insert mode when accessing a hidden prompt buffer
v9.0.1439
orbital
2023-04-02
1
-0
/
+1
*
patch 9.0.1416: crash when collection is modified when using filter()
v9.0.1416
Ernie Rael
2023-03-19
1
-1
/
+1
*
patch 9.0.1403: unused variables and functions
v9.0.1403
Dominique Pelle
2023-03-12
1
-1
/
+0
*
patch 9.0.1400: find_file_in_path() is not reentrant
v9.0.1400
Bram Moolenaar
2023-03-11
1
-3
/
+3
*
patch 9.0.1396: sort(list, 'N') does not work in Vim9 script context
v9.0.1396
Bram Moolenaar
2023-03-09
1
-0
/
+1
*
patch 9.0.1380: CTRL-X on 2**64 subtracts two
v9.0.1380
Bram Moolenaar
2023-03-04
1
-1
/
+1
*
patch 9.0.1379: functions for handling options are not ordered
v9.0.1379
Yegappan Lakshmanan
2023-03-04
2
-51
/
+52
*
patch 9.0.1374: function for setting options not used consistently
v9.0.1374
Yegappan Lakshmanan
2023-03-03
1
-0
/
+2
*
patch 9.0.1369: still some "else if" constructs for setting options
v9.0.1369
Yegappan Lakshmanan
2023-03-02
2
-1
/
+3
*
patch 9.0.1366: functions for setting options are in random order
v9.0.1366
Yegappan Lakshmanan
2023-03-01
1
-75
/
+75
*
patch 9.0.1359: too many "else if" statements in handling options
v9.0.1359
Yegappan Lakshmanan
2023-02-27
1
-0
/
+5
*
patch 9.0.1353: too many "else if" statements to handle option values
v9.0.1353
Yegappan Lakshmanan
2023-02-25
1
-0
/
+12
*
patch 9.0.1345: too many "else if" statements for handling options
v9.0.1345
Yegappan Lakshmanan
2023-02-23
1
-0
/
+19
*
patch 9.0.1341: build error with mzscheme but without GUI
v9.0.1341
K.Takata
2023-02-22
1
-1
/
+1
*
patch 9.0.1338: :defcompile and :disassemble can't find class method
v9.0.1338
Bram Moolenaar
2023-02-21
1
-1
/
+2
*
patch 9.0.1336: functions without arguments are not always declared properly
v9.0.1336
Yegappan Lakshmanan
2023-02-21
2
-3
/
+1
*
patch 9.0.1330: handling new value of an option has a long "else if" chain
v9.0.1330
Yegappan Lakshmanan
2023-02-20
13
-17
/
+151
*
patch 9.0.1320: checking the type of a null object causes a crash
v9.0.1320
Bram Moolenaar
2023-02-18
2
-6
/
+6
*
patch 9.0.1314: :messages behavior depends on 'fileformat' of current buffer
v9.0.1314
cero1988
2023-02-16
1
-0
/
+1
*
patch 9.0.1313: some settings use the current codepage instead of 'encoding'
v9.0.1313
K.Takata
2023-02-15
2
-0
/
+2
*
patch 9.0.1309: scrolling two lines with even line count and 'scrolloff' set
v9.0.1309
Bram Moolenaar
2023-02-14
1
-1
/
+1
*
patch 9.0.1307: setting 'formatoptions' with :let doesn't check for errors
v9.0.1307
Yegappan Lakshmanan
2023-02-13
1
-1
/
+1
*
patch 9.0.1292: :defer may call the wrong method for an object
v9.0.1292
Bram Moolenaar
2023-02-08
1
-1
/
+1
*
patch 9.0.1262: the did_set_string_option function is too long
v9.0.1262
Yegappan Lakshmanan
2023-01-30
5
-8
/
+8
*
patch 9.0.1254: calling a method on an interface does not work
v9.0.1254
Bram Moolenaar
2023-01-28
2
-2
/
+2
*
patch 9.0.1250: cannot use an object method with :defer
v9.0.1250
Bram Moolenaar
2023-01-27
1
-2
/
+2
*
patch 9.0.1242: code for :runtime completion is not consistent
v9.0.1242
zeertzjq
2023-01-25
1
-1
/
+1
*
patch 9.0.1240: cannot access a private object member in a lambda
v9.0.1240
Bram Moolenaar
2023-01-24
1
-0
/
+1
*
patch 9.0.1238: :runtime completion can be further improved
v9.0.1238
zeertzjq
2023-01-24
1
-1
/
+1
*
patch 9.0.1235: MS-Windows console: not flushing termguicolors
v9.0.1235
Christopher Plewright
2023-01-23
1
-1
/
+0
*
patch 9.0.1232: ColorTable saving and restoring does not work properly
v9.0.1232
Christopher Plewright
2023-01-22
1
-0
/
+1
*
patch 9.0.1231: completion of :runtime does not handle {where} argument
v9.0.1231
zeertzjq
2023-01-22
2
-1
/
+3
*
patch 9.0.1212: cannot read back what setcellwidths() has done
v9.0.1212
Kota Kato
2023-01-17
1
-0
/
+1
*
patch 9.0.1209: getting interface member does not always work
v9.0.1209
Bram Moolenaar
2023-01-16
2
-0
/
+2
*
patch 9.0.1203: return type of values() is always list<any>
v9.0.1203
Bram Moolenaar
2023-01-15
1
-1
/
+1
*
patch 9.0.1185: using class from imported script not tested
v9.0.1185
Bram Moolenaar
2023-01-12
1
-0
/
+1
*
patch 9.0.1168: code to enable/disable mouse is not from terminfo/termcap
v9.0.1168
Bram Moolenaar
2023-01-10
1
-0
/
+1
*
patch 9.0.1159: extends argument for class not implemented yet
v9.0.1159
Bram Moolenaar
2023-01-08
1
-0
/
+1
*
patch 9.0.1150: :interface is not implemented yet
v9.0.1150
Bram Moolenaar
2023-01-05
2
-2
/
+1
*
patch 9.0.1144: reading beyond text
v9.0.1144
Bram Moolenaar
2023-01-04
1
-0
/
+1
[next]