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 this? This looks like some

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