Skip to content

Commit

Permalink
Fixed a small bug in vimrc.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwicksell committed Oct 22, 2012
1 parent 3efd57c commit 4393098
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@

## Developer tools for editing M[UMPS]/GT.M routines in Vim ##

Version 0.20.4 - 2012 Oct 22
Version 0.20.5 - 2012 Oct 22

## Copyright and License ##

Expand Down
4 changes: 2 additions & 2 deletions vimrc
Expand Up @@ -2,7 +2,7 @@
" File: .vimrc
" Summary: Sample .vimrc for the Axiom package
" Maintainer: David Wicksell
" Last Modified: Oct 21, 2012
" Last Modified: Oct 22, 2012
"
" Written by David Wicksell <dlw@linux.com>
" Copyright © 2011,2012 Fourth Watch Software, LC
Expand Down Expand Up @@ -59,7 +59,7 @@ else
"turn on syntax and source the Axiom utility functions
syntax on

if bufname("%") =~ "\\.m"
if bufname("%") =~ "\\.m$"
source ~/.vim/ftplugin/mumps/datetime.vim
source ~/.vim/ftplugin/mumps/globaldump.vim
source ~/.vim/ftplugin/mumps/mcompile.vim
Expand Down

0 comments on commit 4393098

Please sign in to comment.