question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

vim 7.3 junk text inserted to buffer when using completion (and Vundle)

See original GitHub issue

Similar to issue #13, but I’m using the latest jedi-vim, and vim 7.3.584, and Vundle rather than Pathogen.

typing:

x = "text"

x.find(

and pressing ‘<c-x><c-o>’ to bring up the omnicompletion results in

x = "text"
       (sub, start=None, end=None)
x.find(

which then gets written on save. When I put the cursor on the line, I get:

x = "text"
≡jedi=0, ≡      (*sub*, start=None, end=None) ≡jedi≡
x.find()

Issue Analytics

  • State:closed
  • Created 11 years ago
  • Comments:17 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
subsetparkcommented, Oct 23, 2015

I am getting this issue with

=`=jedi=0, =`=               (*_*arg*_*) =`=jedi=`=

While my encoding is utf-8.

0reactions
blueyedcommented, Oct 26, 2015

@subsetpark Seems like the syntax file gets not (correctly) for you, which should setup concealing rules for this. It is meant to look like this (or at least similar), but then gets beautified using Vim’s concealing feature. You might want to search the jedi-vim issues, there was something in this regard already, where some other plugin conflicts with how jedi-vim sets things up.

Read more comments on GitHub >

github_iconTop Results From Across the Web

vim-YouCompleteMe/README.md at master - GitHub
When the user sees a useful completion string being offered, they press the TAB key to accept it. This inserts the completion string....
Read more >
YouCompleteMe: a code-completion engine for Vim
This inserts the completion string. ... Install YouCompleteMe with Vundle. ... If you update YCM using Vundle and the ycm_core library APIs have...
Read more >
csupport - VIM - GitHub Pages
This is done by inserting complete statements,idioms, code snippets, templates, and comments. Syntax checking, compiling, running a program, ...
Read more >
todo.txt - Vim
#8558 When using dictionary insert completion with 'ignorecase', the leading capital in a word should be preserved. Add optional argument to virtcol() that ......
Read more >
YouCompleteMe, a Fast, As-You-Type, Fuzzy-Search Code ...
3. Open Vim and run ":BundleInstall" without the quotes. 4. Install cmake if it's not already installed. In a temporary directory, run "cmake...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found