view runtime/indent/fennel.vim @ 33458:f4c83cd2132c

runtime(netrw): error when trying to :bd unloaded buffer Commit: https://github.com/vim/vim/commit/4dbb2669e9ed9ec6864705dcb569715e417e1303 Author: yasuda <yasuda@kyoto-sr.co.jp> Date: Wed Oct 4 20:50:35 2023 +0200 runtime(netrw): error when trying to :bd unloaded buffer closes: https://github.com/vim/vim/issues/13215 closes: https://github.com/vim/vim/issues/13082 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 04 Oct 2023 21:00:03 +0200
parents 4d76b3e07c07
children
line wrap: on
line source

" Vim indent file
" Language:    Fennel
" Maintainer:  Gregory Anders <greg[NOSPAM]@gpanders.com>
" Last Change: 2022 Apr 20

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

" Use the Lisp indenting
runtime! indent/lisp.vim