aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/075_maparg_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-09-08 08:51:59 -0400
committerJustin M. Keyes <justinkz@gmail.com>2015-09-08 08:51:59 -0400
commit9468e538694cd16847586c66de6e16ee7a090577 (patch)
treee1dfb775ce8c4bd7df56f9edfad36ea4ed30b8a3 /test/functional/legacy/075_maparg_spec.lua
parentdc9652e68de163290abee880a74bf1727c715a1e (diff)
parent087f3bacaf2c854f3d07fdece211c4670e140f32 (diff)
downloadrneovim-9468e538694cd16847586c66de6e16ee7a090577.tar.gz
rneovim-9468e538694cd16847586c66de6e16ee7a090577.tar.bz2
rneovim-9468e538694cd16847586c66de6e16ee7a090577.zip
Merge #2929 'Disallow "set encoding" after startup'
Diffstat (limited to 'test/functional/legacy/075_maparg_spec.lua')
-rw-r--r--test/functional/legacy/075_maparg_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/legacy/075_maparg_spec.lua b/test/functional/legacy/075_maparg_spec.lua
index dac8940314..418abb14d4 100644
--- a/test/functional/legacy/075_maparg_spec.lua
+++ b/test/functional/legacy/075_maparg_spec.lua
@@ -10,7 +10,6 @@ describe('maparg()', function()
it('is working', function()
execute('set cpo-=<')
- execute('set encoding=utf8')
-- Test maparg() with a string result
execute('map foo<C-V> is<F4>foo')