aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 1df8c05..1013ac8 100644
--- a/.vimrc
+++ b/.vimrc
@@ -353,7 +353,7 @@ fun! Settings_skel_read()
"read the date into %DATE%
exec '%s/%DATE%/' . system("date '+%a, %B %d, %Y'|tr -d '\n'") . '/ge'
"move cursor to %START%
- exec 'silent! normal! ggJ/%START%\<CR>:s/%START%//\<CR>'
+ exec "silent! normal! ggJ/%START%\<CR>:s/%START%//\<CR>"
endfun
"a 'writing mode' for prose-y formats