view runtime/indoff.vim @ 16949:a32169a40566 v8.1.1475

patch 8.1.1475: search string not displayed when 'rightleft' is set commit https://github.com/vim/vim/commit/db294adc65d73ffa5cdf3d0ab45ccbf05b965414 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 6 12:49:29 2019 +0200 patch 8.1.1475: search string not displayed when 'rightleft' is set Problem: Search string not displayed when 'rightleft' is set. Solution: Clear the right part of the old text. (closes https://github.com/vim/vim/issues/4488, closes https://github.com/vim/vim/issues/4489)
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jun 2019 13:00: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 *