> Hi all,
> First, I'm sorry for not searching if any such subject had exist
> before this mail.
>
> I have some configuration info specific to project such as path, tags
> file, and other special settings. And I should apply these settings
> manually after vim is started.
> These settings is nonsense to other project, so it is not good method
> to write to user script.
>
> Is there any method to run some script which resides in current
> directory at which to start vim.
> For example, a script named project.vim, run it in user script. I
> don't if it is feasible.
if filereadable("project.vim")
so project.vim
endif
HTH,
Chip Campbell
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
Subscription settings: http://groups.google.com/group/vim_use/subscribe?hl=en
No comments:
Post a Comment