Vim Tips Wiki
(adjust Template:ScriptComments to remove id as no longer needed; minor tweaks)
Line 5: Line 5:
   
 
i.e. foo.h foo.inl and foo.cpp
 
i.e. foo.h foo.inl and foo.cpp
  +
  +
Thanks for your contribution.
  +
But I have a challenge in switching between header files and source files when they are in directories such as src/ and include/.
  +
  +
If I'm editing foo.c in src/, it will look for foo.h in src. But I have foo.h in include/. Can you please help.
  +
  +
Thanks,
  +
Shakthi

Revision as of 04:09, 14 August 2012

Use this page to discuss script 31 a: switch between alternate files quickly (.c --> .h etc)

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Comments

Nice plugin, but it doesn't seem to work correctly when there are three files:

i.e. foo.h foo.inl and foo.cpp

Thanks for your contribution. But I have a challenge in switching between header files and source files when they are in directories such as src/ and include/.

If I'm editing foo.c in src/, it will look for foo.h in src. But I have foo.h in include/. Can you please help.

Thanks, Shakthi