diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2017-03-19 12:05:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-19 12:05:03 +0100 |
| commit | 0cab62ad6fc642c06e4249dccac092dd71b0cb3e (patch) | |
| tree | 22f83ba0a2349bb47877f4e4a86c2f967ff6c0ce /src/nvim/testdir/test_increment_dbcs.vim | |
| parent | 6a68a922b829866634c3758b1ef612f61c56ca6c (diff) | |
| parent | b65d5ff11bb8e095e7687c3e39fd006ef498b5b9 (diff) | |
| download | rneovim-0cab62ad6fc642c06e4249dccac092dd71b0cb3e.tar.gz rneovim-0cab62ad6fc642c06e4249dccac092dd71b0cb3e.tar.bz2 rneovim-0cab62ad6fc642c06e4249dccac092dd71b0cb3e.zip | |
Merge #6305 from lonerover/vim-7.4.2228
vim-patch:7.4.2228,7.4.2248
Diffstat (limited to 'src/nvim/testdir/test_increment_dbcs.vim')
| -rw-r--r-- | src/nvim/testdir/test_increment_dbcs.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_increment_dbcs.vim b/src/nvim/testdir/test_increment_dbcs.vim index ee286a0a24..474a16feeb 100644 --- a/src/nvim/testdir/test_increment_dbcs.vim +++ b/src/nvim/testdir/test_increment_dbcs.vim @@ -26,4 +26,4 @@ func Test_increment_dbcs_1() call assert_equal([0, 1, 13, 0], getpos('.')) endfunc -" vim: shiftwidth=2 expandtab +" vim: shiftwidth=2 sts=2 expandtab |