Mercurial > vim
view runtime/ftplugin/gitconfig.vim @ 22914:54f796fb7cb2 v8.2.2004
patch 8.2.2004: compiler warning for uninitialized variable
Commit: https://github.com/vim/vim/commit/b3a01946b30f33e7be0358b3ff2736b94973a659
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Nov 17 19:56:09 2020 +0100
patch 8.2.2004: compiler warning for uninitialized variable
Problem: Compiler warning for uninitialized variable.
Solution: Initialize "ufunc". (John Marriott)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 17 Nov 2020 20:00:04 +0100 |
parents | 7bc41231fbc7 |
children |
line wrap: on
line source
" Vim filetype plugin " Language: git config file " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Last Change: 2009 Dec 24 " Only do this when not done yet for this buffer if (exists("b:did_ftplugin")) finish endif let b:did_ftplugin = 1 setlocal formatoptions-=t formatoptions+=croql setlocal comments=:#,:; commentstring=;\ %s let b:undo_ftplugin = "setl fo< com< cms<"