Skip to content

Commit 8d42461

Browse files
committed
compiler: show "import cycle not allowed" error message
Fixes #371
1 parent 541b867 commit 8d42461

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/go.vim

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ endif
2424
CompilerSet errorformat=
2525
\%-G#\ %.%#,
2626
\%-G%.%#panic:\ %m,
27+
\%Ecan\'t\ load\ package:\ %m,
2728
\%A%f:%l:%c:\ %m,
2829
\%A%f:%l:\ %m,
2930
\%C%*\\s%m,

0 commit comments

Comments
 (0)