Acpp : Does a better job than A script
| script karma |
Rating -1/1,
Downloaded by 877 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| michael kapelko |
| |
| script type |
| utility |
| |
| description |
If you call "Acpp" when editing "/path/to/file/src/Window.cpp", the script:
* sees if there's "/path/to/file/src/" directory;
** if so:
*** switch to "/path/to/file/include/Window" if it exists;
*** switch to "/path/to/file/include/Window.h" even if it doesn't exist;
** if not:
*** switch to "/path/to/file/src/Window" if it exists;
*** switch to "/path/to/file/src/Window.h" even if it doesn't exist.
If you call "Acpp" when editing "/path/to/file/include/Window"
or "/path/to/file/include/Window.h", the script:
* sees if there's "/path/to/file/src/" directory;
** if so:
*** switch to "/path/to/file/src/Window.cpp" even if it doesn't exist.
It does not strictly depend on Vim 7, it's just the version I have, the script should work fine with previous versions too. |
| |
| install details |
I simply added the following line into my ~/.vimrc file:
source ~/acpp.vim
You can also place it to /usr/share/vim/vim71/plugin directory (substitute vim71 with your vimVERSION) |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.130
|