summaryrefslogtreecommitdiffhomepage
path: root/Ruby
diff options
context:
space:
mode:
author_Tradam <[email protected]>2021-09-18 02:58:18 -0400
committerGitHub <[email protected]>2021-09-18 02:58:18 -0400
commit76309605ae2897b295ca44c516b26957cd0ab366 (patch)
treee46e8a927fbd22f6393e7b590c264df05d5ee829 /Ruby
parenta5de1c6fcb41a6ed6c32852e23be2849a0fb5426 (diff)
downloadVim-Configs-76309605ae2897b295ca44c516b26957cd0ab366.tar.gz
Vim-Configs-76309605ae2897b295ca44c516b26957cd0ab366.zip
Update .vimrc
Diffstat (limited to 'Ruby')
-rw-r--r--Ruby/.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ruby/.vimrc b/Ruby/.vimrc
index b3ab659..9573351 100644
--- a/Ruby/.vimrc
+++ b/Ruby/.vimrc
@@ -4,5 +4,5 @@ map <f5> :AsyncRun -cwd=<root> ruby run.rb<CR>
" Identify .mab files as Ruby
augroup syntax_mab_files
autocmd!
- autocmd VimEnter,BufNewFile,BufRead *.mab set syntax=ruby
+ autocmd VimEnter,BufNewFile,BufEnter *.mab set syntax=ruby
augroup end