Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source highlight are lost in interactive mode #521

Closed
GordianDziwis opened this issue Aug 14, 2018 · 2 comments
Closed

Source highlight are lost in interactive mode #521

GordianDziwis opened this issue Aug 14, 2018 · 2 comments

Comments

@GordianDziwis
Copy link
Contributor

Problems summary

Denite grep::: produces different highlights than Denite grep:::!

Expected

Should be the same highlights.

Environment Information (Required!)

  • denite version (SHA1): f06c6d6

  • OS: Ubuntu 18.04

  • Vim/neovim version: NVIM v0.3.2-dev

  • :checkhealth or :CheckHealth result(neovim only): Everything ok

Provide a minimal init.vim with less than 50 lines (Required!)

set nocompatible              " be iMproved, required
filetype off                  " required
call plug#begin('~/.vim/bundle')
Plug 'Shougo/denite.nvim'
call plug#end()
syntax on
filetype plugin indent on    " required

Screenshot (if possible)

Two nvim instances with grep::: and grep:::!
Two nvim instances with grep::: and grep:::!

@GordianDziwis
Copy link
Contributor Author

Related to #509?

@Shougo Shougo closed this as completed in a5bcdf6 Aug 18, 2018
@Shougo
Copy link
Owner

Shougo commented Aug 18, 2018

Fixed.

Related to #509?

No.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants