From 6102e245b15fdb2f9df9d2674ff2c9efbcd6648c Mon Sep 17 00:00:00 2001 From: Thomas Holder Date: Mon, 15 Oct 2018 08:32:48 +0200 Subject: fix vi modelines: encoding -> fileencoding --- src/xml/rebase-hrefs.cpp | 2 +- src/xml/rebase-hrefs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xml') diff --git a/src/xml/rebase-hrefs.cpp b/src/xml/rebase-hrefs.cpp index c4b5a4117..9717a64a0 100644 --- a/src/xml/rebase-hrefs.cpp +++ b/src/xml/rebase-hrefs.cpp @@ -308,4 +308,4 @@ void Inkscape::XML::rebase_hrefs(SPDocument *const doc, gchar const *const new_b fill-column:99 End: */ -// vi: set autoindent shiftwidth=4 tabstop=8 filetype=cpp expandtab softtabstop=4 encoding=utf-8 textwidth=99 : +// vi: set autoindent shiftwidth=4 tabstop=8 filetype=cpp expandtab softtabstop=4 fileencoding=utf-8 textwidth=99 : diff --git a/src/xml/rebase-hrefs.h b/src/xml/rebase-hrefs.h index 34afe6076..79778d537 100644 --- a/src/xml/rebase-hrefs.h +++ b/src/xml/rebase-hrefs.h @@ -51,4 +51,4 @@ Inkscape::Util::List rebase_href_attrs( fill-column:99 End: */ -// vi: set autoindent shiftwidth=4 tabstop=8 filetype=cpp expandtab softtabstop=4 encoding=utf-8 textwidth=99 : +// vi: set autoindent shiftwidth=4 tabstop=8 filetype=cpp expandtab softtabstop=4 fileencoding=utf-8 textwidth=99 : -- cgit v1.2.3