From 44edb4b57655de5b21c51d0471e2ea02ac469c0c Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Thu, 30 Oct 2025 18:58:35 -0400 Subject: Fix out of date nix stuff, config edits --- files/vim/plugin/qname.1.2.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'files/vim/plugin') diff --git a/files/vim/plugin/qname.1.2.vim b/files/vim/plugin/qname.1.2.vim index 73b7dec..7ecd92f 100644 --- a/files/vim/plugin/qname.1.2.vim +++ b/files/vim/plugin/qname.1.2.vim @@ -25,6 +25,8 @@ " Add bind to "flatten" the list " Replace fmatch() with built-in matchfuzzy() (speedup) " Fix logic to not include buffers with modifiable off +" 2025-10-30: +" Treat the same as " " 1.2 2013-01-03 " ADD: and moves selection like and @@ -65,7 +67,7 @@ function! QNameRun() " use case-sensitive equality operator, otherwise looks like " if 'ignorecase' is set - if _key ==# "\" + if _key ==# "\" || _key ==# "\" let s:inp = s:inp[:-2] elseif _key ==# "\" let s:inp = "" -- cgit v1.2.3-101-g0448