Mercurial > vim
view runtime/indent/zsh.vim @ 31275:0851a1a22a38 v9.0.0971
patch 9.0.0971: escape sequences not recognized without termresponse feature
Commit: https://github.com/vim/vim/commit/6f2a22756536849f9e45caa4ddd62cab4334f065
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Nov 29 13:59:13 2022 +0000
patch 9.0.0971: escape sequences not recognized without termresponse feature
Problem: Escape sequences not recognized without the termresponse feature.
Solution: Recognize escape sequences to avoid display mess up.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 29 Nov 2022 15:00:06 +0100 |
parents | 0303182665d5 |
children |
line wrap: on
line source
" Vim indent file " Language: Zsh shell script " Maintainer: Christian Brabandt <cb@256bit.org> " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2015-05-29 " License: Vim (see :h license) " Repository: https://github.com/chrisbra/vim-zsh if exists("b:did_indent") finish endif " Same as sh indenting for now. runtime! indent/sh.vim