mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-16 07:13:52 -05:00
Don't force foldtext for status buffer
Closes https://github.com/tpope/vim-fugitive/issues/1183
This commit is contained in:
@@ -1521,7 +1521,6 @@ function! fugitive#BufReadStatus() abort
|
|||||||
|
|
||||||
set nomodified readonly noswapfile
|
set nomodified readonly noswapfile
|
||||||
silent doautocmd BufReadPost
|
silent doautocmd BufReadPost
|
||||||
set foldtext=fugitive#Foldtext()
|
|
||||||
set filetype=fugitive
|
set filetype=fugitive
|
||||||
setlocal nomodifiable
|
setlocal nomodifiable
|
||||||
if &bufhidden ==# ''
|
if &bufhidden ==# ''
|
||||||
|
|||||||
Reference in New Issue
Block a user