Mercurial > vim
view runtime/indent/testdir/vim.in @ 14970:19b757c6c6a7 v8.1.0496
patch 8.1.0496: no tests for indent files
commit https://github.com/vim/vim/commit/c0fe4978f2311be9a0221d4c2369251c719b399a
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Oct 25 16:53:19 2018 +0200
patch 8.1.0496: no tests for indent files
Problem: No tests for indent files.
Solution: Add a mechanism for running indent file tests. Add a first test
for Vim indenting.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 25 Oct 2018 17:00:07 +0200 |
parents | |
children | 1cd44535be32 |
line wrap: on
line source
" vim: set ft=vim sw=4 : " START_INDENT func Some() let x = 1 endfunc let cmd = \ 'some ' \ 'string' " END_INDENT " START_INDENT " INDENT_EXE let g:vim_indent_cont = 6 let cmd = \ 'some ' \ 'string' " END_INDENT " START_INDENT " INDENT_EXE unlet g:vim_indent_cont " INDENT_AT this-line func Some() let f = x " this-line endfunc " END_INDENT " START_INDENT " INDENT_NEXT next-line func Some() " next-line let f = x endfunc " END_INDENT " START_INDENT " INDENT_PREV prev-line func Some() let f = x " prev-line endfunc " END_INDENT