From b9b0a787cf0228bc4d253de3a76ddfaaf28ca525 Mon Sep 17 00:00:00 2001 From: nfnty Date: Thu, 16 Feb 2017 22:15:09 +0100 Subject: [PATCH] Remove docs from `syntax` file --- syntax/python.vim | 65 ----------------------------------------------- 1 file changed, 65 deletions(-) diff --git a/syntax/python.vim b/syntax/python.vim index ec36042..cbde688 100644 --- a/syntax/python.vim +++ b/syntax/python.vim @@ -1,68 +1,3 @@ -" Vim syntax file -" Language: Python -" Current Maintainer: vim-python organization on GitHub -" URL: https://github.com/vim-python/python-syntax -" Last Change: 2015-11-01 -" Filenames: *.py -" Version: 3.6.0 -" -" Based on python.vim (from Vim 6.1 distribution) -" by Neil Schemenauer -" -" Please report bugs and feature requests to our issue tracker over at: -" https://github.com/vim-python/python-syntax/issues -" -" Options -" ======= -" -" :let OPTION_NAME = 1 Enable option -" :let OPTION_NAME = 0 Disable option -" -" -" Option to select Python version -" ------------------------------- -" -" python_version_2 Enable highlighting for Python 2 -" (Python 3 highlighting is enabled -" by default). Can also be set as -" a buffer (b:python_version_2) -" variable. -" -" You can also use the following local to buffer commands to switch -" between two highlighting modes: -" -" :Python2Syntax Switch to Python 2 highlighting -" mode -" :Python3Syntax Switch to Python 3 highlighting -" mode -" -" Option names used by the script -" ------------------------------- -" -" python_highlight_builtins Highlight builtin functions and -" objects -" python_highlight_builtin_objs Highlight builtin objects only -" python_highlight_builtin_funcs Highlight builtin functions only -" python_highlight_exceptions Highlight standard exceptions -" python_highlight_string_formatting Highlight % string formatting -" python_highlight_string_format Highlight str.format syntax -" python_highlight_string_templates Highlight string.Template syntax -" python_highlight_indent_errors Highlight indentation errors -" python_highlight_space_errors Highlight trailing spaces -" python_highlight_doctests Highlight doc-tests -" python_print_as_function Highlight 'print' statement as -" function for Python 2 -" python_highlight_file_headers_as_comments -" Highlight shebang and coding -" headers as comments -" -" python_highlight_all Enable all the options above -" NOTE: This option don't override -" any previously set options -" -" python_slow_sync Can be set to 0 for slow machines -" - " For version 5.x: Clear all syntax items " For versions greater than 6.x: Quit when a syntax file was already loaded if v:version < 600