view runtime/indoff.vim @ 21363:ef2290a53dd0 v8.2.1232

patch 8.2.1232: MS-Windows GUI: Snap cancelled by split command Commit: https://github.com/vim/vim/commit/b68ced5f07a3cd6c01cf8fa2156f2e2949d2d4f1 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 17 22:26:53 2020 +0200 patch 8.2.1232: MS-Windows GUI: Snap cancelled by split command Problem: MS-Windows GUI: Snap cancelled by split command. Solution: Do not cancel Snap when splitting a window. (Ken Takata, closes #6467)
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Jul 2020 22:30:05 +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 *