summaryrefslogtreecommitdiffstats
path: root/src/fileio.c
AgeCommit message (Expand)Author
2024-03-31patch 9.1.0231: Filetype may be undetected when SwapExists sets ft in other bufv9.1.0231zeertzjq
2024-03-12patch 9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()v9.1.0172zeertzjq
2024-03-07patch 9.1.0158: 'shortmess' "F" flag doesn't work properly with 'autoread'v9.1.0158zeertzjq
2024-03-06patch 9.1.0154: shm=F not respected when reloading buffer with 'autoread'v9.1.0154Shougo Matsushita
2024-02-15patch 9.1.0113: duplicate code when cleaning undo stackv9.1.0113Christian Brabandt
2023-06-17patch 9.0.1640: compiler warning for unused variables without crypt featurev9.0.1640Bram Moolenaar
2023-06-17patch 9.0.1639: build failure without the crypt featurev9.0.1639Bram Moolenaar
2023-06-17patch 9.0.1638: crypt tests hang and cause memory errorsv9.0.1638Bram Moolenaar
2023-06-16patch 9.0.1637: compiler warning for uninitialized variablev9.0.1637Christian Brabandt
2023-05-27patch 9.0.1583: get E304 when using 'cryptmethod' "xchacha20v2"v9.0.1583Bram Moolenaar
2023-04-23patch 9.0.1481: decrypting with libsodium may fail if the library changesv9.0.1481Christian Brabandt
2023-03-07patch 9.0.1391: "clear" macros are not always usedv9.0.1391Yegappan Lakshmanan
2023-03-05patch 9.0.1381: ACCESS_ names have a conflict with on some systemsv9.0.1381=?UTF-8?q?Ola=20S=C3=B6der?=
2023-01-02patch 9.0.1132: code is indented more than neededv9.0.1132Yegappan Lakshmanan
2022-11-28patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar
2022-11-01patch 9.0.0826: if 'endofline' is set CTRL-Z may be written in a wrong placev9.0.0826K.Takata
2022-10-29patch 9.0.0819v9.0.0819Bram Moolenaar
2022-10-22patch 9.0.0817v9.0.0817v9.0.0816Bram Moolenaar
2022-08-26patch 9.0.0278: the +wildignore feature is nearly always availablev9.0.0278Bram Moolenaar
2022-08-26patch 9.0.0275: BufEnter not triggered when using ":edit" in "nofile" bufferv9.0.0275Bram Moolenaar
2022-08-26patch 9.0.0272: BufReadCmd not triggered when loading a "nofile" bufferv9.0.0272Bram Moolenaar
2022-08-25patch 9.0.0263: too many #ifdefsv9.0.0263Bram Moolenaar
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-07-23patch 9.0.0063: too many type casts for dict_get functionsv9.0.0063Bram Moolenaar
2022-06-08patch 8.2.5069: various warnings from clang on MS-Windowsv8.2.5069Yegappan Lakshmanan
2022-05-09patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar
2022-05-07patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar
2022-04-07patch 8.2.4704: using "else" after return or break increases indentv8.2.4704=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-04-05patch 8.2.4696: delete() with "rf" argument does not report a failurev8.2.4696zeertzjq
2022-03-22patch 8.2.4610: some conditions are always truev8.2.4610Bram Moolenaar
2022-02-21patch 8.2.4430: GTK: crash when using 'guiligatures' and reading from stdinv8.2.4430Amon Sha
2022-02-16patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo252
2022-02-11patch 8.2.4343: when reloading not all properties are detectedv8.2.4343Rob Pilling
2022-01-19patch 8.2.4142: build failure with normal features without persistent undov8.2.4142Bram Moolenaar
2022-01-08patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar
2022-01-05patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar
2022-01-02patch 8.2.3986: error messages are spread outv8.2.3986Bram Moolenaar
2022-01-02patch 8.2.3983: error messages are spread outv8.2.3983Bram Moolenaar
2022-01-01patch 8.2.3975: error messages are spread outv8.2.3975Bram Moolenaar
2022-01-01patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar
2021-12-31patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar
2021-12-31patch 8.2.3959: error messages are spread outv8.2.3959Bram Moolenaar
2021-10-15patch 8.2.3515: nano time test fails on Mac and FreeBSDv8.2.3515ichizok
2021-10-14patch 8.2.3510: changes are only detected with one second accuracyv8.2.3510Leah Neukirchen
2021-09-22patch 8.2.3453: autocmd not executed when editing a directoryv8.2.3453Bram Moolenaar
2021-07-29patch 8.2.3247: using uninitialized memory when checking for crypt methodv8.2.3247Bram Moolenaar
2021-07-29patch 8.2.3245: the crypt key may appear in a swap partitionv8.2.3245Bram Moolenaar
2021-06-30patch 8.2.3079: Powershell core not supported by defaultv8.2.3079Mike Williams
2021-06-28patch 8.2.3071: shell options are not set properly for PowerShellv8.2.3071Mike Williams
2021-06-27patch 8.2.3063: crash when switching 'cryptmethod' to xchaha20 with undo filev8.2.3063Bram Moolenaar