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 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
*
patch 8.2.2925: Vim9: line continuation comment uses legacy syntax
v8.2.2925
Bram Moolenaar
2021-06-02
1
-1
/
+2
*
patch 8.2.2616: Vim9: if 'cpo' is change in Vim9 script it may be restored
v8.2.2616
Bram Moolenaar
2021-03-17
1
-0
/
+27
*
patch 8.2.2581: Vim9: sourcing Vim9 script triggers a redraw
v8.2.2581
Bram Moolenaar
2021-03-10
1
-1
/
+1
*
patch 8.2.2485: when sourcing a script again the script version isn't reset
v8.2.2485
Bram Moolenaar
2021-02-07
1
-1
/
+4
*
patch 8.2.2332: Vim9: missing :endif not reported when using :windo
v8.2.2332
Bram Moolenaar
2021-01-11
1
-40
/
+16
*
patch 8.2.2242: Vim9: bar line continuation does not work at script level
v8.2.2242
Bram Moolenaar
2020-12-29
1
-4
/
+4
*
patch 8.2.2239: Vim9: concatenating lines with backslash is inconvenient
v8.2.2239
Bram Moolenaar
2020-12-28
1
-15
/
+23
*
patch 8.2.2238: Vim9: cannot load a Vim9 script without the +eval feature
v8.2.2238
Bram Moolenaar
2020-12-28
1
-7
/
+8
*
patch 8.2.2236: 'scroll' option can change when setting the statusline
v8.2.2236
Bram Moolenaar
2020-12-28
1
-0
/
+3
*
patch 8.2.2226: Vim9: script test fails
v8.2.2226
Bram Moolenaar
2020-12-27
1
-0
/
+2
*
patch 8.2.2222: Vim9: cannot keep script variables when reloading
v8.2.2222
Bram Moolenaar
2020-12-26
1
-32
/
+18
*
patch 8.2.2208: Vim9: after reloading a script variable index may be invalid
v8.2.2208
Bram Moolenaar
2020-12-24
1
-0
/
+1
[next]