diff options
author | Max Christian Pohle | 2018-04-16 01:26:11 +0200 |
---|---|---|
committer | Max Christian Pohle | 2018-04-16 01:26:11 +0200 |
commit | fffdbfc807b450007ca74248aa60a269ab9d4e5d (patch) | |
tree | 81bd1f98f1f67f19be918a7d596a279fb7849554 /doc/shortcuts.txt | |
parent | 7fbf4a822abb9d4d559f20c464cf3895333e0ea7 (diff) | |
download | vim-karlmarks-fffdbfc807b450007ca74248aa60a269ab9d4e5d.tar.bz2 vim-karlmarks-fffdbfc807b450007ca74248aa60a269ab9d4e5d.zip |
Further simplifications
Diffstat (limited to 'doc/shortcuts.txt')
-rw-r--r-- | doc/shortcuts.txt | 2 |
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 | ||