3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

解決編:jedi-vimのポップアップの表示が壊れている

Last updated at Posted at 2016-11-10

現象

NeoBundleで入れたjedi-vimで、python関数の引数などがサジェストされるポップアップの表示が下記画像のように正常に表示されない。

スクリーンショット 2016-11-10 18.14.56.png

=`=jedi=0, =`= (*_*seconds*_*) =`=jedi=`= などと表示されているが、正しくは下記のように表示して欲しい。

スクリーンショット 2016-11-10 18.12.56.png

環境

$ uname -a
Darwin **.local 15.6.0 Darwin Kernel Version 15.6.0: Thu Sep  1 15:01:16 PDT 2016; root:xnu-3248.60.11~2/RELEASE_X86_64 x86_64
$ vim --version
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Nov 10 2016 16:28:38)
MacOS X (unix) version
Included patches: 1-71
Compiled by Homebrew

対応

自分の場合、 ~/.vimrc の中で syntax onsetlocal conceallevel=0より後に書くことで正常に表示された。

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?