mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.1.1193: typos and small problems in test files
Problem: Typos and small problems in test files. Solution: Small improvements.
This commit is contained in:
@@ -34,7 +34,7 @@ func Test_syn_iskeyword()
|
||||
\ 'CREATE TABLE FOOBAR(',
|
||||
\ ' DLTD_BY VARCHAR2(100)',
|
||||
\ ');',
|
||||
\ ''])
|
||||
\ ''])
|
||||
|
||||
syntax on
|
||||
set ft=sql
|
||||
@@ -519,7 +519,7 @@ func Test_synstack_synIDtrans()
|
||||
|
||||
norm f/
|
||||
call assert_equal(['cComment', 'cCommentStart'], map(synstack(line("."), col(".")), 'synIDattr(v:val, "name")'))
|
||||
call assert_equal(['Comment', 'Comment'], map(synstack(line("."), col(".")), 'synIDattr(synIDtrans(v:val), "name")'))
|
||||
call assert_equal(['Comment', 'Comment'], map(synstack(line("."), col(".")), 'synIDattr(synIDtrans(v:val), "name")'))
|
||||
|
||||
norm fA
|
||||
call assert_equal(['cComment'], map(synstack(line("."), col(".")), 'synIDattr(v:val, "name")'))
|
||||
|
Reference in New Issue
Block a user