Skip to content

Commit

Permalink
Fix fix_old_vim target, it was using an incorrect version
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Mar 3, 2015
1 parent 78a5bbf commit 9a847e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -66,4 +66,4 @@ preproc:

# this gets rid of a regex optimization introduced in Vim 7.4
fix_old_vim:
expr `vim --version|head -n1|grep -Poh '\d\.\d'|head -n1` \< 7.4 >/dev/null && sed -i 's/\\@[0-9]\+/\\@/g; /version < 740/d' syntax/perl6.vim; true
expr `vim --version|head -n1|grep -Poh '\d\.\d'|head -n1` \< 7.4 >/dev/null && sed -i 's/\\@[0-9]\+/\\@/g; /version < 704/d' syntax/perl6.vim; true

0 comments on commit 9a847e0

Please sign in to comment.