summaryrefslogtreecommitdiff
path: root/src/libvterm
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-01-26 22:00:26 +0100
committerBram Moolenaar <Bram@vim.org>2020-01-26 22:00:26 +0100
commit4b96df5a017a04141c4e901b1fc5704a3ca48099 (patch)
treeae335d245fc252be0d2237336be8c1cda620c874 /src/libvterm
parenta5d5953d59730d9bf9c00a727c4aeb56f6ffc944 (diff)
downloadvim-git-4b96df5a017a04141c4e901b1fc5704a3ca48099.tar.gz
patch 8.2.0156: various typos in source files and testsv8.2.0156
Problem: Various typos in source files and tests. Solution: Fix the typos. (Emir Sari, closes #5532)
Diffstat (limited to 'src/libvterm')
-rw-r--r--src/libvterm/t/11state_movecursor.test2
-rw-r--r--src/libvterm/t/41screen_unicode.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libvterm/t/11state_movecursor.test b/src/libvterm/t/11state_movecursor.test
index c1d72b2a6..26e447e7c 100644
--- a/src/libvterm/t/11state_movecursor.test
+++ b/src/libvterm/t/11state_movecursor.test
@@ -112,7 +112,7 @@ PUSH "\e[2F"
PUSH "\e[0F"
?cursor = 0,0
-!Cursor Horizonal Absolute
+!Cursor Horizontal Absolute
PUSH "\n"
?cursor = 1,0
PUSH "\e[20G"
diff --git a/src/libvterm/t/41screen_unicode.test b/src/libvterm/t/41screen_unicode.test
index 79dcb6862..6f5602dcf 100644
--- a/src/libvterm/t/41screen_unicode.test
+++ b/src/libvterm/t/41screen_unicode.test
@@ -40,7 +40,7 @@ PUSH "e\xCC\x81\xCC\x81\xCC\x81\xCC\x81\xCC\x81\xCC\x81\xCC\x81\xCC\x81\xCC\x81\
PUSH "\xCC\x81\xCC\x81\xCC\x81\xCC\x81\xCC\x81\xCC\x81\xCC\x81\xCC\x81\xCC\x81\xCC\x81\xCC\x81\xCC\x81\xCC\x81\xCC\x81\xCC\x81\xCC\x81\xCC\x81\xCC\x81\xCC\x81\xCC\x81"
?screen_cell 0,0 = {0x65,0x301,0x301,0x301,0x301,0x301} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0)
-!Outputing CJK doublewidth in 80th column should wraparound to next line and not crash"
+!Outputting CJK doublewidth in 80th column should wraparound to next line and not crash"
RESET
PUSH "\e[80G\xEF\xBC\x90"
?screen_cell 0,79 = {} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0)