Giter Club home page Giter Club logo

Comments (11)

jeaye avatar jeaye commented on June 24, 2024

If you disable the 'beep,' do you still get the crash (not a solution, just debugging)?

Try:

" No visual bell
set noerrorbells
set visualbell t_vb=
au GuiEnter * set visualbell t_vb=

from color_coded.

spamwax avatar spamwax commented on June 24, 2024

No, it didn't crash!!

I should have mentioned that the crash only happened when run in the terminal (not the MacVim gui)

from color_coded.

jeaye avatar jeaye commented on June 24, 2024

Thanks for letting me know. At least we have a very clear idea when the issue happens; I'll look into what can be done.

from color_coded.

jeaye avatar jeaye commented on June 24, 2024

@spamwax Which terminal are you using? I've not been able to reproduce this using iTerm2.

If you're using iTerm2, please let me know the version (and make sure you're up to date!)

from color_coded.

spamwax avatar spamwax commented on June 24, 2024

The crash still happens for me.
I am using nightly builds of iTerm2: Build 2.9.20150921-nightly
Vim's version:

-> % /usr/local/bin/vim --version
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Sep 12 2015 14:31:05)
MacOS X (unix) version
Included patches: 1-865

And this is list of my installed bundles:

" ===================================================================
NeoBundle 'Shougo/vimproc.vim', {
            \ 'build' : {
            \     'windows' : 'tools\\update-dll-mingw',
            \     'cygwin' : 'make -f make_cygwin.mak',
            \     'mac' : 'make -f make_mac.mak',
            \     'linux' : 'make',
            \     'unix' : 'gmake',
            \    },
            \ }
NeoBundleLazy 'jeaye/color_coded', {
      \ 'build': {
      \   'unix': 'cmake . && make && make install',
      \ },
      \ 'autoload' : { 'filetypes' : ['c', 'cpp', 'objc', 'objcpp'] },
      \ 'build_commands' : ['cmake', 'make']
  \}
" ===================================================================
" Priority #1 Plugins
" ===================================================================
NeoBundle 'jmcantrell/vim-virtualenv'
NeoBundle 'Lokaltog/vim-easymotion'
NeoBundle 'bling/vim-airline'
NeoBundle 'tpope/vim-commentary.git'
NeoBundle 'airblade/vim-rooter'
" ===================================================================
" Priority #2 Plugins
" ===================================================================
NeoBundle 'Shougo/unite.vim'
NeoBundle 'Shougo/unite-outline'
NeoBundle 'Shougo/neomru.vim'
" ===================================================================
" Priority #3 Plugins
" ===================================================================
NeoBundle 'Valloric/YouCompleteMe'
NeoBundle 'airblade/vim-gitgutter'
NeoBundle 'rizzatti/dash.vim'
bNeoBundle 'tpope/vim-unimpaired'
" ===================================================================
" Priority #4 Plugins
" ===================================================================
NeoBundle 'editorconfig/editorconfig-vim'
NeoBundle 'morhetz/gruvbox'
NeoBundle 'SirVer/ultisnips'
NeoBundle 'honza/vim-snippets'
" ===================================================================
" Priority #5 Plugins
" ===================================================================
NeoBundle 'scrooloose/nerdtree'
NeoBundle 'sjl/gundo.vim'
NeoBundle 'hdima/python-syntax'
NeoBundle 'vitalk/vim-simple-todo'
NeoBundle 'ton/vim-bufsurf'

from color_coded.

jeaye avatar jeaye commented on June 24, 2024

I've pushed up a number of changes which improve color_coded's stability. Have a look, when you can, and let me know if this is still an issue for you.

from color_coded.

jeaye avatar jeaye commented on June 24, 2024

@spamwax Any update?

from color_coded.

spamwax avatar spamwax commented on June 24, 2024

After updating, I recompiled the plugin but it still crashes

from color_coded.

jeaye avatar jeaye commented on June 24, 2024

@spamwax Is the config you posted above your full config? Would you mind trying to minimize your config to the smallest size possible which still reproduces the issue? I'd love to be able to reproduce this so we can get it fixed.

from color_coded.

jeaye avatar jeaye commented on June 24, 2024

Also, @spamwax, will you please update your MacVim fully? I believe the latest should be, on OS X, 7.4.909.

$ brew update ; brew upgrade --all

from color_coded.

dragonxlwang avatar dragonxlwang commented on June 24, 2024

hi @jeaye , seems this problem still persists in the latest brew macvim + iterm + color_coded.

It doesn't happen in gui mac vim but only in iterm2 where visual bell is enabled...

from color_coded.

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.