From b24dfe0762abef153c79589d99a713b00cb4d875 Mon Sep 17 00:00:00 2001 From: Alex Vear Date: Sun, 5 Jan 2020 12:02:56 +0000 Subject: [PATCH] Remove unnecessary folding rules and update `.gitattributes` --- .gitattributes | 4 ++-- ftplugin/org.vim | 1 - ftplugin/outline.vim | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 1d2ef80..77a6142 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # See: https://axvr.io/projects/ascribe/ -* text=auto eol=lf final-newline trim-trailing-whitespace +* text=auto eol=lf final-newline *.vim line-length=78 expand-tab tab-stop=4 doc/* line-length=78 expand-tab tab-stop=4 -*.md line-length=80 expand-tab tab-stop=4 +*.org line-length=80 expand-tab tab-stop=4 diff --git a/ftplugin/org.vim b/ftplugin/org.vim index 237ca2c..8a3ad16 100644 --- a/ftplugin/org.vim +++ b/ftplugin/org.vim @@ -18,7 +18,6 @@ setlocal foldmethod=expr if org#option('org_clean_folds', 0) setlocal foldtext=org#fold_text() setlocal fillchars-=fold:- - setlocal fillchars-=fold:\ endif " Conceal Org mode link syntax diff --git a/ftplugin/outline.vim b/ftplugin/outline.vim index 3ae97f2..6f08272 100644 --- a/ftplugin/outline.vim +++ b/ftplugin/outline.vim @@ -16,5 +16,4 @@ setlocal foldmethod=expr if org#option('org_clean_folds', 0) setlocal foldtext=org#fold_text() setlocal fillchars-=fold:- - setlocal fillchars-=fold:\ endif