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
/
scriptfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.0634: evaluating "expr" options has more overhead than needed
v9.0.0634
Bram Moolenaar
2022-10-01
1
-1
/
+1
*
patch 9.0.0468: exectution stack underflow without the +eval feature
v9.0.0468
Bram Moolenaar
2022-09-15
1
-0
/
+3
*
patch 9.0.0303: it is not easy to get information about a script
v9.0.0303
Yegappan Lakshmanan
2022-08-28
1
-5
/
+78
*
patch 9.0.0269: getscriptinfo() does not include the version
v9.0.0269
Yegappan Lakshmanan
2022-08-25
1
-1
/
+27
*
patch 9.0.0256: compiler warning for uninitialized variables
v9.0.0256
Bram Moolenaar
2022-08-24
1
-2
/
+2
*
patch 9.0.0255: build failure without the eval feature
v9.0.0255
Bram Moolenaar
2022-08-24
1
-0
/
+2
*
patch 9.0.0253: a symlink to an autoload script results in two entries
v9.0.0253
Bram Moolenaar
2022-08-24
1
-13
/
+35
*
patch 9.0.0248: duplicate code in finding a script in the execution stack
v9.0.0248
zeertzjq
2022-08-23
1
-18
/
+7
*
patch 9.0.0244: cannot easily get the list of sourced scripts
v9.0.0244
Yegappan Lakshmanan
2022-08-22
1
-0
/
+30
*
patch 9.0.0222: no good reason why text objects are only in larger builds
v9.0.0222
Bram Moolenaar
2022-08-16
1
-1
/
+3
*
patch 9.0.0217: 'shellslash' works differently when sourcing a script again
v9.0.0217
zeertzjq
2022-08-15
1
-4
/
+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.4974: ":so" command may read after end of buffer
v8.2.4974
Bram Moolenaar
2022-05-17
1
-1
/
+2
*
patch 8.2.4753: error from setting an option is silently ignored
v8.2.4753
Bram Moolenaar
2022-04-15
1
-2
/
+3
*
patch 8.2.4749: <script> is not expanded in autocmd context
v8.2.4749
LemonBoy
2022-04-14
1
-14
/
+23
*
patch 8.2.4748: cannot use an imported function in a mapping
v8.2.4748
Bram Moolenaar
2022-04-14
1
-1
/
+13
*
patch 8.2.4726: cannot use expand() to get the script name
v8.2.4726
LemonBoy
2022-04-09
1
-1
/
+28
*
patch 8.2.4650: "import autoload" only works with using 'runtimepath'
v8.2.4650
Bram Moolenaar
2022-03-30
1
-11
/
+17
*
patch 8.2.4647: "source" can read past end of copied line
v8.2.4647
Bram Moolenaar
2022-03-29
1
-0
/
+3
*
patch 8.2.4617: no completion for :scriptnames
v8.2.4617
Yegappan Lakshmanan
2022-03-24
1
-3
/
+9
*
patch 8.2.4607: sourcing buffer lines may lead to errors for conflicts
v8.2.4607
Yegappan Lakshmanan
2022-03-22
1
-18
/
+42
*
patch 8.2.4603: sourcing buffer lines is too complicated
v8.2.4603
Yegappan Lakshmanan
2022-03-21
1
-280
/
+134
*
patch 8.2.4594: need to write script to a file to be able to source them
v8.2.4594
Yegappan Lakshmanan
2022-03-19
1
-6
/
+279
*
patch 8.2.4357: sticky command modifiers are too sticky
v8.2.4357
Bram Moolenaar
2022-02-12
1
-0
/
+5
*
patch 8.2.4336: using :filter for :scriptnames does not work
v8.2.4336
Bram Moolenaar
2022-02-09
1
-4
/
+7
*
patch 8.2.4275: cannot use an autoload function from a package under start
v8.2.4275
=?UTF-8?q?Bj=C3=B6rn=20Linse?=
2022-01-31
1
-1
/
+1
*
patch 8.2.4162: Vim9: no error for redefining function with export
v8.2.4162
Bram Moolenaar
2022-01-20
1
-2
/
+1
*
patch 8.2.4135: Vim9: ":scriptnames" shows unloaded imported autoload script
v8.2.4135
Bram Moolenaar
2022-01-18
1
-4
/
+10
*
patch 8.2.4133: output of ":scriptnames" goes into the message history
v8.2.4133
Bram Moolenaar
2022-01-18
1
-1
/
+5
*
patch 8.2.4104: Vim9: lower casing the autoload prefix causes problems
v8.2.4104
Bram Moolenaar
2022-01-16
1
-4
/
+0
*
patch 8.2.4082: check for autoload file name and prefix fails
v8.2.4082
Bram Moolenaar
2022-01-13
1
-0
/
+4
*
patch 8.2.4069: Vim9: import test fails on MS-Windows
v8.2.4069
Bram Moolenaar
2022-01-12
1
-1
/
+1
*
patch 8.2.4068: Vim9: import test fails
v8.2.4068
Bram Moolenaar
2022-01-12
1
-1
/
+2
*
patch 8.2.4056: Vim9: memory leak when exporting function in autoload script
v8.2.4056
Bram Moolenaar
2022-01-10
1
-0
/
+1
*
patch 8.2.4053: Vim9: autoload mechanism doesn't fully work yet
v8.2.4053
Bram Moolenaar
2022-01-10
1
-26
/
+53
*
patch 8.2.4051: compiler complains about possibly uninitialized variable
v8.2.4051
Bram Moolenaar
2022-01-10
1
-3
/
+5
*
patch 8.2.4050: Vim9: need to prefix every item in an autoload script
v8.2.4050
Bram Moolenaar
2022-01-09
1
-60
/
+218
*
patch 8.2.4043: using int for second argument of ga_init2()
v8.2.4043
Bram Moolenaar
2022-01-08
1
-3
/
+3
*
patch 8.2.4038: various code not used when features are disabled
v8.2.4038
Dominique Pelle
2022-01-08
1
-2
/
+1
*
patch 8.2.4012: error messages are spread out
v8.2.4012
Bram Moolenaar
2022-01-05
1
-2
/
+2
*
patch 8.2.3970: error messages are spread out
v8.2.3970
Bram Moolenaar
2022-01-01
1
-1
/
+1
*
patch 8.2.3967: error messages are spread out
v8.2.3967
Bram Moolenaar
2022-01-01
1
-1
/
+1
*
patch 8.2.3961: error messages are spread out
v8.2.3961
Bram Moolenaar
2021-12-31
1
-4
/
+4
*
patch 8.2.3957: error messages are spread out
v8.2.3957
Bram Moolenaar
2021-12-31
1
-2
/
+2
*
patch 8.2.3914: various spelling mistakes in comments
v8.2.3914
Dominique Pelle
2021-12-27
1
-1
/
+1
*
patch 8.2.3901: Vim9: Cannot set 'cpo' in main .vimrc if using Vim9 script
v8.2.3901
Bram Moolenaar
2021-12-26
1
-2
/
+7
*
patch 8.2.3646: using <sfile> in a function gives an unexpected result
v8.2.3646
Bram Moolenaar
2021-11-22
1
-0
/
+14
*
patch 8.2.2976: build failure without the +eval feature
v8.2.2976
Bram Moolenaar
2021-06-11
1
-2
/
+4
*
patch 8.2.2975: Vim9: can only use an autoload function name as a string
v8.2.2975
Bram Moolenaar
2021-06-11
1
-0
/
+3
*
patch 8.2.2931: Vim9: line continuation comment uses legacy syntax
v8.2.2931
Bram Moolenaar
2021-06-03
1
-2
/
+5
[next]