Re: Which file control the action of indent?

2017-08-01 Thread Ben Fritz
On Saturday, July 22, 2017 at 8:54:36 PM UTC-5, Shawn H Corey wrote: > On Sat, 22 Jul 2017 18:09:32 -0700 (PDT) > Length Power wrote: > > > Which file will be changed when to customize indent action? > > Add a file `~/.vim/after/ftplugin/python.vim` and make your changes >

Re: Which file control the action of indent?

2017-07-22 Thread Shawn H Corey
On Sat, 22 Jul 2017 18:09:32 -0700 (PDT) Length Power wrote: > Which file will be changed when to customize indent action? Add a file `~/.vim/after/ftplugin/python.vim` and make your changes there.The `after/` directory means it will be run after the regular `python.vim`

Which file control the action of indent?

2017-07-22 Thread Length Power
sudo find / -name 'python.vim' /usr/local/share/vim/vim80/ftplugin/python.vim /usr/local/share/vim/vim80/syntax/python.vim /usr/local/share/vim/vim80/indent/python.vim /home/username/vim/runtime/ftplugin/python.vim /home/username/vim/runtime/syntax/python.vim