aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Christian Pohle2018-04-16 01:26:11 +0200
committerMax Christian Pohle2018-04-16 01:26:11 +0200
commitfffdbfc807b450007ca74248aa60a269ab9d4e5d (patch)
tree81bd1f98f1f67f19be918a7d596a279fb7849554 /doc
parent7fbf4a822abb9d4d559f20c464cf3895333e0ea7 (diff)
downloadvim-fffdbfc807b450007ca74248aa60a269ab9d4e5d.tar.bz2
vim-fffdbfc807b450007ca74248aa60a269ab9d4e5d.zip
Further simplifications
Diffstat (limited to 'doc')
-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
..