Skip to content

Commit 603c7bb

Browse files
committed
Use case sensitive operators in README
1 parent 0eda69f commit 603c7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ meantime, here's how you can set up `:make` to run the current test:
108108
\ compiler ruby | setl makeprg=ruby\ -wc\ \"%:p\" |
109109
\ endif
110110
autocmd User Bundler
111-
\ if &makeprg !~ 'bundle' | setl makeprg^=bundle\ exec\ | endif
111+
\ if &makeprg !~# 'bundle' | setl makeprg^=bundle\ exec\ | endif
112112

113113
Contributing
114114
------------

0 commit comments

Comments
 (0)