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
/
filepath.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.2666: Vim9: not enough function arguments checked for string
v8.2.2666
Bram Moolenaar
2021-03-27
1
-0
/
+4
*
patch 8.2.2664: Vim9: not enough function arguments checked for string
v8.2.2664
Bram Moolenaar
2021-03-27
1
-14
/
+14
*
patch 8.2.2646: Vim9: error for not using string doesn't mentionargument
v8.2.2646
Bram Moolenaar
2021-03-22
1
-11
/
+16
*
patch 8.2.2478: MS-Windows: backup files for plugins are loaded
v8.2.2478
Bram Moolenaar
2021-02-07
1
-1
/
+4
*
patch 8.2.2343: Vim9: return type of readfile() is any
v8.2.2343
Bram Moolenaar
2021-01-13
1
-4
/
+23
*
patch 8.2.2136: Vim9: Using uninitialized variable
v8.2.2136
Bram Moolenaar
2020-12-13
1
-4
/
+5
*
patch 8.2.2133: Vim9: checking for a non-empty string is too strict
v8.2.2133
Bram Moolenaar
2020-12-12
1
-4
/
+4
*
patch 8.2.2117: some functions use any value as a string
v8.2.2117
Bram Moolenaar
2020-12-09
1
-6
/
+23
*
patch 8.2.1898: command modifier parsing always uses global cmdmod
v8.2.1898
Bram Moolenaar
2020-10-24
1
-3
/
+3
*
patch 8.2.1804: resolve('/') returns an empty string
v8.2.1804
Bram Moolenaar
2020-10-05
1
-1
/
+1
*
patch 8.2.1743: cannot build without the eval feature
v8.2.1743
Bram Moolenaar
2020-09-25
1
-63
/
+63
*
patch 8.2.1741: pathshorten() only supports using one character
v8.2.1741
Bram Moolenaar
2020-09-25
1
-42
/
+73
*
patch 8.2.1575: Vim9: globpath() doesnot take "true" as argument
v8.2.1575
Bram Moolenaar
2020-09-02
1
-3
/
+3
*
patch 8.2.1574: Vim9: glob() doesnot take "true" as argument
v8.2.1574
Bram Moolenaar
2020-09-02
1
-3
/
+3
*
patch 8.2.1486: Vim9: readdir() expression doesn't accept bool
v8.2.1486
Bram Moolenaar
2020-08-19
1
-36
/
+37
*
patch 8.2.1485: Vim9: readdirex() expression doesn't accept bool
v8.2.1485
Bram Moolenaar
2020-08-19
1
-0
/
+6
*
patch 8.2.1087: possible memory leak when file expansion fails
v8.2.1087
Bram Moolenaar
2020-06-29
1
-1
/
+6
*
patch 8.2.1049: Vim9: leaking memory when using continuation line
v8.2.1049
Bram Moolenaar
2020-06-24
1
-1
/
+1
*
patch 8.2.0988: getting directory contents is always case sorted
v8.2.0988
Bram Moolenaar
2020-06-16
1
-2
/
+42
*
patch 8.2.0967: unnecessary type casts for vim_strnsave()
v8.2.0967
Bram Moolenaar
2020-06-12
1
-6
/
+6
*
patch 8.2.0942: expanding to local dir after homedir keeps "~/"
v8.2.0942
Bram Moolenaar
2020-06-10
1
-6
/
+4
*
patch 8.2.0909: cannot go back to the previous local directory
v8.2.0909
Bram Moolenaar
2020-06-05
1
-0
/
+1
*
patch 8.2.0875: getting attributes for directory entries is slow
v8.2.0875
Bram Moolenaar
2020-06-01
1
-39
/
+118
*
patch 8.2.0751: Vim9: performance can be improved
v8.2.0751
Bram Moolenaar
2020-05-13
1
-1
/
+1
*
patch 8.2.0525: Win32: typo in assignment and misplaced paren
v8.2.0525
Bram Moolenaar
2020-04-06
1
-4
/
+3
*
patch 8.2.0524: Win32: searching for file matches is slow
v8.2.0524
Bram Moolenaar
2020-04-06
1
-18
/
+15
*
patch 8.2.0521: crash when reading a blob fails
v8.2.0521
Bram Moolenaar
2020-04-06
1
-11
/
+11
*
patch 8.2.0500: using the same loop in many places
v8.2.0500
Bram Moolenaar
2020-04-02
1
-1
/
+1
*
patch 8.2.0404: writefile() error does not give a hint
v8.2.0404
Bram Moolenaar
2020-03-19
1
-1
/
+2
*
patch 8.2.0215: wrong file name shortening
v8.2.0215
Bram Moolenaar
2020-02-05
1
-7
/
+11
*
patch 8.2.0209: function a bit far away from where it's used
v8.2.0209
Bram Moolenaar
2020-02-04
1
-35
/
+35
*
patch 8.2.0208: fnamemodify() does not apply ":~" when followed by ":."
v8.2.0208
Bram Moolenaar
2020-02-04
1
-4
/
+24
*
patch 8.2.0149: maintaining a Vim9 branch separately is more work
v8.2.0149
Bram Moolenaar
2020-01-26
1
-0
/
+1
*
patch 8.2.0034: missing check for out of memory
v8.2.0034
Bram Moolenaar
2019-12-23
1
-1
/
+5
*
patch 8.1.2422: "make depend" does not work correctly for libvterm
v8.1.2422
Bram Moolenaar
2019-12-11
1
-1
/
+1
*
patch 8.1.2379: using old C style comments
v8.1.2379
Bram Moolenaar
2019-12-01
1
-3
/
+3
*
patch 8.1.2252: compiler warning for int size
v8.1.2252
Bram Moolenaar
2019-11-04
1
-1
/
+1
*
patch 8.1.2234: get_short_pathname() fails depending on encoding
v8.1.2234
Bram Moolenaar
2019-10-30
1
-10
/
+40
*
patch 8.1.2125: fnamemodify() fails when repeating :e
v8.1.2125
Bram Moolenaar
2019-10-08
1
-1
/
+5
*
patch 8.1.2120: some MB_ macros are more complicated than necessary
v8.1.2120
Bram Moolenaar
2019-10-06
1
-6
/
+6
*
patch 8.1.2021: some global functions can be local to the file
v8.1.2021
Bram Moolenaar
2019-09-10
1
-1
/
+1
*
patch 8.1.1989: the evalfunc.c file is still too big
v8.1.1989
Bram Moolenaar
2019-09-05
1
-0
/
+21
*
patch 8.1.1985: code for dealing with paths is spread out
v8.1.1985
Bram Moolenaar
2019-09-04
1
-182
/
+1859
*
patch 8.1.1979: code for handling file names is spread out
v8.1.1979
Bram Moolenaar
2019-09-04
1
-0
/
+2138