Correct spelling mistake.

This commit is contained in:
Edward Betts 2017-11-25 21:12:44 +00:00 committed by GitHub
parent 3e13bab201
commit 7afc60af25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -799,7 +799,7 @@ with the middle mouse button to delete that buffer.
let g:airline#extensions#tabline#close_symbol = 'X'
* configure pattern to be ignored on BufAdd autocommand >
" fixes unneccessary redraw, when e.g. opening Gundo window
" fixes unnecessary redraw, when e.g. opening Gundo window
let airline#extensions#tabline#ignore_bufadd_pat =
\ '\c\vgundo|undotree|vimfiler|tagbar|nerd_tree'