Ignoring [._]*.sw[a-p] instead of *.s[a-w][a-z]
The old pattern was too broad and was making VIM ignore Scheme (*.scm) files. Now it only matches files that start with . or _.
Loading
Please register or sign in to comment
The old pattern was too broad and was making VIM ignore Scheme (*.scm) files. Now it only matches files that start with . or _.