1
- *vim- vex* VEX development plugin
1
+ *vim. vex* VEX development plugin
2
2
3
3
==============================================================================
4
4
CONTENTS *vex-contents*
@@ -11,7 +11,7 @@ CONTENTS *vex-contents*
11
11
==============================================================================
12
12
INTRO *vex-intro*
13
13
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
15
15
`dictionary ` completion of built-in VEX functions.
16
16
17
17
==============================================================================
@@ -23,7 +23,7 @@ can trigger with |i_CTRL-X_CTRL-K| (`<C-x><C-k>`).
23
23
==============================================================================
24
24
INSTALL *vex-install*
25
25
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
27
27
the major plugin managers.
28
28
29
29
For Pathogen or Vim | packages | , just clone the repo. For other plugin managers
@@ -32,13 +32,13 @@ manager's install command.
32
32
33
33
* Vim 8 | packages |
34
34
>
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
37
37
38
38
* https://github.com/tpope/vim-pathogen >
39
39
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
42
42
the major plugin managers.
43
43
44
44
For Pathogen or Vim | packages | , just clone the repo. For other plugin managers
@@ -47,24 +47,24 @@ manager's install command.
47
47
48
48
* Vim 8 | packages |
49
49
>
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
52
52
53
53
* https://github.com/tpope/vim-pathogen >
54
54
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
56
56
<
57
57
* https://github.com/junegunn/vim-plug >
58
58
59
- Plug 'drichardson/vim- vex'
59
+ Plug 'drichardson/vex.vim '
60
60
61
61
* https://github.com/Shougo/neobundle.vim >
62
62
63
- NeoBundle 'drichardson/vim- vex'
63
+ NeoBundle 'drichardson/vex.vim '
64
64
<
65
65
* https://github.com/gmarik/vundle >
66
66
67
- Plugin 'drichardson/vim- vex', { 'do': ':GoUpdateBinaries' }
67
+ Plugin 'drichardson/vex.vim'
68
68
<
69
69
* Manual (not recommended) >
70
70
@@ -80,8 +80,8 @@ CREDITS *vex-credits*
80
80
* Go Authors for official Vim plugins.
81
81
* SideFX for authoring the vfl.vim syntax file and putting it in the public
82
82
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
86
86
87
87
vim: ft=help tw=78 et ts=2 sw=2 sts=2 norl
0 commit comments