Wiki

Changes between Version 3 and Version 4 of VimSupport

Show
Ignore:
Timestamp:
12/09/09 02:21:43 (15 years ago)
Author:
todd.a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VimSupport

    v3 v4  
    1313For *.zip, *.gz, and *.bz2 archives download the file from [http://bitbucket.org/webnov8/cobra-on-vim/] 
    1414 
    15 Create a  '''.vim''' directory if one isn't already present 
     15Create a  ''.vim'' directory if one isn't already present 
    1616{{{ 
    1717mkdir .vim 
     
    2626 
    2727== 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'''. 
     28For 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''. 
    2929 
    3030== Coming soon == 
    31 * Improved support for generics 
    32 * Support for initializations 
    33 * In comment support 
     31*Improved support for generics 
     32*Support for initializations 
     33*In comment support 
    3434 
    3535= Alternative =