mirror of
https://github.com/vim/vim.git
synced 2025-12-10 18:46:57 -05:00
closes: #18846 Signed-off-by: CatsDeservePets <145048791+CatsDeservePets@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
11 lines
309 B
VimL
11 lines
309 B
VimL
" Vim indent file
|
|
" Language: lf file manager configuration file (lfrc)
|
|
" Maintainer: Andis Sprinkis <andis@sprinkis.com>
|
|
" URL: https://github.com/andis-sprinkis/lf-vim
|
|
" Last Change: 26 Oct 2025
|
|
|
|
if exists("b:did_indent") | finish | endif
|
|
|
|
" Correctly indent embedded shell commands.
|
|
runtime! indent/sh.vim
|