aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fileio.c
Commit message (Expand)AuthorAge
* vim-patch:8.0.1305: writefile() never calls fsync() #10153Jan Edmund Lazo2019-06-09
* vim-patch:8.1.0020: cannot tell whether a register is executing or recordingJan Edmund Lazo2019-05-26
* lintAndrej Zieger2019-05-26
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* cleanup: remove HAVE_SELINUX #10040Justin M. Keyes2019-05-21
* fileio: set group of backup fileJustin M. Keyes2019-05-20
* Merge #9709 'fileio: use os_copy to create backups'Justin M. Keyes2019-05-20
|\
| * style: make linter happy with fileio.cSaid Al Attrach2019-03-11
| * fs: add UV_FS_COPYFILE_FICLONE flag to os_copySaid Al Attrach2019-03-11
| * fs: remove unecessary copybuf and os_open callSaid Al Attrach2019-03-10
| * fs: replace another custom copy with os_copySaid Al Attrach2019-03-10
| * fs: add os_copy function that uses uv_fs_copyfileSaid Al Attrach2019-03-10
* | vim-patch:8.1.1349: if writing runs into conversion error backup file is deletedJan Edmund Lazo2019-05-18
* | autocmd: fixes and tests for autocmd window issuesBjörn Linse2019-05-13
* | vim-patch:8.1.1205: BufReadPre may move the cursor #9980Justin M. Keyes2019-05-08
* | Merge #9798 'aucmd_prepbuf: Use floating window'Justin M. Keyes2019-05-06
|\ \
| * | aucmd_win: use a floating windowMarco Hinz2019-05-06
|/ /
* | lintJan Edmund Lazo2019-04-30
* | vim-patch:8.0.1263: others can read the swap file if a user is carelessJan Edmund Lazo2019-04-29
* | vim-patch:8.1.1231: asking about existing swap file unnecessarilyJustin M. Keyes2019-04-29
* | vim-patch:8.1.1113: making an autocommand trigger once is not so easyJustin M. Keyes2019-04-06
* | aucmd_prepbuf: also restore `prevwin` #9741Justin M. Keyes2019-03-17
* | autocmd: do not show empty section after ++once handlers expireJustin M. Keyes2019-03-14
* | autocmd: rename: "++nested", "++once"Justin M. Keyes2019-03-14
* | autocmd: rename "once" => "-once" #9713Justin M. Keyes2019-03-11
|/
* autocmd: introduce "once" featureJustin M. Keyes2019-03-10
* cleanup: remove legacy `enc_dbcs` global #9660Justin M. Keyes2019-03-02
* I/O: ignore ENOTSUP for failed fsync()Justin M. Keyes2019-02-21
* events: add "Signal" event #9564Marco Hinz2019-02-04
* clang/"Dead assignment"Justin M. Keyes2019-01-13
* build: enable -WshadowJustin M. Keyes2019-01-02
* vim-patch:8.0.1748: CmdlineEnter command uses backslash instead of slashJan Edmund Lazo2018-12-12
* vim-patch:8.1.0360: using an external diff program is slow and inflexibleAnatolii Sakhnik2018-12-09
* lintJan Edmund Lazo2018-11-12
* vim-patch:8.1.0096: inconsistent use of the word autocommandsJan Edmund Lazo2018-11-12
* vim-patch:8.0.1620: reading spell file has no good EOF detectionJan Edmund Lazo2018-11-12
* vim-patch:8.0.0685: when conversion fails written file may be truncatedckelsel2018-10-12
* vim-patch:8.0.1777: cannot cleanup before loading another colorscheme (#9104)Jan Edmund Lazo2018-10-11
* src/nvim/eval.cMichaHoffmann2018-10-07
* fixed lint errorsMichaHoffmann2018-09-24
* add func_attr_printf in :MichaHoffmann2018-09-24
* globals: KeyTyped is boolJan Edmund Lazo2018-09-14
* vim-patch:8.0.1275: CmdlineLeave autocmd prevents fold from openingJan Edmund Lazo2018-09-13
* Merge #8967 'vim-patch:8.0.1781'Justin M. Keyes2018-09-10
|\
| * vim-patch:8.0.1781: file names in quickfix window are not shortenedAndrzej Pacanowski2018-09-10
|/
* vim-patch:8.1.0161: buffer not updated with 'autoread' set if file was deletedJan Edmund Lazo2018-08-13
* lintJan Edmund Lazo2018-08-12
* vim-patch:8.0.1227: undefined left shift in readfile()Jan Edmund Lazo2018-08-12
* vim-patch:8.0.0548: saving the redo buffer only works one time (#8629)KunMing Xie2018-06-24
* Merge #8618 'Replace b_changedtick with always-inline functions'Justin M. Keyes2018-06-22
|\