diff options
| author | Kevin Ballard <kevin@sb.org> | 2014-05-29 23:43:52 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-06-18 17:01:22 -0700 |
| commit | bd3bebcf60793477da390471d6d00a5523d716b4 (patch) | |
| tree | fae0eed55063a30a293f730cf0a7dbc29a3aaa25 /src/etc/vim/autoload/rust.vim | |
| parent | 303cadfbb3addd30dafdc2bcb5db994ab3bb30ab (diff) | |
| download | rust-bd3bebcf60793477da390471d6d00a5523d716b4.tar.gz rust-bd3bebcf60793477da390471d6d00a5523d716b4.zip | |
Rename :Run and :Expand to :RustRun and :RustExpand
Diffstat (limited to 'src/etc/vim/autoload/rust.vim')
| -rw-r--r-- | src/etc/vim/autoload/rust.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/vim/autoload/rust.vim b/src/etc/vim/autoload/rust.vim index 688c1f690eb..c5bf0c10751 100644 --- a/src/etc/vim/autoload/rust.vim +++ b/src/etc/vim/autoload/rust.vim @@ -118,7 +118,7 @@ function! s:Expand(path, pretty, args) endfunction function! rust#CompleteExpand(lead, line, pos) - if a:line[: a:pos-1] =~ '^Expand!\s*\S*$' + if a:line[: a:pos-1] =~ '^RustExpand!\s*\S*$' " first argument and it has a ! let list = ["normal", "expanded", "typed", "expanded,identified", "flowgraph="] if !empty(a:lead) |
