comparison src/testdir/test_search.vim @ 17918:9606c0adc148 v8.1.1955

patch 8.1.1955: tests contain typos Commit: https://github.com/vim/vim/commit/1bc353b6f1b063e189e0cef26f8dc586dcf9161f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 1 14:45:28 2019 +0200 patch 8.1.1955: tests contain typos Problem: Tests contain typos. Solution: Correct the typos. (Dominique Pelle)
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Sep 2019 15:00:04 +0200
parents 73ddc462979d
children 0dcc2ee838dd
comparison
equal deleted inserted replaced
17917:5ccb73c85dd1 17918:9606c0adc148
265 norm! 1gg0 265 norm! 1gg0
266 " unfortunately, neither "/foo\<c-w>\<cr>", nor "/foo\<bs>\<bs>\<bs>\<cr>", 266 " unfortunately, neither "/foo\<c-w>\<cr>", nor "/foo\<bs>\<bs>\<bs>\<cr>",
267 " nor "/foo\<c-u>\<cr>" works to delete the commandline. 267 " nor "/foo\<c-u>\<cr>" works to delete the commandline.
268 " In that case Vim should return "E35 no previous regular expression", 268 " In that case Vim should return "E35 no previous regular expression",
269 " but it looks like Vim still sees /foo and therefore the test fails. 269 " but it looks like Vim still sees /foo and therefore the test fails.
270 " Therefore, disableing this test 270 " Therefore, disabling this test
271 "call assert_fails(feedkeys("/foo\<c-w>\<cr>", 'tx'), 'E35') 271 "call assert_fails(feedkeys("/foo\<c-w>\<cr>", 'tx'), 'E35')
272 "call assert_equal({'lnum': 1, 'leftcol': 0, 'col': 0, 'topfill': 0, 'topline': 1, 'coladd': 0, 'skipcol': 0, 'curswant': 0}, winsaveview()) 272 "call assert_equal({'lnum': 1, 'leftcol': 0, 'col': 0, 'topfill': 0, 'topline': 1, 'coladd': 0, 'skipcol': 0, 'curswant': 0}, winsaveview())
273 273
274 " clean up 274 " clean up
275 set noincsearch 275 set noincsearch