Append output of :set to report.

This commit is contained in:
Israel Chauca Fuentes
2010-12-11 00:08:35 -06:00
parent 5bf35a6b31
commit ad77a9a75e

View File

@@ -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() "{{{