Timeline for How do I get rid of <filename>.project.vim files?
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 9, 2015 at 15:45 | history | edited | 200_success | Raised standards for applicability of [ide] | |
| Feb 6, 2015 at 0:33 | history | edited | 200_success | consolidated tags | |
| Feb 5, 2015 at 22:06 | vote | accept | Caleb | ||
| Feb 5, 2015 at 22:03 | answer | added | Doorknob | timeline score: 6 | |
| Feb 5, 2015 at 21:57 | comment | added | Caleb | @AndrewFerrier How about grep -R project.vim ~/.vim? It looks like Automatic LaTeX Plugin is to blame. I edit so many LaTeX files these days I didn't notice it wasn't happening except on these. That gives me a place to look for how to shut it off. Either I'll answer someday or anybody that looks up how ATP works can answer... | |
| Feb 5, 2015 at 21:43 | comment | added | Andrew Ferrier | So it sounds to me, therefore, like you are loading a plugin which does that instead. Suggest you do a binary search (aka comment half of them) for the plugins you have installed to narrow down the culprit. | |
| Feb 5, 2015 at 21:42 | comment | added | Caleb | @AndrewFerrier That's a negative. Also it only does it for files in some directories. I tested in a scratch area and it doesn't do it, but for example a git repo with a bunch of LaTeX stuff in it leaves them behind on every edit. | |
| Feb 5, 2015 at 21:38 | history | edited | Caleb | CC BY-SA 3.0 | added 2 characters in body; edited tags |
| Feb 5, 2015 at 21:36 | comment | added | Andrew Ferrier | I don't believe that is a standard file for vim to create. Can you please try running vim with -u NONE (i.e. no ~/.vimrc to see if it still does it? | |
| Feb 5, 2015 at 21:33 | history | asked | Caleb | CC BY-SA 3.0 |