comparison src/testdir/test_blockedit.vim @ 18825:70f1e352d599 v8.1.2400

patch 8.1.2400: test39 is old style Commit: https://github.com/vim/vim/commit/1f3e7d3bf0aa1e015a591ce8f7ee7ab56589b452 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 6 20:43:36 2019 +0100 patch 8.1.2400: test39 is old style Problem: Test39 is old style. Solution: Convert the test cases into new style. (Yegappan Lakshmanan, closes #5324)
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 Dec 2019 20:45:05 +0100
parents 7ed76dcf0d94
children 08940efa6b4e
comparison
equal deleted inserted replaced
18824:591bca01afa1 18825:70f1e352d599
1 " Test for block inserting 1 " Test for block inserting
2 " 2 "
3 " TODO: rewrite test39.in into this new style test
4 3
5 func Test_blockinsert_indent() 4 func Test_blockinsert_indent()
6 new 5 new
7 filetype plugin indent on 6 filetype plugin indent on
8 setlocal sw=2 et ft=vim 7 setlocal sw=2 et ft=vim