Mercurial > vim
view runtime/indent/cpp.vim @ 32693:77145b811fb7 v9.0.1677
patch 9.0.1677: typo in syntax test input file
Commit: https://github.com/vim/vim/commit/4c0089d696b8d1d5dc40568f25ea5738fa5bbffb
Author: THARAK HEGDE <120558797+captainhaddock18@users.noreply.github.com>
Date: Sun Jul 9 02:38:28 2023 +0100
patch 9.0.1677: typo in syntax test input file
Problem: Typo in syntax test input file.
Solution: Fix the typo and the expected dump files. (THARAK HEGDE,
closes #12635)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 09 Jul 2023 03:45:13 +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<"