From 4a787424536b8fb5730d9dc37f0b5a91605e43de Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sun, 23 Apr 2017 22:53:34 +0200 Subject: [PATCH] cleanup modeline --- vimrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vimrc b/vimrc index 32e62ec..79f962c 100644 --- a/vimrc +++ b/vimrc @@ -1,9 +1,7 @@ -" vim: set fenc=utf-8 nu et sts=4 sw=4 ft=vim fdm=marker fmr={{{,}}}: +" vim: set fenc=utf-8 ft=vim fdm=marker fmr={{{,}}}: " file: ~/.vimrc " author: Thomas Ruoff (with the help of a myriad others) -scriptencoding utf-8 - " Plugins {{{ call plug#begin('~/.vim/plugged')