Your message dated Fri, 11 Jul 2014 23:27:23 -0400
with message-id <[email protected]>
and subject line Re: Bug#753678: vim-nox: matchadd() highlightning lost on 
split window
has caused the Debian Bug report #753678,
regarding vim-nox: matchadd() highlightning lost on split window
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
753678: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753678
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vim-nox
Version: 2:7.4.335-1
Severity: normal

Steps to reproduce:

start vim
   # vim -u NONE -U NONE -N
enter some text
   i this is a test<ESC>
define a match
   :call matchadd("MoreMsg", "is")
and note that two occurrences are found.

Now press
   Ctrl-W s
*or*
   Ctrl-W v
to get a split window.

Bug: in the "old" window the match is no longer highlighted.



-- Package-specific info:

--- real paths of main Vim binaries ---
/usr/bin/vi is /usr/bin/vim.gnome
/usr/bin/vim is /usr/bin/vim.gnome
/usr/bin/gvim is /usr/bin/vim.gnome

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vim-nox depends on:
ii  libacl1       2.2.52-1
ii  libc6         2.19-4
ii  libgpm2       1.20.4-6.1
ii  liblua5.2-0   5.2.3-1
ii  libperl5.18   5.18.2-4
ii  libpython2.7  2.7.7-2
ii  libruby2.1    2.1.2-2
ii  libselinux1   2.3-1
ii  libtcl8.6     8.6.1-6
ii  libtinfo5     5.9+20140118-1
ii  vim-common    2:7.4.335-1
ii  vim-runtime   2:7.4.335-1

vim-nox recommends no packages.

Versions of packages vim-nox suggests:
ii  cscope   15.8a-2
pn  vim-doc  <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
On Fri, Jul 04, 2014 at 11:26:32AM +0200, Ph. Marek wrote:
> start vim
>    # vim -u NONE -U NONE -N
> enter some text
>    i this is a test<ESC>
> define a match
>    :call matchadd("MoreMsg", "is")
> and note that two occurrences are found.
> 
> Now press
>    Ctrl-W s
> *or*
>    Ctrl-W v
> to get a split window.
> 
> Bug: in the "old" window the match is no longer highlighted.

By "old" do you mean the window on top, where the cursor is?  If so,
that's expected behavior as that isn't the old window.  That's the new
window, and :match is window-local.

If you use ":bot split" instead of Ctrl-w s you'll see the new window
get split to the bottom and the top, original window retain the
highlight.

Cheers,
-- 
James
GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy <[email protected]>

--- End Message ---

Reply via email to