summaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0263: too many #ifdefsv9.0.0263Bram Moolenaar2022-08-251-6/+0
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-1/+1
* patch 9.0.0063: too many type casts for dict_get functionsv9.0.0063Bram Moolenaar2022-07-231-2/+2
* patch 8.2.5069: various warnings from clang on MS-Windowsv8.2.5069Yegappan Lakshmanan2022-06-081-1/+0
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-091-2/+2
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-2/+3
* patch 8.2.4704: using "else" after return or break increases indentv8.2.4704=?UTF-8?q?Dundar=20G=C3=B6c?=2022-04-071-22/+21
* patch 8.2.4696: delete() with "rf" argument does not report a failurev8.2.4696zeertzjq2022-04-051-1/+4
* patch 8.2.4610: some conditions are always truev8.2.4610Bram Moolenaar2022-03-221-1/+1
* patch 8.2.4430: GTK: crash when using 'guiligatures' and reading from stdinv8.2.4430Amon Sha2022-02-211-2/+7
* patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo2522022-02-161-1/+1
* patch 8.2.4343: when reloading not all properties are detectedv8.2.4343Rob Pilling2022-02-111-15/+35
* patch 8.2.4142: build failure with normal features without persistent undov8.2.4142Bram Moolenaar2022-01-191-1/+1
* patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar2022-01-081-1/+1
* patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar2022-01-051-4/+3
* patch 8.2.3986: error messages are spread outv8.2.3986Bram Moolenaar2022-01-021-2/+1
* patch 8.2.3983: error messages are spread outv8.2.3983Bram Moolenaar2022-01-021-1/+1
* patch 8.2.3975: error messages are spread outv8.2.3975Bram Moolenaar2022-01-011-1/+1
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-011-2/+2
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-311-1/+1
* patch 8.2.3959: error messages are spread outv8.2.3959Bram Moolenaar2021-12-311-9/+9
* patch 8.2.3515: nano time test fails on Mac and FreeBSDv8.2.3515ichizok2021-10-151-9/+10
* patch 8.2.3510: changes are only detected with one second accuracyv8.2.3510Leah Neukirchen2021-10-141-4/+20
* patch 8.2.3453: autocmd not executed when editing a directoryv8.2.3453Bram Moolenaar2021-09-221-1/+1
* patch 8.2.3247: using uninitialized memory when checking for crypt methodv8.2.3247Bram Moolenaar2021-07-291-5/+6
* patch 8.2.3245: the crypt key may appear in a swap partitionv8.2.3245Bram Moolenaar2021-07-291-4/+0
* patch 8.2.3079: Powershell core not supported by defaultv8.2.3079Mike Williams2021-06-301-2/+5
* patch 8.2.3071: shell options are not set properly for PowerShellv8.2.3071Mike Williams2021-06-281-2/+3
* patch 8.2.3063: crash when switching 'cryptmethod' to xchaha20 with undo filev8.2.3063Bram Moolenaar2021-06-271-0/+8
* patch 8.2.3032: build problems with MSVC, other crypt issues with libsodiumv8.2.3032Christian Brabandt2021-06-211-1/+3
* patch 8.2.3022: available encryption methods are not strong enoughv8.2.3022Christian Brabandt2021-06-201-2/+38
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-1/+1
* patch 8.2.2828: Coverity complains about not checking rename() return valuev8.2.2828Bram Moolenaar2021-05-031-1/+1
* patch 8.2.2294: VMS: a few remaining problemsv8.2.2294Bram Moolenaar2021-01-041-2/+7
* patch 8.2.2276: list of distributed files is outdatedv8.2.2276Bram Moolenaar2021-01-021-0/+1
* patch 8.2.2055: MS-Windows: two Vim instances may use the same temp filev8.2.2055Bram Moolenaar2020-11-261-2/+9
* patch 8.2.1919: assert_fails() setting emsg_silent changes normal executionv8.2.1919Bram Moolenaar2020-10-281-1/+1
* patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar2020-10-241-1/+1
* patch 8.2.1832: readdirex() error is displayed as a messagev8.2.1832Bram Moolenaar2020-10-111-2/+2
* patch 8.2.1793: not consistently giving the "is a directory" warningv8.2.1793Bram Moolenaar2020-10-031-10/+18
* patch 8.2.1570: configure check for dirfd() does not work on HPUXv8.2.1570Bram Moolenaar2020-09-021-0/+5
* patch 8.2.1422: the Mac GUI implementation is outdatedv8.2.1422Bram Moolenaar2020-08-111-6/+0
* patch 8.2.1215: Atari MiNT support is outdatedv8.2.1215Bram Moolenaar2020-07-141-1/+1
* patch 8.2.1128: the write message mentions characters, but it's bytesv8.2.1128Bram Moolenaar2020-07-051-2/+2
* patch 8.2.1088: a very long translation might cause a buffer overflowv8.2.1088Bram Moolenaar2020-06-291-3/+7
* patch 8.2.0988: getting directory contents is always case sortedv8.2.0988Bram Moolenaar2020-06-161-5/+32
* patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar2020-06-121-1/+1
* patch 8.2.0966: 'shortmess' flag "n" not used in two placesv8.2.0966Bram Moolenaar2020-06-121-1/+2
* patch 8.2.0947: readdirex() doesn't handle broken link properlyv8.2.0947Bram Moolenaar2020-06-101-2/+12
* patch 8.2.0888: readdirex() returns size -2 for a directoryv8.2.0888Bram Moolenaar2020-06-021-1/+1