From 7d2e4fb741f9d99186bb0dd740f26cc853f69d7d Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 17 May 2019 20:51:55 +0200 Subject: plugin/diff_corrections.vim: Increase 'tabpagemax' to 200 The default is 10. Set it to a ridiculously large number so that we can open one tab per file during a code review. --- bundle/diff-corrections/plugin/diff_corrections.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bundle/diff-corrections') diff --git a/bundle/diff-corrections/plugin/diff_corrections.vim b/bundle/diff-corrections/plugin/diff_corrections.vim index 858537e..56b7ec3 100644 --- a/bundle/diff-corrections/plugin/diff_corrections.vim +++ b/bundle/diff-corrections/plugin/diff_corrections.vim @@ -3,3 +3,6 @@ augroup diff_corrections autocmd BufEnter * call diff_corrections#Run() augroup END + + +set tabpagemax=200 -- cgit v1.2.3