diff src/testdir/test_alot.vim @ 9430:e70fd2eb3ae1 v7.4.1996

commit https://github.com/vim/vim/commit/1e5e1231ac9e1ba9678812c96f9d554a078eeec4 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 7 17:33:02 2016 +0200 patch 7.4.1996 Problem: Capturing the output of a command takes a few commands. Solution: Add evalcmd().
author Christian Brabandt <cb@256bit.org>
date Thu, 07 Jul 2016 17:45:04 +0200
parents f93704b11e43
children 9da0cb39cbee
line wrap: on
line diff
--- a/src/testdir/test_alot.vim
+++ b/src/testdir/test_alot.vim
@@ -5,9 +5,10 @@ source test_assign.vim
 source test_autocmd.vim
 source test_cursor_func.vim
 source test_delete.vim
+source test_evalcmd.vim
 source test_ex_undo.vim
+source test_expand.vim
 source test_expr.vim
-source test_expand.vim
 source test_expand_dllpath.vim
 source test_feedkeys.vim
 source test_fnamemodify.vim