开发者

Customizing filename completion in Ex-mode

开发者 https://www.devze.com 2023-02-05 00:13 出处:网络
Is t开发者_StackOverflow社区here a way I can customize how vim does filename completion when I\'m in ex-mode (on the : line)?

Is t开发者_StackOverflow社区here a way I can customize how vim does filename completion when I'm in ex-mode (on the : line)?

I never want to tab-complete to some filetypes (*.o, *.hi), and I'd rather they not pop up first.


Put the following in $MYVIMRC

set wildignore=*.o,*.hi
0

精彩评论

暂无评论...
验证码 换一张
取 消