Nicolas Aggelidis wrote:
> hi to all the list,
>
> i have a bunch of files that are full of bash functions i.e.
>
> function name-1()
> {
> #varius actions
> }
> function name-2()
> {
> #varius actions
> }
> ...
> ...
> ...
> function name-n()
> {
> #varius actions
> }
>
> the problem is that i want to navigate quickly in those files [that
> may have 500-1000 lines]. From what
> i see in the exuberant ctags website
> [http://ctags.sourceforge.net/languages.html], bash isn't in the
> supported languages.
>
>> Is there any trick i could do to use ctags with bash-scipts?
>> Is there any vim script that could assist me in dealing with this problem?
>> any other ideas or anyone else with simular problem?
>
perhaps one of these will point you in a valid direction
http://www.google.com/search?hl=en&client=firefox-a&rls=org.mozilla:en-US:official&hs=tq9&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=vim+scripts+bash&spell=1
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---