Patch 7.0.060 (after 7.0.51)
commitfa1b6f84726cd9a9a9bcbe86873bf7d84a8d3325
authoredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Thu, 17 Aug 2006 03:56:47 +0000 (17 03:56 +0000)
committeredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Thu, 17 Aug 2006 03:56:47 +0000 (17 03:56 +0000)
tree1bf736aa05bf3c42d3756852e55ec6dfd251f2b4
parentc1ad79a23ac46492c3798fb4ffcb36d93bce73a0
Patch 7.0.060 (after 7.0.51)
Problem:    Code for temporarily switching to another buffer is duplicated in
           quite a few places.
Solution:   Use aucmd_prepbuf() and aucmd_restbuf() also when FEAT_AUTOCMD is
           not defined.
Files:      src/buffer.c, src/eval.c, src/fileio.c, src/if_ruby.c,
           src/if_perl.xs, src/quickfix.c, src/structs.h

git-svn-id: https://vim.svn.sourceforge.net/svnroot/vim/vim7@72 2a77ed30-b011-0410-a7ad-c7884a0aa172
src/buffer.c
src/eval.c
src/fileio.c
src/if_perl.xs
src/if_ruby.c
src/quickfix.c
src/structs.h
src/version.c