Mercurial > vim
view runtime/indoff.vim @ 17326:84b9e60ff459 v8.1.1662
patch 8.1.1662: cannot build uninstal.exe with some version of MinGW
commit https://github.com/vim/vim/commit/e28cfb28126c07abd9e9ba04e36b3789433201b6
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Jul 11 22:04:21 2019 +0200
patch 8.1.1662: cannot build uninstal.exe with some version of MinGW
Problem: Cannot build uninstal.exe with some version of MinGW.
Solution: Add -lole32. (Rene Nyffenegger, closes https://github.com/vim/vim/issues/4646)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 11 Jul 2019 22:15: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 *