Skip to main content

Timeline for Vim Code Completion for Python 3

Current License: CC BY-SA 3.0

11 events
when toggle format what by license comment
Nov 2, 2015 at 21:12 comment added akshay @Vitor it will overwrite system Vim yeah. Since most Ubuntu distros come with a crippled Vim, most users just prefer using /usr. But if you don't want that, you can specify the prefix as /usr/local or similar.
Nov 2, 2015 at 21:02 comment added Vitor Won't this overwrite system files?
Nov 1, 2015 at 23:47 history edited akshay CC BY-SA 3.0
Update vim source code location
Mar 7, 2015 at 11:41 comment added akshay @200_success, fair enough, thanks! Updated the post.
Mar 7, 2015 at 11:41 history edited akshay CC BY-SA 3.0
deleted 128 characters in body
Mar 7, 2015 at 11:37 comment added 200_success From packages.debian.org/jessie/vim, see the .dsc file linked in the sidebar. I believe all of the packages you suggested, except mercurial, are either directly or transitively listed as Build-Depends. In particular, libgnomeui-dev is probably responsible for many of those dependencies.
Mar 7, 2015 at 11:24 comment added akshay @200_success, I'm not sure if that also pulls down the x11 stuff needed for clipboard support. I don't have a linux machine with me to check though.
Mar 7, 2015 at 11:21 comment added 200_success For step 1, I recommend instead: apt-get build-dep vim
Mar 7, 2015 at 6:24 vote accept xt440
Mar 7, 2015 at 5:41 comment added xt440 Thanks for your quick answer. I was able to build vim with +python3/dyn and +python/dyn support. But that does not solve my problem. As soon as I start vim, YouCompleteMe starts (which always starts python2 as far as I know). When I enter :echo has('python3') I get 0, whereas :echo has('python') returns 1. I have the following options in my .vimrc, but they don't help: let g:ycm_path_to_python_interpreter = '/usr/bin/python3 let g:ycm_filetype_specific_completion_to_disable = { 'python' : 1 } let g:ycm_filetype_blacklist = { 'python' : 1 }.
Mar 7, 2015 at 4:38 history answered akshay CC BY-SA 3.0