diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2014-09-26 15:59:51 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2014-09-26 15:59:51 -0400 |
| commit | 176f16066b52f437b098d3d4d8dee5c5bf2e8865 (patch) | |
| tree | a9375ad89d1e57a9e2be6ee5068559fed1ad4f81 /src/nvim/testdir/Makefile | |
| parent | d41eb83019ccaf78fe172da3477a07aaf645ba3d (diff) | |
| parent | 57d497c51b1159052cb53c9e4db0388626b35903 (diff) | |
| download | rneovim-176f16066b52f437b098d3d4d8dee5c5bf2e8865.tar.gz rneovim-176f16066b52f437b098d3d4d8dee5c5bf2e8865.tar.bz2 rneovim-176f16066b52f437b098d3d4d8dee5c5bf2e8865.zip | |
Merge pull request #1219 from atwupack/vp-7.4.386
vim-patch:7.4.386
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 81dc49e800..9f04f880b5 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -33,6 +33,7 @@ SCRIPTS := test_autoformat_join.out \ test106.out test107.out \ test_options.out \ test_listlbr.out test_listlbr_utf8.out \ + test_changelist.out \ test_breakindent.out \ test_insertcount.out |