Changes between Version 3 and Version 4 of VimInterface


Ignore:
Timestamp:
Sep 18, 2012, 1:13:39 PM (12 years ago)
Author:
manualwiki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VimInterface

    v3 v4  
    1010=== Installation === 
    1111 
    12 To install the plugin, you can copy it to the vim plugin 
     12To install the plugin, you can copy it to the vim ftplugin 
    1313directory. For global installation, the plugin directory is 
    14 usually located in {{{/usr/share/vim/vimVersion/plugin}}}, for local install 
    15 copy the plugin to {{{HOME/.vim/plugin}}} 
     14usually located in {{{/usr/share/vim/vimVersion/ftplugin}}}, for local install 
     15copy the plugin to {{{HOME/.vim/ftplugin}}} 
    1616directory. 
    1717 
    1818Then you should modify the {{{refpath}}} variable in the script to 
    19 the installation directory of RefactorErl. 
     19the installation directory of RefactorErl. You should also set the other  
     20variables shown in the table. 
     21 
     22|| Variable name || Value || 
     23|| {{{refpath}}} || path to RefactorErl || 
     24|| {{{ref_base_path}}} || path to the tool || 
     25|| {{{ref_undo_mode}}} || selective_undo or one_step || 
     26|| {{{ref_datadir}}} || path to directory of data || 
     27|| {{{ref_datadir}}} || path to directory of data || 
     28|| {{{ref_name_type}}} || sname or name || 
     29|| {{{ref_server_name}}} || name of the server node || 
     30|| {{{ref_db_type}}} || the type of db backend || 
    2031 
    2132Since VIM interface is based on CLI it should be properly 
    2233configured. For proper configuration of CLI, see the corresponding 
    2334section. 
     35 
     36To install and use the selective undo mode, see the corresponding section. 
    2437 
    2538Since the VIM interface does not cover all features of the tool, it is