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/io/dir-util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/io/dir-util.cpp') diff --git a/src/io/dir-util.cpp b/src/io/dir-util.cpp index 1a215fa29..44c9a58d8 100644 --- a/src/io/dir-util.cpp +++ b/src/io/dir-util.cpp @@ -251,4 +251,4 @@ char *prepend_current_dir_if_relative(gchar const *uri) 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