all: drop vim file variables from source files

sed '1,3 { /^\(#\|--\) *vim:/d }; 1 { /^\/\* *vim:.*\*\/$/ d}' -i $(git grep -l 'vim:')
This commit is contained in:
Thomas Haller
2019-06-02 14:32:30 +02:00
parent c0e075c902
commit 3c47285f4a
37 changed files with 0 additions and 37 deletions

View File

@@ -1,6 +1,5 @@
#!/usr/bin/env python
#
# vim: ft=python ts=4 sts=4 sw=4 et ai
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by