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
/
evalvars.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.0744: in script in autoload dir exported variable is not found
v9.0.0744
Bram Moolenaar
2022-10-13
1
-4
/
+6
*
patch 9.0.0732: no check for white space before and after "=<<"
v9.0.0732
Bram Moolenaar
2022-10-12
1
-3
/
+10
*
patch 9.0.0634: evaluating "expr" options has more overhead than needed
v9.0.0634
Bram Moolenaar
2022-10-01
1
-6
/
+10
*
patch 9.0.0535: closure gets wrong value in for loop with two loop variables
v9.0.0535
Bram Moolenaar
2022-09-21
1
-2
/
+2
*
patch 9.0.0460: loop variable can't be found
v9.0.0460
Bram Moolenaar
2022-09-14
1
-0
/
+8
*
patch 9.0.0444: trying to declare g:variable gives confusing error
v9.0.0444
Bram Moolenaar
2022-09-11
1
-2
/
+13
*
patch 9.0.0398: members of funccall_T are inconsistently named
v9.0.0398
Bram Moolenaar
2022-09-06
1
-1
/
+2
*
patch 9.0.0364: clang static analyzer gives warnings
v9.0.0364
Yegappan Lakshmanan
2022-09-03
1
-2
/
+0
*
patch 9.0.0355: check for uppercase char in autoload name is wrong
v9.0.0355
thinca
2022-09-02
1
-1
/
+3
*
patch 9.0.0253: a symlink to an autoload script results in two entries
v9.0.0253
Bram Moolenaar
2022-08-24
1
-0
/
+1
*
patch 9.0.0206: redraw flags are not named specifically
v9.0.0206
Bram Moolenaar
2022-08-14
1
-1
/
+1
*
patch 9.0.0092: plugins cannot change v:completed_item
v9.0.0092
Shougo Matsushita
2022-07-27
1
-1
/
+1
*
patch 9.0.0090: no error when assigning bool to a string option
v9.0.0090
Bram Moolenaar
2022-07-27
1
-0
/
+5
*
patch 9.0.0066: switching window uneccarily when getting buffer options
v9.0.0066
zeertzjq
2022-07-25
1
-3
/
+4
*
patch 9.0.0003: functions are global while they could be local
v9.0.0003
Yegappan Lakshmanan
2022-06-29
1
-1
/
+1
*
patch 8.2.5017: gcc 12.1 warns for uninitialized variable
v8.2.5017
mityu
2022-05-25
1
-1
/
+1
*
patch 8.2.4934: string interpolation fails when not evaluating
v8.2.4934
Bram Moolenaar
2022-05-10
1
-9
/
+13
*
patch 8.2.4930: interpolated string expression requires escaping
v8.2.4930
Bram Moolenaar
2022-05-10
1
-31
/
+43
*
patch 8.2.4883: string interpolation only works in heredoc
v8.2.4883
LemonBoy
2022-05-06
1
-32
/
+61
*
patch 8.2.4866: duplicate code in "get" functions
v8.2.4866
LemonBoy
2022-05-04
1
-110
/
+84
*
patch 8.2.4840: heredoc expression evaluated even when skipping
v8.2.4840
Bram Moolenaar
2022-04-28
1
-1
/
+1
*
patch 8.2.4804: expression in heredoc doesn't work for compiled function
v8.2.4804
Yegappan Lakshmanan
2022-04-21
1
-14
/
+37
*
patch 8.2.4783: Coverity warns for leaking memory
v8.2.4783
Bram Moolenaar
2022-04-18
1
-9
/
+3
*
patch 8.2.4770: cannot easily mix expression and heredoc
v8.2.4770
Yegappan Lakshmanan
2022-04-17
1
-13
/
+120
*
patch 8.2.4754: using cached values after unsetting some environment variables
v8.2.4754
LemonBoy
2022-04-15
1
-1
/
+1
*
patch 8.2.4753: error from setting an option is silently ignored
v8.2.4753
Bram Moolenaar
2022-04-15
1
-1
/
+1
*
patch 8.2.4698: Vim9: script variable has no flag that it was set
v8.2.4698
Bram Moolenaar
2022-04-05
1
-5
/
+19
*
patch 8.2.4682: Vim9: can use :unlockvar for const variable
v8.2.4682
Bram Moolenaar
2022-04-04
1
-16
/
+35
*
patch 8.2.4662: no error for using out of range list index
v8.2.4662
Bram Moolenaar
2022-04-01
1
-3
/
+5
*
patch 8.2.4642: Vim9: in :def function script var cannot be null
v8.2.4642
Bram Moolenaar
2022-03-28
1
-1
/
+9
*
patch 8.2.4635: tests using null list or dict fail
v8.2.4635
Bram Moolenaar
2022-03-27
1
-2
/
+4
*
patch 8.2.4634: Vim9: cannot initialize a variable to null_list
v8.2.4634
Bram Moolenaar
2022-03-27
1
-10
/
+7
*
patch 8.2.4600: Vim9: not enough test coverage for executing :def function
v8.2.4600
Bram Moolenaar
2022-03-20
1
-24
/
+8
*
patch 8.2.4526: Vim9: cannot set variables to a null value
v8.2.4526
Bram Moolenaar
2022-03-08
1
-0
/
+5
*
patch 8.2.4510: Vim9: shortening commands leads to confusing script
v8.2.4510
Bram Moolenaar
2022-03-05
1
-5
/
+0
*
patch 8.2.4509: Vim9: can declare a variable with ":va"
v8.2.4509
Bram Moolenaar
2022-03-05
1
-1
/
+8
*
patch 8.2.4508: Vim9: cannot assign to a global variable on the command line
v8.2.4508
Bram Moolenaar
2022-03-05
1
-1
/
+3
*
patch 8.2.4500: Vim9: can declare a global variable on the command line
v8.2.4500
Bram Moolenaar
2022-03-03
1
-1
/
+6
*
patch 8.2.4492: no error if an option is given a value with ":let &opt = val"
v8.2.4492
Bram Moolenaar
2022-03-02
1
-1
/
+4
*
patch 8.2.4487: Vim9: cannot compare with v:null
v8.2.4487
Bram Moolenaar
2022-03-01
1
-18
/
+22
*
patch 8.2.4431: unnecessary condition when assigning to a variable
v8.2.4431
Bram Moolenaar
2022-02-21
1
-146
/
+142
*
patch 8.2.4428: crash when switching tabpage while in the cmdline window
v8.2.4428
Bram Moolenaar
2022-02-20
1
-12
/
+2
*
patch 8.2.4395: some code lines not covered by tests
v8.2.4395
Bram Moolenaar
2022-02-15
1
-1
/
+2
*
patch 8.2.4375: ctx_imports is not used
v8.2.4375
Bram Moolenaar
2022-02-13
1
-4
/
+4
*
patch 8.2.4371: Vim9: can create a script variable from a legacy function
v8.2.4371
Bram Moolenaar
2022-02-13
1
-0
/
+6
*
patch 8.2.4318: various comment and indent mistakes, returning wrong zero
v8.2.4318
Bram Moolenaar
2022-02-07
1
-1
/
+2
*
patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy()
v8.2.4286
Bram Moolenaar
2022-02-02
1
-18
/
+1
*
patch 8.2.4260: Vim9: can still use a global function without g:
v8.2.4260
Bram Moolenaar
2022-01-30
1
-3
/
+6
*
patch 8.2.4225: Vim9: depth argument of :lockvar not parsed in :def function
v8.2.4225
Bram Moolenaar
2022-01-26
1
-4
/
+12
*
patch 8.2.4209: partial in 'opfunc' cannot use an imported function
v8.2.4209
Bram Moolenaar
2022-01-24
1
-7
/
+24
[next]