aboutsummaryrefslogtreecommitdiff
path: root/src/filter/vim.filter
blob: e110fa63a4045d59fd698d83e680297d68cf6e4b (plain)
1
2
3
4
5
6
7
# vim's way of verifying that it is able to create a file
.*[0-9]{4}
# temporary backup file during write
[^~]*~
# log and backup files
.*\.viminfo
.*\.sw[a-z]