How do I prevent vim from tab-completing .class files?

Posted by cvondrick on Stack Overflow See other posts from Stack Overflow or by cvondrick
Published on 2010-05-12T01:50:15Z Indexed on 2010/05/12 1:54 UTC
Read the original article Hit count: 162

Filed under:

When I use :e in vim, it will tab-complete .class files before the .java files. As I never want to edit .class files, how do I prevent vim from showing .class files in the tab-completion?

© Stack Overflow or respective owner

Related posts about vim