Skip to content

Commit

Permalink
Merge pull request embear#50 from MaienM/patch-1
Browse files Browse the repository at this point in the history
Trigger a custom autocmd after sourcing
  • Loading branch information
embear authored Feb 6, 2017
2 parents e4e4b81 + 23f3a60 commit 821c2d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/localvimrc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ function! s:LocalVimRC()
" execute the command
exec l:command
call s:LocalVimRCDebug(1, "sourced " . l:rcfile)
silent doautocmd User LocalVimRCSourced
endif

" remove global variables again
Expand Down

0 comments on commit 821c2d3

Please sign in to comment.