complete_filename_keepenv : complete filename without expanding envrionment variables
script karma |
Rating 25/7,
Downloaded by 710 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
jinhu lu |
|
script type |
utility |
|
description |
Complete filename without expanding envrionment variables,
Usually in insert mode , filename-completion will auto expand env variables, like this
$HOME/<C-X><C-F> ---> /home/user/abc
This script let you do not touch the env vars while completion .
$HOME/<C-F> ---> $HOME/abc
Support env format : $ENV, ${ENV} , $(ENV), $env(VAR) (tcl only)
Support searching system env with prefix, e.g.: $H<C-F>
Usage:
1) Insert mode: <C-F>
2) Insert mode: <C-X><C-U>
Note: Just tested under Linux (Centos6, Ubuntu20.04), other OS may not work~
|
|
install details |
Drag this file into vim plugin directory. ( ~/.vim/plugin/ ) |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.221.21.242
|