diff --git a/plugin/webdevicons.vim b/plugin/webdevicons.vim index 596ec68..e98ec36 100644 --- a/plugin/webdevicons.vim +++ b/plugin/webdevicons.vim @@ -416,7 +416,7 @@ function! s:CursorHoldUpdate() endif " Do not update when a special buffer is selected - if !empty(&l:buftype) + if !empty(&l:buftype) && &l:filetype !=# 'nerdtree' return endif