diff --git a/doc/dpp.txt b/doc/dpp.txt index 73d417a..ffd34df 100644 --- a/doc/dpp.txt +++ b/doc/dpp.txt @@ -591,6 +591,10 @@ dpp.vim defines some |User| autocmds. *dpp-autocmd-Dpp:makeStatePost* Dpp:makeStatePost Called after |dpp#make_state()| is finished. +> + " Auto exit after dpp#make_state() + autocmd User Dpp:makeStatePost * quit! +< ==============================================================================