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:
@@ -1,5 +1,4 @@
|
||||
#!/usr/bin/env ruby
|
||||
# vim: ft=ruby ts=2 sts=2 sw=2 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
|
||||
|
Reference in New Issue
Block a user