mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-07 05:04:34 +08:00
Append output of :set to report.
This commit is contained in:
@@ -558,6 +558,9 @@ function! delimitMate#TestMappings() "{{{
|
||||
exec "normal GGoDelete car return: " . b:_l_delimitMate_quotes_list[i] . b:_l_delimitMate_quotes_list[i] . "\<CR>\<BS>|\<Esc>GG\<Esc>o"
|
||||
endfor
|
||||
endif "}}}
|
||||
redir => setoptions | set | redir END
|
||||
call append(line('$'), split(setoptions,"\n"))
|
||||
setlocal nowrap
|
||||
endfunction "}}}
|
||||
|
||||
function! delimitMate#OptionsList() "{{{
|
||||
|
||||
Reference in New Issue
Block a user