Skip to content

Commit

Permalink
Merge pull request #265 from mrymtsk/devel
Browse files Browse the repository at this point in the history
Fix plugconf template
  • Loading branch information
tyru authored Dec 4, 2018
2 parents 3ab14bc + d703c1d commit eff2f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugconf/plugconf.go
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ endfunction`

const skeletonPlugconfDepends = `function! s:depends()
" Dependencies of this plugin.
" The specified dependencies are loaded after this plugin is loaded.
" The specified dependencies are loaded before this plugin is loaded.
"
" This function must contain 'return [<repos>, ...]' code.
" (the argument of :return must be list literal, and the elements are string)
Expand Down

0 comments on commit eff2f16

Please sign in to comment.