Skip to content

Commit bcb08ba

Browse files
authored
Merge pull request #522 from frangio/commentstring
Use line comment for 'commentstring'
2 parents d0f1572 + e256f6d commit bcb08ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ftplugin/lean/lean.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ vim.opt.wildignore:append [[*.olean]]
77

88
vim.bo.iskeyword = [[a-z,A-Z,_,48-57,192-255,!,',?,#]]
99
vim.bo.comments = [[s0:/-,mb: ,ex:-/,:--]]
10-
vim.bo.commentstring = [[/- %s -/]]
10+
vim.bo.commentstring = [[-- %s]]
1111

1212
vim.bo.includeexpr = [[substitute(v:fname, '\.', '/', 'g') . '.lean']]
1313

0 commit comments

Comments
 (0)