Changes between Version 3 and Version 4 of VimInterface
- Timestamp:
- Sep 18, 2012, 1:13:39 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VimInterface
v3 v4 10 10 === Installation === 11 11 12 To install the plugin, you can copy it to the vim plugin12 To install the plugin, you can copy it to the vim ftplugin 13 13 directory. For global installation, the plugin directory is 14 usually located in {{{/usr/share/vim/vimVersion/ plugin}}}, for local install15 copy the plugin to {{{HOME/.vim/ plugin}}}14 usually located in {{{/usr/share/vim/vimVersion/ftplugin}}}, for local install 15 copy the plugin to {{{HOME/.vim/ftplugin}}} 16 16 directory. 17 17 18 18 Then you should modify the {{{refpath}}} variable in the script to 19 the installation directory of RefactorErl. 19 the installation directory of RefactorErl. You should also set the other 20 variables 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 || 20 31 21 32 Since VIM interface is based on CLI it should be properly 22 33 configured. For proper configuration of CLI, see the corresponding 23 34 section. 35 36 To install and use the selective undo mode, see the corresponding section. 24 37 25 38 Since the VIM interface does not cover all features of the tool, it is