Skip to content

Commit 7be9e3c

Browse files
committed
rename vim-vex to vex.vim
1 parent 4a489ef commit 7be9e3c

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

doc/vim-vex.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*vim-vex* VEX development plugin
1+
*vim.vex* VEX development plugin
22

33
==============================================================================
44
CONTENTS *vex-contents*
@@ -11,7 +11,7 @@ CONTENTS *vex-contents*
1111
==============================================================================
1212
INTRO *vex-intro*
1313

14-
VEX support for Vim. vim-vex comes with a syntax file and dictionary for
14+
VEX support for Vim. vex.vim comes with a syntax file and dictionary for
1515
`dictionary` completion of built-in VEX functions.
1616

1717
==============================================================================
@@ -23,7 +23,7 @@ can trigger with |i_CTRL-X_CTRL-K| (`<C-x><C-k>`).
2323
==============================================================================
2424
INSTALL *vex-install*
2525

26-
vim-vex follows the standard runtime path structure and should work with any of
26+
vex.vim follows the standard runtime path structure and should work with any of
2727
the major plugin managers.
2828

2929
For Pathogen or Vim |packages|, just clone the repo. For other plugin managers
@@ -32,13 +32,13 @@ manager's install command.
3232

3333
* Vim 8 |packages|
3434
>
35-
git clone https://github.com/drichardson/vim-vex.git \
36-
~/.vim/pack/plugins/start/vim-go
35+
git clone https://github.com/drichardson/vex.vim.git \
36+
~/.vim/pack/plugins/start/vex.vim
3737
3838
* https://github.com/tpope/vim-pathogen >
3939
40-
git clone https://github.com/drichardson/vim-vex.git ~/.vim/bundle/vim-go
41-
vim-go follows the standard runtime path structure and should work with any of
40+
git clone https://github.com/drichardson/vex.vim.git ~/.vim/bundle/vex.vim
41+
vex.vim follows the standard runtime path structure and should work with any of
4242
the major plugin managers.
4343

4444
For Pathogen or Vim |packages|, just clone the repo. For other plugin managers
@@ -47,24 +47,24 @@ manager's install command.
4747

4848
* Vim 8 |packages|
4949
>
50-
git clone https://github.com/drichardson/vim-vex.git \
51-
~/.vim/pack/plugins/start/vim-vex
50+
git clone https://github.com/drichardson/vex.vim.git \
51+
~/.vim/pack/plugins/start/vex.vim
5252
5353
* https://github.com/tpope/vim-pathogen >
5454
55-
git clone https://github.com/drichardson/vim-vex.git ~/.vim/bundle/vim-go
55+
git clone https://github.com/drichardson/vex.vim.git ~/.vim/bundle/vex.vim
5656
<
5757
* https://github.com/junegunn/vim-plug >
5858
59-
Plug 'drichardson/vim-vex'
59+
Plug 'drichardson/vex.vim'
6060
6161
* https://github.com/Shougo/neobundle.vim >
6262
63-
NeoBundle 'drichardson/vim-vex'
63+
NeoBundle 'drichardson/vex.vim'
6464
<
6565
* https://github.com/gmarik/vundle >
6666
67-
Plugin 'drichardson/vim-vex', { 'do': ':GoUpdateBinaries' }
67+
Plugin 'drichardson/vex.vim'
6868
<
6969
* Manual (not recommended) >
7070
@@ -80,8 +80,8 @@ CREDITS *vex-credits*
8080
* Go Authors for official Vim plugins.
8181
* SideFX for authoring the vfl.vim syntax file and putting it in the public
8282
domain.
83-
* Other vim-plugins, thanks for inspiration (vim-go).
84-
* vim-vex contributors:
85-
https://github.com/drichardson/vim-vex/graphs/contributors
83+
* Other vim-plugins, thanks for inspiration (vex.vim).
84+
* vex.vim contributors:
85+
https://github.com/drichardson/vex.vim/graphs/contributors
8686

8787
vim: ft=help tw=78 et ts=2 sw=2 sts=2 norl

0 commit comments

Comments
 (0)