Skip to content

Commit 97829c7

Browse files
committed
Remove outdated file's headers
1 parent ef5cc72 commit 97829c7

File tree

7 files changed

+0
-34
lines changed

7 files changed

+0
-34
lines changed

compiler/exunit.vim

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
" Vim compiler file
2-
" Language: ExUnit
3-
" Maintainer: Rein Henrichs <rein.henrichs@gmail.com>
4-
" URL: https://github.com/elixir-lang/vim-elixir
5-
61
if exists("current_compiler")
72
finish
83
endif

ftplugin/eelixir.vim

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
" Vim filetype plugin
2-
" Language: Embedded Elixir
3-
" URL: https://github.com/elixir-lang/vim-elixir
4-
51
if exists("b:did_ftplugin")
62
finish
73
endif

ftplugin/elixir.vim

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
" Vim filetype plugin
2-
" Language: Elixir
3-
" Maintainer: Carlos Galdino <carloshsgaldino@gmail.com>
4-
" URL: https://github.com/elixir-lang/vim-elixir
5-
61
if (exists("b:did_ftplugin"))
72
finish
83
endif

indent/eelixir.vim

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
" Vim indent file
2-
" Language: Embedded Elixir
3-
" URL: https://github.com/elixir-lang/vim-elixir
4-
5-
61
if exists("b:did_indent")
72
finish
83
endif

indent/elixir.vim

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
" Vim indent file
2-
" Language: Elixir
3-
" Maintainer: Carlos Galdino <carloshsgaldino@gmail.com>
4-
" Last Change: 2013 Apr 24
5-
61
if exists("b:did_indent")
72
finish
83
endif

syntax/eelixir.vim

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
" Vim syntax file
2-
" Language: Embedded Elixir
3-
" URL: https://github.com/elixir-lang/vim-elixir
4-
51
if exists("b:current_syntax")
62
finish
73
endif
@@ -63,4 +59,3 @@ let b:current_syntax = 'eelixir'
6359
if main_syntax == 'eelixir'
6460
unlet main_syntax
6561
endif
66-

syntax/elixir.vim

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
" Vim syntax file
2-
" Language: Elixir
3-
" Maintainer: Carlos Galdino <carloshsgaldino@gmail.com>
4-
" Last Change: 2013 Apr 24
5-
61
if exists("b:current_syntax")
72
finish
83
endif

0 commit comments

Comments
 (0)