Skip to content

Commit cdefddf

Browse files
committed
Giving a more explicit name: erlang_check_file.erl
1 parent 2d700fe commit cdefddf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

compiler/erlang.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if exists(":CompilerSet") != 2
1313
endif
1414

1515
if !exists('g:erlangCheckFile')
16-
let g:erlangCheckFile = "~/.vim/compiler/check_file.erl"
16+
let g:erlangCheckFile = "~/.vim/compiler/erlang_check_file.erl"
1717
endif
1818

1919
if !exists('g:erlangHighlightErrors')
File renamed without changes.

0 commit comments

Comments
 (0)