Mercurial > vim
view runtime/indent/testdir/yaml.ok @ 21971:0bc43a704f56 v8.2.1535
patch 8.2.1535: it is not possible to specify cell widths of characters
Commit: https://github.com/vim/vim/commit/08aac3c6192f0103cb87e280270a32b50e653be1
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Aug 28 21:04:24 2020 +0200
patch 8.2.1535: it is not possible to specify cell widths of characters
Problem: It is not possible to specify cell widths of characters.
Solution: Add setcellwidths().
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 28 Aug 2020 21:15:03 +0200 |
parents | 661eb972cb22 |
children | 91faff07670a |
line wrap: on
line source
# vim: set ft=yaml sw=2 et : # START_INDENT map1: sub1: - list item map2: - another list # END_INDENT # START_INDENT map: &anchor map: val # END_INDENT # START_INDENT map: multiline value # END_INDENT