summaryrefslogtreecommitdiff
path: root/src/filepath.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2478: MS-Windows: backup files for plugins are loadedv8.2.2478Bram Moolenaar2021-02-071-1/+4
* patch 8.2.2343: Vim9: return type of readfile() is anyv8.2.2343Bram Moolenaar2021-01-131-4/+23
* patch 8.2.2136: Vim9: Using uninitialized variablev8.2.2136Bram Moolenaar2020-12-131-4/+5
* patch 8.2.2133: Vim9: checking for a non-empty string is too strictv8.2.2133Bram Moolenaar2020-12-121-4/+4
* patch 8.2.2117: some functions use any value as a stringv8.2.2117Bram Moolenaar2020-12-091-6/+23
* patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar2020-10-241-3/+3
* patch 8.2.1804: resolve('/') returns an empty stringv8.2.1804Bram Moolenaar2020-10-051-1/+1
* patch 8.2.1743: cannot build without the eval featurev8.2.1743Bram Moolenaar2020-09-251-63/+63
* patch 8.2.1741: pathshorten() only supports using one characterv8.2.1741Bram Moolenaar2020-09-251-42/+73
* patch 8.2.1575: Vim9: globpath() doesnot take "true" as argumentv8.2.1575Bram Moolenaar2020-09-021-3/+3
* patch 8.2.1574: Vim9: glob() doesnot take "true" as argumentv8.2.1574Bram Moolenaar2020-09-021-3/+3
* patch 8.2.1486: Vim9: readdir() expression doesn't accept boolv8.2.1486Bram Moolenaar2020-08-191-36/+37
* patch 8.2.1485: Vim9: readdirex() expression doesn't accept boolv8.2.1485Bram Moolenaar2020-08-191-0/+6
* patch 8.2.1087: possible memory leak when file expansion failsv8.2.1087Bram Moolenaar2020-06-291-1/+6
* patch 8.2.1049: Vim9: leaking memory when using continuation linev8.2.1049Bram Moolenaar2020-06-241-1/+1
* patch 8.2.0988: getting directory contents is always case sortedv8.2.0988Bram Moolenaar2020-06-161-2/+42
* patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar2020-06-121-6/+6
* patch 8.2.0942: expanding to local dir after homedir keeps "~/"v8.2.0942Bram Moolenaar2020-06-101-6/+4
* patch 8.2.0909: cannot go back to the previous local directoryv8.2.0909Bram Moolenaar2020-06-051-0/+1
* patch 8.2.0875: getting attributes for directory entries is slowv8.2.0875Bram Moolenaar2020-06-011-39/+118
* patch 8.2.0751: Vim9: performance can be improvedv8.2.0751Bram Moolenaar2020-05-131-1/+1
* patch 8.2.0525: Win32: typo in assignment and misplaced parenv8.2.0525Bram Moolenaar2020-04-061-4/+3
* patch 8.2.0524: Win32: searching for file matches is slowv8.2.0524Bram Moolenaar2020-04-061-18/+15
* patch 8.2.0521: crash when reading a blob failsv8.2.0521Bram Moolenaar2020-04-061-11/+11
* patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar2020-04-021-1/+1
* patch 8.2.0404: writefile() error does not give a hintv8.2.0404Bram Moolenaar2020-03-191-1/+2
* patch 8.2.0215: wrong file name shorteningv8.2.0215Bram Moolenaar2020-02-051-7/+11
* patch 8.2.0209: function a bit far away from where it's usedv8.2.0209Bram Moolenaar2020-02-041-35/+35
* patch 8.2.0208: fnamemodify() does not apply ":~" when followed by ":."v8.2.0208Bram Moolenaar2020-02-041-4/+24
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-0/+1
* patch 8.2.0034: missing check for out of memoryv8.2.0034Bram Moolenaar2019-12-231-1/+5
* patch 8.1.2422: "make depend" does not work correctly for libvtermv8.1.2422Bram Moolenaar2019-12-111-1/+1
* patch 8.1.2379: using old C style commentsv8.1.2379Bram Moolenaar2019-12-011-3/+3
* patch 8.1.2252: compiler warning for int sizev8.1.2252Bram Moolenaar2019-11-041-1/+1
* patch 8.1.2234: get_short_pathname() fails depending on encodingv8.1.2234Bram Moolenaar2019-10-301-10/+40
* patch 8.1.2125: fnamemodify() fails when repeating :ev8.1.2125Bram Moolenaar2019-10-081-1/+5
* patch 8.1.2120: some MB_ macros are more complicated than necessaryv8.1.2120Bram Moolenaar2019-10-061-6/+6
* patch 8.1.2021: some global functions can be local to the filev8.1.2021Bram Moolenaar2019-09-101-1/+1
* patch 8.1.1989: the evalfunc.c file is still too bigv8.1.1989Bram Moolenaar2019-09-051-0/+21
* patch 8.1.1985: code for dealing with paths is spread outv8.1.1985Bram Moolenaar2019-09-041-182/+1859
* patch 8.1.1979: code for handling file names is spread outv8.1.1979Bram Moolenaar2019-09-041-0/+2138