Skip to content

Commit

Permalink
Fix #710 wildignore problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Sep 13, 2015
1 parent e50621a commit 8a8fafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/unite/init.vim
Expand Up @@ -159,7 +159,7 @@ function! unite#init#_unite_buffer() "{{{
setlocal bufhidden=hide
setlocal buftype=nofile
setlocal nolist
setlocal nobuflisted
setlocal buflisted
if has('cursorbind')
setlocal nocursorbind
endif
Expand Down

0 comments on commit 8a8fafa

Please sign in to comment.