diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2019-08-18 13:31:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-18 13:31:28 +0200 |
| commit | d351f1c871ee9901db389e164789ea33d3e1871f (patch) | |
| tree | 5258690fd76a31d3befeb32ffae08f5b61eebfab /src/nvim/testdir/test_increment_dbcs.vim | |
| parent | c5efa9c352d63febd30764c04738f81e512b19f6 (diff) | |
| parent | 3453a2ccb07f7de4f0160b906a70a72ded89ca14 (diff) | |
| download | rneovim-d351f1c871ee9901db389e164789ea33d3e1871f.tar.gz rneovim-d351f1c871ee9901db389e164789ea33d3e1871f.tar.bz2 rneovim-d351f1c871ee9901db389e164789ea33d3e1871f.zip | |
Merge #10679 from erw7/fix-oldtest-on-windows
Diffstat (limited to 'src/nvim/testdir/test_increment_dbcs.vim')
| -rw-r--r-- | src/nvim/testdir/test_increment_dbcs.vim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_increment_dbcs.vim b/src/nvim/testdir/test_increment_dbcs.vim index 474a16feeb..e5d5ccffb3 100644 --- a/src/nvim/testdir/test_increment_dbcs.vim +++ b/src/nvim/testdir/test_increment_dbcs.vim @@ -1,5 +1,7 @@ " Tests for using Ctrl-A/Ctrl-X using DBCS. -if !has('multi_byte') +" neovim needs an iconv to handle cp932. Please do not remove the following +" conditions. +if !has('iconv') finish endif scriptencoding cp932 |