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
/
structs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.1123: class function not implemented yet
v9.0.1123
Bram Moolenaar
2023-01-01
1
-3
/
+3
*
patch 9.0.1108: type error when using "any" type and adding to float
v9.0.1108
Bram Moolenaar
2022-12-29
1
-5
/
+6
*
patch 9.0.1074: class members are not supported yet
v9.0.1074
Bram Moolenaar
2022-12-18
1
-10
/
+22
*
patch 9.0.1060: private and public object members are not implemented yet
v9.0.1060
Bram Moolenaar
2022-12-14
1
-1
/
+9
*
patch 9.0.1045: in a class object members cannot be initialized
v9.0.1045
Bram Moolenaar
2022-12-10
1
-1
/
+2
*
patch 9.0.1041: cannot define a method in a class
v9.0.1041
Bram Moolenaar
2022-12-09
1
-2
/
+4
*
patch 9.0.1035: object members are not being marked as used
v9.0.1035
Bram Moolenaar
2022-12-08
1
-1
/
+6
*
patch 9.0.1033: tiny build fails because of conflicting typedef
v9.0.1033
Bram Moolenaar
2022-12-08
1
-2
/
+2
*
patch 9.0.1031: Vim9 class is not implemented yet
v9.0.1031
Bram Moolenaar
2022-12-08
1
-10
/
+57
*
patch 9.0.1026: type of w_last_topfill is wrong
v9.0.1026
Bram Moolenaar
2022-12-07
1
-2
/
+2
*
patch 9.0.1025: WinScrolled is not triggered when filler lines change
v9.0.1025
zeertzjq
2022-12-07
1
-0
/
+3
*
patch 9.0.0965: using one window for executing autocommands is insufficient
v9.0.0965
Bram Moolenaar
2022-11-28
1
-1
/
+1
*
patch 9.0.0949: crash when unletting a variable while listing variables
v9.0.0949
Bram Moolenaar
2022-11-25
1
-2
/
+7
*
patch 9.0.0939: still using simplified mappings when using kitty protocol
v9.0.0939
Bram Moolenaar
2022-11-24
1
-1
/
+1
*
patch 9.0.0828: various typos
v9.0.0828
dundargoc
2022-11-02
1
-3
/
+3
*
patch 9.0.0819
v9.0.0819
Bram Moolenaar
2022-10-29
1
-0
/
+1
*
patch 9.0.0817
v9.0.0817
v9.0.0816
Bram Moolenaar
2022-10-22
1
-0
/
+1
*
patch 9.0.0762: build failure
v9.0.0762
Bram Moolenaar
2022-10-15
1
-0
/
+1
*
patch 9.0.0747: too many #ifdefs
v9.0.0747
Martin Tournoij
2022-10-13
1
-6
/
+4
*
patch 9.0.0746: breakindent test cases are commented out
v9.0.0746
Bram Moolenaar
2022-10-13
1
-3
/
+3
*
patch 9.0.0734: cursor position invalid when scrolling with 'smoothscroll'
v9.0.0734
Bram Moolenaar
2022-10-12
1
-0
/
+1
*
patch 9.0.0656: cannot specify another character to use instead of '@'
v9.0.0656
Bram Moolenaar
2022-10-04
1
-0
/
+1
*
patch 9.0.0647: the 'splitscroll' option is not a good name
v9.0.0647
Luuk van Baal
2022-10-03
1
-2
/
+2
*
patch 9.0.0640: cannot scroll by screen line if a line wraps
v9.0.0640
Bram Moolenaar
2022-10-02
1
-3
/
+6
*
patch 9.0.0623: error for modifying a const is not detected at compile time
v9.0.0623
Bram Moolenaar
2022-09-29
1
-4
/
+4
*
patch 9.0.0620: matchaddpos() can only add up to 8 matches
v9.0.0620
Bram Moolenaar
2022-09-29
1
-27
/
+20
*
patch 9.0.0547: looping over empty out_loop[] entries
v9.0.0547
Bram Moolenaar
2022-09-22
1
-0
/
+1
*
patch 9.0.0535: closure gets wrong value in for loop with two loop variables
v9.0.0535
Bram Moolenaar
2022-09-21
1
-1
/
+1
*
patch 9.0.0502: a closure in a nested loop in a :def function does not work
v9.0.0502
Bram Moolenaar
2022-09-19
1
-5
/
+19
*
patch 9.0.0491: no good reason to build without the float feature
v9.0.0491
Bram Moolenaar
2022-09-17
1
-2
/
+0
*
patch 9.0.0485: in :def function all closures in loop get the same variables
v9.0.0485
Bram Moolenaar
2022-09-17
1
-2
/
+19
*
patch 9.0.0481: in :def function all closures in loop get the same variables
v9.0.0481
Bram Moolenaar
2022-09-16
1
-3
/
+11
*
patch 9.0.0476: varargs does not work for replacement function of substitute()
v9.0.0476
zeertzjq
2022-09-16
1
-4
/
+4
*
patch 9.0.0460: loop variable can't be found
v9.0.0460
Bram Moolenaar
2022-09-14
1
-0
/
+17
*
patch 9.0.0445: when opening/closing window text moves up/down
v9.0.0445
Luuk van Baal
2022-09-11
1
-0
/
+2
*
patch 9.0.0438: cannot put virtual text above a line
v9.0.0438
Bram Moolenaar
2022-09-10
1
-4
/
+11
*
patch 9.0.0410: struct member cts_lnum is unused
v9.0.0410
Bram Moolenaar
2022-09-07
1
-1
/
+0
*
patch 9.0.0398: members of funccall_T are inconsistently named
v9.0.0398
Bram Moolenaar
2022-09-06
1
-17
/
+17
*
patch 9.0.0397: :defer not tested with exceptions and ":qa!"
v9.0.0397
Bram Moolenaar
2022-09-06
1
-0
/
+4
*
patch 9.0.0370: cleaning up afterwards can make a function messy
v9.0.0370
Bram Moolenaar
2022-09-03
1
-1
/
+10
*
patch 9.0.0321: cannot use the message popup window directly
v9.0.0321
Bram Moolenaar
2022-08-29
1
-1
/
+1
*
patch 9.0.0304: WinScrolled is not triggered when only skipcol changes
v9.0.0304
zeertzjq
2022-08-28
1
-1
/
+2
*
patch 9.0.0288: when 'cmdheight' is zero some messages are not displayed
v9.0.0288
Bram Moolenaar
2022-08-27
1
-0
/
+2
*
patch 9.0.0284: using static buffer for multiple completion functions
v9.0.0284
Bram Moolenaar
2022-08-26
1
-0
/
+2
*
patch 9.0.0265: no good reason why the "gf" command isn't in the tiny version
v9.0.0265
Bram Moolenaar
2022-08-25
1
-2
/
+0
*
patch 9.0.0253: a symlink to an autoload script results in two entries
v9.0.0253
Bram Moolenaar
2022-08-24
1
-1
/
+7
*
patch 9.0.0247: cannot add padding to virtual text without highlight
v9.0.0247
Bram Moolenaar
2022-08-23
1
-1
/
+2
*
patch 9.0.0222: no good reason why text objects are only in larger builds
v9.0.0222
Bram Moolenaar
2022-08-16
1
-2
/
+0
*
patch 9.0.0206: redraw flags are not named specifically
v9.0.0206
Bram Moolenaar
2022-08-14
1
-1
/
+1
*
patch 9.0.0205: cursor in wrong position when inserting after virtual text
v9.0.0205
Bram Moolenaar
2022-08-14
1
-0
/
+3
[next]