diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-09 19:59:58 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-09 19:59:58 +0200 |
commit | 5792ba313af92c68974a22f7042361f40ffcfbc2 (patch) | |
tree | e042fdf9d84044905f3ad60205cbdb0263cf0067 | |
parent | f8648c0312f1a9e8ad52b2f452b26137d299e293 (diff) | |
download | exrc-5792ba313af92c68974a22f7042361f40ffcfbc2.tar.gz |
-rw-r--r-- | vi.exrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,4 +34,4 @@ map /^[.'][^ ]*$ map ?^[.'][^ ]*$
" format C comment -map * :?\/\*?+1,/\*\//-1s/ \*/ /
:?\/\*?+1,/\*\//-1!fmt
:?\/\*?+1,/\*\//-1s/ / */
+map * :?\/\*?+1,/\*\//-1s/ \*/ /
:?\/\*?+1,/\*\//-1!fmt 72
:?\/\*?+1,/\*\//-1s/ / */
|