我该如何调试这个Macvim渲染错误?

时间:2014-04-02 20:08:17

标签: debugging vim macvim

如果问题不简洁或全球有用,请致歉。

我最近从Snow Leopard更新了Mavericks并带来了我的所有工具链。 所以,这就是我的编辑器通常的样子:

a fullscreen macvim session

我的工作流程通常涉及大量使用command-t plugin。对于那些不知道的人,它是一个模糊的文件系统搜索者。当它被调用时,通常看起来像这样:

macvim with command-t

然而,在Mavericks之后我开始变得如此奇怪,难以重现使用command-t触发的渲染错误。当"模糊搜索选择'抽屉""被激活,偶尔应用程序的整个部分将获得黑色"突出显示"。

案例:

screenshot of malfunctioning macvim

full resolution

它只是偶尔触发;现在它似乎与我的外部显示器上的全屏幕相关联。大部分时间它工作得很好,然后它刺痛我,我还没有能够辨别任何模式。

令人非常沮丧;亲眼看看:

gif of macvim rendering bug

此外,它还使用ctrl-p插件(另一个模糊文件系统搜索器)触发。似乎无论是什么画了一个"缓冲区覆盖你的代码缓冲区"是什么触发它,并不是特定于command-t插件。

这只是在我搬到小牛队之后才开始发生的;我在Snow Leopard的早期MacVim快照中使用了相同的设置。

我已经发布了这个问题,希望这似乎可以被某人认出来;我目前正在将我的捆绑文件夹二等分,希望它可能是由其他东西引发的。

我还没有尝试降级我的MacVim快照(目前:72;前一个是〜54)。你可以找到我的vimrc here,我的.vim folder here,这里是关于我的macvim的信息:

maryanne:~ $ mvim --version
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Mar 24 2014 11:26:57)
MacOS X (unix) version
Included patches: 1-52
Compiled by Homebrew
Huge version with MacVim GUI.  Features included (+) or not (-):
+acl             +file_in_path    +mouse_sgr       +tag_binary
+arabic          +find_in_path    -mouse_sysmouse  +tag_old_static
+autocmd         +float           +mouse_urxvt     -tag_any_white
+balloon_eval    +folding         +mouse_xterm     +tcl
+browse          -footer          +multi_byte      +terminfo
++builtin_terms  +fork()          +multi_lang      +termresponse
+byte_offset     +fullscreen      -mzscheme        +textobjects
+cindent         -gettext         +netbeans_intg   +title
+clientserver    -hangul_input    +odbeditor       +toolbar
+clipboard       +iconv           +path_extra      +transparency
+cmdline_compl   +insert_expand   +perl            +user_commands
+cmdline_hist    +jumplist        +persistent_undo +vertsplit
+cmdline_info    +keymap          +postscript      +virtualedit
+comments        +langmap         +printer         +visual
+conceal         +libcall         +profile         +visualextra
+cryptv          +linebreak       +python          +viminfo
+cscope          +lispindent      -python3         +vreplace
+cursorbind      +listcmds        +quickfix        +wildignore
+cursorshape     +localmap        +reltime         +wildmenu
+dialog_con_gui  -lua             +rightleft       +windows
+diff            +menu            +ruby            +writebackup
+digraphs        +mksession       +scrollbind      -X11
+dnd             +modify_fname    +signs           -xfontset
-ebcdic          +mouse           +smartindent     +xim
+emacs_tags      +mouseshape      -sniff           -xsmp
+eval            +mouse_dec       +startuptime     -xterm_clipboard
+ex_extra        -mouse_gpm       +statusline      -xterm_save
+extra_search    -mouse_jsbterm   -sun_workshop    -xpm
+farsi           +mouse_netterm   +syntax
   system vimrc file: "$VIM/vimrc"
     user vimrc file: "$HOME/.vimrc"
 2nd user vimrc file: "~/.vim/vimrc"
      user exrc file: "$HOME/.exrc"
  system gvimrc file: "$VIM/gvimrc"
    user gvimrc file: "$HOME/.gvimrc"
2nd user gvimrc file: "~/.vim/gvimrc"
    system menu file: "$VIMRUNTIME/menu.vim"
  fall-back for $VIM: "/Applications/MacVim.app/Contents/Resources/vim"
Compilation: clang -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe  -DMACOS_X_UNIX -no-cpp-precomp  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1     -I/System/Library/Frameworks/Tcl.framework/Headers  -D_REENTRANT=1  -D_THREAD_SAFE=1  -D_DARWIN_C_SOURCE=1
Linking: clang   -L. -L/usr/local/lib -L. -L/usr/local/lib -L/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config -F/usr/local/Cellar/python/2.7.6/Frameworks -L/usr/local/lib -o Vim -framework Cocoa -framework Carbon       -lm  -lncurses -liconv -framework Cocoa   -fstack-protector -L/usr/local/lib  -L/System/Library/Perl/5.16/darwin-thread-multi-2level/CORE -lperl -framework Python  -F/System/Library/Frameworks -framework Tcl -framework CoreFoundation -framework Ruby

有什么想法吗?

0 个答案:

没有答案