Code Monkey home page Code Monkey logo

Comments (7)

ryanoasis avatar ryanoasis commented on May 4, 2024

Uh oh, thats not good. I will try to look into this today. Thanks and sorry about that 😛

from vim-devicons.

ryanoasis avatar ryanoasis commented on May 4, 2024

Hmm I am so far unable to replicate. Looks like function is also being affected. My guess is there is another syntax using conceal and there is a conflict or something.

selection_16_04_15_09 48 35_527x630_001

I tried debugging my setup with: http://vim.wikia.com/wiki/Identify_the_syntax_highlighting_group_used_at_the_cursor

❓ Can you tell me all of the plugins you use ?

❓ Was this in gvim or vim (looks like gvim?) ?

❓ Did you see this without ever opening nerdtree ?

from vim-devicons.

bdryanovski avatar bdryanovski commented on May 4, 2024

Hi,
It's ok I found it by chance.

  • You could see my Vim setup here Github
  • Yep it's gVim on MacOS
  • No need to open NerdTree

I will try to debug it a bit later today or tomorrow

For the moment I think that the issue is comming from here:

exec 'autocmd filetype nerdtree syntax match hideBracketsInNerdTree "[\]|\[]*" contained conceal cchar=_ containedin=ALL'
set conceallevel=3
set concealcursor=nvic

from vim-devicons.

ryanoasis avatar ryanoasis commented on May 4, 2024

Ahha! I do see it now.

I had to do a plugin update, seems like something has changed on https://github.com/pangloss/vim-javascript

I was actually quite a bit far behind (I had yet to clean-up my contrib branch from vim plugins):
[2015-04-16 10:03:12] Plugin pangloss/vim-javascript [2015-04-16 10:03:12] $ cd '/home/ryan/.vim/bundle/vim-javascript' && git pull && git submodule update --init --recursive [2015-04-16 10:03:12] > Updating f8122fd..8a409f7

Now I am getting the same as you

from vim-devicons.

ryanoasis avatar ryanoasis commented on May 4, 2024

@bdryanovski Yep that is a recent code addition to hide brackets on nerdtree... and for me it was working prior to updating my version of pangloss/vim-javascript

from vim-devicons.

bdryanovski avatar bdryanovski commented on May 4, 2024

I didn't even notice that pangloss/vim-javascript had e updated - nice to know.

I replaced Vundle with NeoBundle a week ago.

from vim-devicons.

ryanoasis avatar ryanoasis commented on May 4, 2024

Oh okay yep.

Well I think I actually have a fix, but I need to do some more testing:

      exec 'autocmd filetype nerdtree set conceallevel=3'
      exec 'autocmd filetype nerdtree set concealcursor=nvic'

from vim-devicons.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.