view runtime/indoff.vim @ 13640:4ee47b5f2640 v8.0.1692

patch 8.0.1692: Python may not work when using statically linked library commit https://github.com/vim/vim/commit/3a21d9c7bb4d58cccd2152e319daa8f8ffa2e664 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 10 20:26:20 2018 +0200 patch 8.0.1692: Python may not work when using statically linked library Problem: Python may not work when using statically linked library . Solution: Do not define PYTHON_HOME and PYTHON3_HOME in configure if the Python library is linked statically.
author Christian Brabandt <cb@256bit.org>
date Tue, 10 Apr 2018 20:30:06 +0200
parents 3fc0f57ecb91
children 4027cefc2aab
line wrap: on
line source

" Vim support file to switch off loading indent files for file types
"
" Maintainer:	Bram Moolenaar <Bram@vim.org>
" Last Change:	2001 Jun 11

if exists("did_indent_on")
  unlet did_indent_on
endif

" Remove all autocommands in the filetypeindent group
silent! au! filetypeindent *