standard way include plugin as a dependency of another plugin

2017-07-29 Thread sash...@gmail.com
Hi I'm writing a plugin and want it to depend on another plugin installed. At the moment I just have a line source in my plugin that pulls in that plugin. Is there a standard way of doing this or do plugin authors just invent their own way? Could I use Vundle here instead? -- -- You

Re: Why the bufnew not work here?

2017-07-29 Thread Nikolay Aleksandrovich Pavlov
2017-07-29 18:45 GMT+03:00 Zhe Lee : > I use > au BufNewFile *.py 0r headerfile/python.header > > in my vimrc file . I want to auto add snippet when the python file is create. > But it doesn't work, when I use the "gvim newpy.py" command in command > prompt. How to fix

Why the bufnew not work here?

2017-07-29 Thread Zhe Lee
I use au BufNewFile *.py 0r headerfile/python.header in my vimrc file . I want to auto add snippet when the python file is create. But it doesn't work, when I use the "gvim newpy.py" command in command prompt. How to fix this? -- -- You received this message from the "vim_use" maillist. Do