diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2015-09-22 16:12:36 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2015-09-22 16:12:36 +0000 |
| commit | aa71e0a6b6204fb138f71447f7acfc77abcd2e40 (patch) | |
| tree | 4d0126557764b79e2cf3816c56ae7fce9ba73a4e | |
| parent | Extensions. Fix for bug #1496804 (Flatten Beziers: raise lower limit for flat... (diff) | |
| download | inkscape-aa71e0a6b6204fb138f71447f7acfc77abcd2e40.tar.gz inkscape-aa71e0a6b6204fb138f71447f7acfc77abcd2e40.zip | |
Extensions. Fix some broken Vim modelines
(bzr r14382)
| -rwxr-xr-x | share/extensions/restack.py | 2 | ||||
| -rwxr-xr-x | share/extensions/text_extract.py | 2 | ||||
| -rwxr-xr-x | share/extensions/text_merge.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/share/extensions/restack.py b/share/extensions/restack.py index 507353025..dc877cd9e 100755 --- a/share/extensions/restack.py +++ b/share/extensions/restack.py @@ -151,4 +151,4 @@ if __name__ == '__main__': e.affect() -# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99 +# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99 diff --git a/share/extensions/text_extract.py b/share/extensions/text_extract.py index dfcddefdc..b6b575dfc 100755 --- a/share/extensions/text_extract.py +++ b/share/extensions/text_extract.py @@ -163,4 +163,4 @@ if __name__ == '__main__': e = Extract() e.affect() -# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99 +# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99 diff --git a/share/extensions/text_merge.py b/share/extensions/text_merge.py index 625f14b75..a3ba29022 100755 --- a/share/extensions/text_merge.py +++ b/share/extensions/text_merge.py @@ -199,4 +199,4 @@ if __name__ == '__main__': e = Merge() e.affect() -# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99 +# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99 |
