Mercurial > vim
view runtime/indent/cpp.vim @ 18141:2cc67e54edf8 v8.1.2065
patch 8.1.2065: compiler warning building non-GUI with MinGW.
Commit: https://github.com/vim/vim/commit/910c378d9342e0de8c6736c83ebdbbb597267056
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Sep 22 14:11:50 2019 +0200
patch 8.1.2065: compiler warning building non-GUI with MinGW.
Problem: Compiler warning building non-GUI with MinGW.
Solution: Adjust #ifdefs. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/4964)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 22 Sep 2019 14:15:04 +0200 |
parents | 7bc41231fbc7 |
children | 4027cefc2aab |
line wrap: on
line source
" Vim indent file " Language: C++ " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2008 Nov 29 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif let b:did_indent = 1 " C++ indenting is built-in, thus this is very simple setlocal cindent let b:undo_indent = "setl cin<"