Skip to content

Commit 7840ba3

Browse files
committed
Fix whitespace issue in error format
1 parent f5d3186 commit 7840ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/rails.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1825,7 +1825,7 @@ let s:efm_generate =
18251825
\ s:color_efm('%-G', 'create', ' ') .
18261826
\ s:color_efm('%-G', 'exist', ' ') .
18271827
\ s:color_efm('Overwrite%.%#', '%m', '%f') .
1828-
\ s:color_efm('', '%m', ' %f') .
1828+
\ s:color_efm('', '%m', ' %f') .
18291829
\ s:color_efm('', '%m', '%f') .
18301830
\ '%-G%.%#'
18311831

0 commit comments

Comments
 (0)