From cef963d80516d8fe84cd9e98911018ab554452d3 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Mon, 8 Feb 2021 21:47:23 +0000 Subject: [PATCH] Remove a unused scriptencoding There are no utf-8 special characters in the file anymore. --- plugin/settings.vim | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugin/settings.vim b/plugin/settings.vim index 84f5ac4..a07af9a 100644 --- a/plugin/settings.vim +++ b/plugin/settings.vim @@ -1,6 +1,3 @@ -" TODO: Move these settings to vimrc when after switching to vim8 packages -scriptencoding 'utf-8' - " Copy indent from current line set autoindent