mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
Improved version of 2html.vim.
Includes progress bar. Fix dynamic folding in diff view. (Benjamin Fritz)
This commit is contained in:
@@ -11,9 +11,9 @@ let b:did_ftplugin = 1
|
||||
let s:cpo_save = &cpo
|
||||
set cpo&vim
|
||||
|
||||
let b:undo_ftplugin = "setl fo< tw<"
|
||||
let b:undo_ftplugin = "setl fo< tw< conc<"
|
||||
|
||||
setlocal formatoptions+=tcroql textwidth=78
|
||||
setlocal formatoptions+=tcroql textwidth=78 conc=2
|
||||
|
||||
let &cpo = s:cpo_save
|
||||
unlet s:cpo_save
|
||||
|
Reference in New Issue
Block a user