aboutsummaryrefslogtreecommitdiff
path: root/runtime/ftplugin/odin.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ftplugin/odin.vim')
-rw-r--r--runtime/ftplugin/odin.vim5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/ftplugin/odin.vim b/runtime/ftplugin/odin.vim
index c50fea65a3..ca534bb30c 100644
--- a/runtime/ftplugin/odin.vim
+++ b/runtime/ftplugin/odin.vim
@@ -2,7 +2,8 @@
" Language: Odin
" Maintainer: Maxim Kim <habamax@gmail.com>
" Website: https://github.com/habamax/vim-odin
-" Last Change: 2024-01-15
+" Last Change: 2024 Jan 15
+" 2024-May 23 by Riley Bruins <ribru17@gmail.com> ('commentstring')
"
" This file has been manually translated from Vim9 script.
@@ -19,7 +20,7 @@ let b:undo_ftplugin = 'setlocal commentstring<'
\ .. '| setlocal suffixesadd<'
setlocal suffixesadd=.odin
-setlocal commentstring=//%s
+setlocal commentstring=//\ %s
setlocal comments=s1:/*,mb:*,ex:*/,://
let &cpo = s:cpo_save