Skip to content

Commit

Permalink
Giving a more explicit name: erlang_check_file.erl
Browse files Browse the repository at this point in the history
  • Loading branch information
jimenezrick committed Sep 2, 2010
1 parent 2d700fe commit cdefddf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/erlang.vim
Expand Up @@ -13,7 +13,7 @@ if exists(":CompilerSet") != 2
endif endif


if !exists('g:erlangCheckFile') if !exists('g:erlangCheckFile')
let g:erlangCheckFile = "~/.vim/compiler/check_file.erl" let g:erlangCheckFile = "~/.vim/compiler/erlang_check_file.erl"
endif endif


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

0 comments on commit cdefddf

Please sign in to comment.