Skip to content

Commit

Permalink
Fix for spolu#62
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Proust committed Dec 16, 2016
1 parent 52fa8c0 commit 520f2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/dwm.vim
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,6 @@ end
if has('autocmd')
augroup dwm
au!
au BufWinEnter * if &l:buflisted || &l:filetype == 'help' | call DWM_AutoEnter() | endif
au BufWinEnter * if !&l:buflisted || &l:filetype == 'help' | call DWM_AutoEnter() | endif
augroup end
endif

0 comments on commit 520f2ff

Please sign in to comment.