diff --git a/autoload/cmakecomplete.vim b/autoload/cmakecomplete.vim index 320957a..30e9f84 100644 --- a/autoload/cmakecomplete.vim +++ b/autoload/cmakecomplete.vim @@ -79,7 +79,7 @@ function cmakecomplete#Help(...) setlocal noswapfile setlocal bufhidden=delete silent 0put=output - let &filetype = 'help' + let &filetype = 'rst' setlocal nomodifiable 0 endfunction