diff options
author | Max Christian Pohle | 2018-02-27 09:44:08 +0100 |
---|---|---|
committer | Max Christian Pohle | 2018-02-27 09:44:08 +0100 |
commit | e833449250e82ce7161fb312bef9fce594619337 (patch) | |
tree | 68e03f02a2e2a8917b2aceb4bc7f03957636ba48 /doc/shortcuts.txt | |
parent | e9240eed645370fca1a5cdec19076d1374e9d86d (diff) | |
download | vim-karlmarks-e833449250e82ce7161fb312bef9fce594619337.tar.bz2 vim-karlmarks-e833449250e82ce7161fb312bef9fce594619337.zip |
Fixed syntax of C comments
Diffstat (limited to 'doc/shortcuts.txt')
-rw-r--r-- | doc/shortcuts.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt index 015684e..c3c5ac1 100644 --- a/doc/shortcuts.txt +++ b/doc/shortcuts.txt | |||
@@ -184,6 +184,10 @@ viB:sort = sort inner block by name | |||
184 | 184 | ||
185 | :finish = from within a viml-script: stop sourcing it | 185 | :finish = from within a viml-script: stop sourcing it |
186 | 186 | ||
187 | [substitutions] | ||
188 | delete all comments: %s/\/\*\*< [^(\*\/)]*\*\///g | ||
189 | remove empty lines: global/^$/d | ||
190 | remove non-empty lines: v/^$/d | ||
187 | 191 | ||
188 | [programs] | 192 | [programs] |
189 | gpm - cut and paste helper for the linux console (to get text from CTRL-ALT-F2 to CTRL-ALT-F3) | 193 | gpm - cut and paste helper for the linux console (to get text from CTRL-ALT-F2 to CTRL-ALT-F3) |