comparison src/proto/fileio.pro @ 6721:7347229a646a v7.4.684

updated for version 7.4.684 Problem: When starting several Vim instances in diff mode, the temp files used may not be unique. (Issue 353) Solution: Add an argument to vim_tempname() to keep the file.
author Bram Moolenaar <bram@vim.org>
date Tue, 31 Mar 2015 13:33:08 +0200
parents 27a36d1013a6
children 228ff048db20
comparison
equal deleted inserted replaced
6720:1f42458bf2e7 6721:7347229a646a
21 int buf_check_timestamp __ARGS((buf_T *buf, int focus)); 21 int buf_check_timestamp __ARGS((buf_T *buf, int focus));
22 void buf_reload __ARGS((buf_T *buf, int orig_mode)); 22 void buf_reload __ARGS((buf_T *buf, int orig_mode));
23 void buf_store_time __ARGS((buf_T *buf, struct stat *st, char_u *fname)); 23 void buf_store_time __ARGS((buf_T *buf, struct stat *st, char_u *fname));
24 void write_lnum_adjust __ARGS((linenr_T offset)); 24 void write_lnum_adjust __ARGS((linenr_T offset));
25 void vim_deltempdir __ARGS((void)); 25 void vim_deltempdir __ARGS((void));
26 char_u *vim_tempname __ARGS((int extra_char)); 26 char_u *vim_tempname __ARGS((int extra_char, int keep));
27 void forward_slash __ARGS((char_u *fname)); 27 void forward_slash __ARGS((char_u *fname));
28 void aubuflocal_remove __ARGS((buf_T *buf)); 28 void aubuflocal_remove __ARGS((buf_T *buf));
29 int au_has_group __ARGS((char_u *name)); 29 int au_has_group __ARGS((char_u *name));
30 void do_augroup __ARGS((char_u *arg, int del_group)); 30 void do_augroup __ARGS((char_u *arg, int del_group));
31 void free_all_autocmds __ARGS((void)); 31 void free_all_autocmds __ARGS((void));