]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0621: :stag does not respect 'switchbuf' v8.0.0621
authorBram Moolenaar <Bram@vim.org>
Mon, 5 Jun 2017 14:01:59 +0000 (16:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 5 Jun 2017 14:01:59 +0000 (16:01 +0200)
commit8ad80dea089ffeb1a845199c013e9bb4be1cd22e
tree8acbc6f87058076a9965d14ac10e8d37e57f0aa0
parentb463e8d999ec812d656876f313efbeaeed663b45
patch 8.0.0621: :stag does not respect 'switchbuf'

Problem:    The ":stag" command does not respect 'switchbuf'.
Solution:   Check 'switchbuf' for tag commands that may open a new window.
            (Ingo Karkat, closes #1681)  Define macros for the return values
            of getfile().
src/buffer.c
src/ex_cmds.c
src/search.c
src/tag.c
src/testdir/test_tagjump.vim
src/version.c
src/vim.h