Slight clean up of the syntax files

This commit is contained in:
Alex Vear
2019-09-28 17:15:13 +01:00
parent f7e1410f09
commit 71b097df62
2 changed files with 10 additions and 14 deletions

View File

@@ -4,13 +4,13 @@
" License: Vim (see `:help license`)
" Location: syntax/outline.vim
" Website: https://github.com/axvr/org.vim
" Last Change: 2019-09-22
" Last Change: 2019-09-28
"
" Reference Specification: GNU Emacs Manual, section 'Outline Mode'
" GNU Info: `$ info Emacs Outline Mode`
" Web: <https://www.gnu.org/software/emacs/manual/html_node/emacs/Outline-Mode.html>
if exists("b:current_syntax")
if exists('b:current_syntax')
finish
endif