Merge pull request #25 from Freed-Wu/master

Fix compiler, remove redundant message
This commit is contained in:
raimon
2022-10-08 17:13:28 +09:00
committed by GitHub
+3 -1
View File
@@ -37,7 +37,9 @@ if exists(':CompilerSet') != 2
endif endif
CompilerSet makeprg=pip-compile\ %:S CompilerSet makeprg=pip-compile\ %:S
CompilerSet errorformat=%ECould\ not\ find\ a\ version\ that\ matches\ %o\ (from\ -r\ %f\ (line\ %l)), CompilerSet errorformat=%ECould\ not\ find\ a\ version\ that\ matches\ %o\ (from\ -r\ %f\ (line\ %l)),
\%Z%m \%C%m,
\%Z,
\%-G%.%#
let &cpoptions = s:save_cpoptions let &cpoptions = s:save_cpoptions
unlet s:save_cpoptions unlet s:save_cpoptions
" vim: et sw=4 ts=4 sts=4: " vim: et sw=4 ts=4 sts=4: