diff options
Diffstat (limited to 'projects')
-rw-r--r-- | projects/af83.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/projects/af83.vim b/projects/af83.vim index 75544a7..8102173 100644 --- a/projects/af83.vim +++ b/projects/af83.vim @@ -7,4 +7,9 @@ augroup af83 autocmd BufRead,BufEnter $VIM_PROJECT_PATH_AF83/* \ let g:rspec_command = "!bundle exec spring rspec {spec}" + + autocmd BufRead,BufEnter $VIM_PROJECT_PATH_AF83/**/.git/{COMMIT_EDIT,TAG_EDIT,MERGE_,}MSG + \ inoreabbrev <buffer> Ouibus the socle commun + \| inoreabbrev <buffer> OuiBus the socle commun + \| inoreabbrev <buffer> ouibus the socle commun augroup END |