diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2018-10-22 14:53:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-22 14:53:45 +0200 |
commit | f20427451e7f118d89d231cbab1faf8061369ddc (patch) | |
tree | 73553d90c1c010bcbe0e8cfef6edf97c61e671be /test/functional/ui/fold_spec.lua | |
parent | 565bbd1485a4c884dbfdb65b8b1c04a0c5da6b3e (diff) | |
parent | e598811e76a4ee6666b680545097fb06b0ba59aa (diff) | |
download | rneovim-f20427451e7f118d89d231cbab1faf8061369ddc.tar.gz rneovim-f20427451e7f118d89d231cbab1faf8061369ddc.tar.bz2 rneovim-f20427451e7f118d89d231cbab1faf8061369ddc.zip |
Merge pull request #9143 from bfredl/nuclear
disable clearing almost everywhere, cleanup screen.c dead code
Diffstat (limited to 'test/functional/ui/fold_spec.lua')
-rw-r--r-- | test/functional/ui/fold_spec.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/functional/ui/fold_spec.lua b/test/functional/ui/fold_spec.lua index 9c5a59b58d..39a5c10bb7 100644 --- a/test/functional/ui/fold_spec.lua +++ b/test/functional/ui/fold_spec.lua @@ -65,7 +65,7 @@ describe("folded lines", function() {1:~ }| {1:~ }| {1:~ }| - | + :set noarabicshape | ]]) feed_command("set number foldcolumn=2") @@ -114,7 +114,7 @@ describe("folded lines", function() {1: ~}| {1: ~}| {1: ~}| - | + :set arabicshape | ]]) feed('zo') @@ -126,7 +126,7 @@ describe("folded lines", function() {1: ~}| {1: ~}| {1: ~}| - | + :set arabicshape | ]]) feed_command('set noarabicshape') @@ -138,7 +138,7 @@ describe("folded lines", function() {1: ~}| {1: ~}| {1: ~}| - | + :set noarabicshape | ]]) end) |