From 94722c510745a0cfd494c51625a514b92dd2bfb2 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 28 Jan 2023 19:19:03 +0000 Subject: patch 9.0.1257: code style is not check in test scripts Problem: Code style is not check in test scripts. Solution: Add basic code style check for test files. --- src/testdir/keycode_check.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/testdir/keycode_check.vim') diff --git a/src/testdir/keycode_check.vim b/src/testdir/keycode_check.vim index 6ad7b773bb..8320341d2f 100644 --- a/src/testdir/keycode_check.vim +++ b/src/testdir/keycode_check.vim @@ -4,8 +4,8 @@ vim9script # # Usage: vim -u NONE -S keycode_check.vim # -# Author: Bram Moolenaar -# Last Update: 2022 Nov 15 +# Author: Bram Moolenaar +# Last Update: 2022 Nov 15 # # The codes are stored in the file "keycode_check.json", so that you can # compare the results of various terminals. @@ -449,7 +449,7 @@ enddef # The main loop while true var action = inputlist(['Select operation:', - '1. List results', + '1. List results', '2. Add results for a new terminal', '3. Replace results', '4. Clear results', -- cgit v1.2.3