view runtime/indent/ch.vim @ 35407:4ee73f91bad2

runtime(keymap): include Georgian keymap Commit: https://github.com/vim/vim/commit/79a14c061bb7c5caafba09b9244f87be37693cf6 Author: Misho <nnamper@gmail.com> Date: Fri Jun 14 20:13:17 2024 +0200 runtime(keymap): include Georgian keymap closes: https://github.com/vim/vim/issues/15002 Signed-off-by: Misho <nnamper@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Fri, 14 Jun 2024 20:15:09 +0200
parents 5c220cf30f1f
children
line wrap: on
line source

" Vim indent file
" Language:	Ch
" Maintainer:	SoftIntegration, Inc. <info@softintegration.com>
" URL:		http://www.softintegration.com/download/vim/indent/ch.vim
" Last change:	2006 Apr 30
" 		2023 Aug 28 by Vim Project (undo_indent)
"		Created based on cpp.vim
"
" Ch is a C/C++ interpreter with many high level extensions


" Only load this indent file when no other was loaded.
if exists("b:did_indent")
   finish
endif
let b:did_indent = 1

" Ch indenting is built-in, thus this is very simple
setlocal cindent

let b:undo_indent = "setlocal cindent<"