Skip to content

Commit 131707b

Browse files
committed
Remove 'debug' setting affecting other plugins
As an example it affects vim-traces, it starts to throw errors on empty lines.
1 parent 79f8fcb commit 131707b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: ftplugin/go.vim

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ func! <SID>ToggleGoErrorFolding()
1717
normal zR
1818
echo "go error folding [off]"
1919
endif
20-
set debug=msg
2120
endfunc
2221

2322
func! GetGoErrorFold(lnum)

0 commit comments

Comments
 (0)