]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.684 v7.4.684
authorBram Moolenaar <Bram@vim.org>
Tue, 31 Mar 2015 11:33:08 +0000 (13:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 31 Mar 2015 11:33:08 +0000 (13:33 +0200)
commite5c421cfd70a4d864faa0fac4e9f2dd6cdf5881d
tree77b845e567cd28c87bf4e9226384cccf04ab645b
parent1ca2e361a869c58a775b5fabb2aaf4e2675ea7ba
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.
13 files changed:
src/diff.c
src/eval.c
src/ex_cmds.c
src/fileio.c
src/hardcopy.c
src/if_cscope.c
src/memline.c
src/misc1.c
src/os_unix.c
src/proto/fileio.pro
src/quickfix.c
src/spell.c
src/version.c