view src/testdir/amiga.vim @ 35232:da656ac4b30e v9.1.0428

patch 9.1.0428: Tag guessing leaves wrong search history with very short names Commit: https://github.com/vim/vim/commit/42cd192daa4b7f29131c7be1beaecb6067e96266 Author: zeertzjq <zeertzjq@outlook.com> Date: Tue May 21 17:19:58 2024 +0200 patch 9.1.0428: Tag guessing leaves wrong search history with very short names Problem: Tag guessing leaves wrong search history with very short names (after 9.1.0426). Solution: Use the correct variable for pattern length (zeertzjq). closes: #14817 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 21 May 2024 17:30:13 +0200
parents f0201deac2a2
children
line wrap: on
line source

" Settings for test script execution
set shell=csh
map! /tmp t:
cmap !rm !Delete all

source setup.vim