Changes between Version 3 and Version 4 of VimSupport
- Timestamp:
- 12/09/09 02:21:43 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VimSupport
v3 v4 13 13 For *.zip, *.gz, and *.bz2 archives download the file from [http://bitbucket.org/webnov8/cobra-on-vim/] 14 14 15 Create a '' '.vim''' directory if one isn't already present15 Create a ''.vim'' directory if one isn't already present 16 16 {{{ 17 17 mkdir .vim … … 26 26 27 27 == All Users == 28 For all users use your system admin privileges to copy the indent/cobra.vim, ftdetect/cobra.vim, and syntax/cobra.vim into Vim's own indent, ftdetect, and syntax directories, respectively. An example of such a Vim path is '''/usr/share/vim/vim72'''.28 For all users use your system admin privileges to copy the ''indent/cobra.vim'', ''ftdetect/cobra.vim'', and ''syntax/cobra.vim'' into Vim's ''indent'', ''ftdetect'', and ''syntax'' directories, respectively. These directories are found in the Vim home path. An example of such a Vim path is ''/usr/share/vim/vim72''. 29 29 30 30 == Coming soon == 31 * 32 * 33 * 31 *Improved support for generics 32 *Support for initializations 33 *In comment support 34 34 35 35 = Alternative =