Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

Commit

Permalink
force FileType autocommand
Browse files Browse the repository at this point in the history
This way it's easier to override per filetype settings
  • Loading branch information
Artem Baguinski committed Nov 8, 2011
1 parent 529919d commit 265fdd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/AutoClose.vim
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ function! s:CreateExtraMaps()
endfunction

function! s:CreateMaps()
silent doautocmd FileType
call s:DefineVariables()
call s:CreatePairsMaps()
call s:CreateExtraMaps()
Expand Down

0 comments on commit 265fdd0

Please sign in to comment.