aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Christian Pohle2017-10-22 16:43:38 +0200
committerMax Christian Pohle2017-10-22 16:43:38 +0200
commitd9238988f4e2d9bd443c98a651b6f657877c2cbc (patch)
treea2d76f236c9009ba55b04efc93d93839a1291b15 /doc
parentcc7a163805c55f36cbfbaa03be38c4446b8f2841 (diff)
downloadvim-d9238988f4e2d9bd443c98a651b6f657877c2cbc.tar.bz2
vim-d9238988f4e2d9bd443c98a651b6f657877c2cbc.zip
Added reminder for the :finish command
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 0496821..159f20a 100644
--- a/doc/shortcuts.txt
+++ b/doc/shortcuts.txt
@@ -156,6 +156,8 @@ viB:sort = sort inner block by name
156:profdel * 156:profdel *
157:e /tmp/profile.log 157:e /tmp/profile.log
158 158
159:finish = from within a viml-script: stop sourcing it
160
159[vim modeline] 161[vim modeline]
160filetype can have multiple values, like python.django 162filetype can have multiple values, like python.django
161The last line can be a mode line, which holds settings like tab width: 163The last line can be a mode line, which holds settings like tab width:
..