aboutsummaryrefslogtreecommitdiff
path: root/doc/shortcuts.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/shortcuts.txt')
-rw-r--r--doc/shortcuts.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt
index c3c5ac1..6cdebec 100644
--- a/doc/shortcuts.txt
+++ b/doc/shortcuts.txt
@@ -181,6 +181,8 @@ viB:sort = sort inner block by name
181" At this point do slow actions 181" At this point do slow actions
182:profdel * 182:profdel *
183:e /tmp/profile.log 183:e /tmp/profile.log
184" add a break point to a vim script (like vimrc) to invoke the internal debugger
185:breakadd here
184 186
185:finish = from within a viml-script: stop sourcing it 187:finish = from within a viml-script: stop sourcing it
186 188
..