Skip to content

Commit

Permalink
pkgaddconf.vim: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Jan 24, 2024
1 parent b0553a5 commit 457a5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/syntax/pkgaddconf.vim
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ hi def link pkgaddAction Constant

let b:current_syntax = "pkgaddconf"

# Put cpoptions back the way we found it.
" Put cpoptions back the way we found it.
let &cpo = s:cpo_save
unlet s:cpo_save

Expand Down

0 comments on commit 457a5aa

Please sign in to comment.