Mercurial > vim
view runtime/indent/zsh.vim @ 5351:923738744a60 v7.4.028
updated for version 7.4.028
Problem: Equivalence classes are not working for multi-byte characters.
Solution: Copy the rules from the old to the new regexp engine. Add a test
to check both engines.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Thu, 19 Sep 2013 17:00:20 +0200 |
parents | 8cd729851562 |
children | 0303182665d5 |
line wrap: on
line source
" Vim indent file " Language: Zsh Shell Script " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2006-04-19 if exists("b:did_indent") finish endif " Same as sh indenting for now. runtime! indent/sh.vim