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 8.2.1692: build fails because TTFLAG_STATIC is missing
v8.2.1692
Bram Moolenaar
2020-09-16
1
-0
/
+1
*
patch 8.2.1650: Vim9: result of && and || expression is not bool in script
v8.2.1650
Bram Moolenaar
2020-09-09
1
-3
/
+4
*
patch 8.2.1641: Vim9: cannot use 0 or 1 where a bool is expected
v8.2.1641
Bram Moolenaar
2020-09-09
1
-0
/
+1
*
patch 8.2.1636: get stuck if a popup filter causes an error
v8.2.1636
Bram Moolenaar
2020-09-08
1
-0
/
+1
*
patch 8.2.1556: cursorline highlighting always overrules sign highlighting
v8.2.1556
Bram Moolenaar
2020-08-31
1
-0
/
+1
*
patch 8.2.1492: build failures
v8.2.1492
Bram Moolenaar
2020-08-20
1
-7
/
+7
*
patch 8.2.1491: Vim9: crash when compiling heredoc lines start with comment
v8.2.1491
Bram Moolenaar
2020-08-20
1
-1
/
+8
*
patch 8.2.1422: the Mac GUI implementation is outdated
v8.2.1422
Bram Moolenaar
2020-08-11
1
-12
/
+0
*
patch 8.2.1373: Vim9: no error for assigning to non-existing script var
v8.2.1373
Bram Moolenaar
2020-08-05
1
-1
/
+3
*
patch 8.2.1329: Vim9: cannot define global function inside :def function
v8.2.1329
Bram Moolenaar
2020-07-31
1
-0
/
+2
*
patch 8.2.1239: "maxwidth" in 'completepopup' not obeyed
v8.2.1239
Bram Moolenaar
2020-07-18
1
-0
/
+1
*
patch 8.2.1208: build failure
v8.2.1208
Bram Moolenaar
2020-07-14
1
-0
/
+1
*
patch 8.2.1191: Vim9: crash when function calls itself
v8.2.1191
Bram Moolenaar
2020-07-12
1
-0
/
+1
*
patch 8.2.1161: Vim9: using freed memory
v8.2.1161
Bram Moolenaar
2020-07-08
1
-1
/
+4
*
patch 8.2.1155: Vim9: cannot handle line break inside lambda
v8.2.1155
Bram Moolenaar
2020-07-08
1
-0
/
+3
*
patch 8.2.1154: Vim9: crash when using imported function
v8.2.1154
Bram Moolenaar
2020-07-08
1
-0
/
+3
*
patch 8.2.1080: Vim9: no line break allowed in a for loop
v8.2.1080
Bram Moolenaar
2020-06-28
1
-2
/
+3
*
patch 8.2.1079: Vim9: no line break allowed in a while loop
v8.2.1079
Bram Moolenaar
2020-06-28
1
-1
/
+2
*
patch 8.2.1071: Vim9: no line break allowed inside a lambda
v8.2.1071
Bram Moolenaar
2020-06-27
1
-0
/
+5
*
patch 8.2.1054: not so easy to pass a lua function to Vim
v8.2.1054
Bram Moolenaar
2020-06-25
1
-0
/
+9
*
patch 8.2.1049: Vim9: leaking memory when using continuation line
v8.2.1049
Bram Moolenaar
2020-06-24
1
-0
/
+3
*
patch 8.2.1048: build failure without the eval feature
v8.2.1048
Bram Moolenaar
2020-06-24
1
-0
/
+4
*
patch 8.2.1047: Vim9: script cannot use line continuation like :def function
v8.2.1047
Bram Moolenaar
2020-06-24
1
-0
/
+13
*
patch 8.2.1024: Vim9: no error for using "let g:var = val"
v8.2.1024
Bram Moolenaar
2020-06-20
1
-0
/
+2
*
patch 8.2.1023: Vim9: redefining a function uses a new index every time
v8.2.1023
Bram Moolenaar
2020-06-20
1
-3
/
+7
*
patch 8.2.0955: build fails
v8.2.0955
Bram Moolenaar
2020-06-10
1
-0
/
+1
*
patch 8.2.0918: duplicate code for evaluating expression argument
v8.2.0918
Bram Moolenaar
2020-06-07
1
-14
/
+0
*
patch 8.2.0915: search() cannot skip over matches like searchpair() can
v8.2.0915
Bram Moolenaar
2020-06-06
1
-0
/
+15
*
patch 8.2.0909: cannot go back to the previous local directory
v8.2.0909
Bram Moolenaar
2020-06-05
1
-0
/
+3
*
patch 8.2.0865: syntax foldlevel is taken from the start of the line
v8.2.0865
Bram Moolenaar
2020-05-31
1
-0
/
+5
*
patch 8.2.0864: pragmas are indented all the way to the left
v8.2.0864
Bram Moolenaar
2020-05-31
1
-0
/
+1
*
patch 8.2.0863: cannot set a separate color for underline/undercurl
v8.2.0863
Bram Moolenaar
2020-05-31
1
-0
/
+2
*
patch 8.2.0844: text properties crossing lines not handled correctly
v8.2.0844
Bram Moolenaar
2020-05-30
1
-0
/
+9
*
patch 8.2.0823: Vim9: script reload test is disabled
v8.2.0823
Bram Moolenaar
2020-05-25
1
-4
/
+8
*
patch 8.2.0818: Vim9: using a discovery phase doesn't work well
v8.2.0818
Bram Moolenaar
2020-05-24
1
-1
/
+4
*
patch 8.2.0703: Vim9: closure cannot store value in outer context
v8.2.0703
Bram Moolenaar
2020-05-06
1
-0
/
+1
*
patch 8.2.0684: Vim9: memory leak when using lambda
v8.2.0684
Bram Moolenaar
2020-05-03
1
-0
/
+23
*
patch 8.2.0679: Vim9: incomplete support for closures
v8.2.0679
Bram Moolenaar
2020-05-02
1
-3
/
+1
*
patch 8.2.0677: Vim9: no support for closures
v8.2.0677
Bram Moolenaar
2020-05-01
1
-0
/
+17
*
patch 8.2.0543: Vim9: function with varargs does not work properly
v8.2.0543
Bram Moolenaar
2020-04-11
1
-1
/
+1
*
patch 8.2.0530: test crashes on s390
v8.2.0530
Bram Moolenaar
2020-04-08
1
-1
/
+5
*
patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"
v8.2.0517
Bram Moolenaar
2020-04-05
1
-2
/
+3
*
patch 8.2.0512: Vim9: no optional arguments in func type
v8.2.0512
Bram Moolenaar
2020-04-05
1
-4
/
+6
*
patch 8.2.0508: Vim9: func and partial types not done yet
v8.2.0508
Bram Moolenaar
2020-04-03
1
-1
/
+5
*
patch 8.2.0455: cannot set the highlight group for a specific terminal
v8.2.0455
Bram Moolenaar
2020-03-26
1
-0
/
+3
*
patch 8.2.0419: various memory leaks in Vim9 script code
v8.2.0419
Bram Moolenaar
2020-03-20
1
-0
/
+1
*
patch 8.2.0320: no Haiku support
v8.2.0320
Bram Moolenaar
2020-02-26
1
-0
/
+7
*
patch 8.2.0315: build failure on HP-UX system
v8.2.0315
Bram Moolenaar
2020-02-25
1
-3
/
+9
*
patch 8.2.0309: window-local values have confusing name
v8.2.0309
Bram Moolenaar
2020-02-23
1
-5
/
+6
*
patch 8.2.0296: mixing up "long long" and __int64 may cause problems
v8.2.0296
Bram Moolenaar
2020-02-22
1
-21
/
+31
[next]