diff options
-rw-r--r-- | bundle/diff-corrections/plugin/diff_corrections.vim | 3 |
1 files changed, 3 insertions, 0 deletions
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 |