Created
August 22, 2014 10:04
-
-
Save atakemura/667423f55f4fb9194918 to your computer and use it in GitHub Desktop.
jedi-vim cursormovedl error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ git clone --recursive https://github.com/davidhalter/jedi-vim.git | |
| Cloning into 'jedi-vim'... | |
| remote: Counting objects: 1563, done. | |
| remote: Total 1563 (delta 0), reused 0 (delta 0) | |
| Receiving objects: 100% (1563/1563), 283.70 KiB | 119.00 KiB/s, done. | |
| Resolving deltas: 100% (674/674), done. | |
| Checking connectivity... done. | |
| Submodule 'jedi' (https://github.com/davidhalter/jedi.git) registered for path 'jedi' | |
| Cloning into 'jedi'... | |
| remote: Counting objects: 17347, done. | |
| remote: Compressing objects: 100% (252/252), done. | |
| remote: Total 17347 (delta 176), reused 0 (delta 0) | |
| Receiving objects: 100% (17347/17347), 5.68 MiB | 863.00 KiB/s, done. | |
| Resolving deltas: 100% (11458/11458), done. | |
| Checking connectivity... done. | |
| Submodule path 'jedi': checked out '7b402d7bbe0e07554f1f97ee3558167961a99b5a' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ vim --version | |
| VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 22 2014 11:58:05) | |
| Compiled by akihiro@akihiro-VirtualBox | |
| Huge version with GTK2 GUI. Features included (+) or not (-): | |
| +arabic +file_in_path +mouse_sgr +tag_binary | |
| +autocmd +find_in_path -mouse_sysmouse +tag_old_static | |
| +balloon_eval +float +mouse_urxvt -tag_any_white | |
| +browse +folding +mouse_xterm -tcl | |
| ++builtin_terms -footer +multi_byte +terminfo | |
| +byte_offset +fork() +multi_lang +termresponse | |
| +cindent +gettext -mzscheme +textobjects | |
| +clientserver -hangul_input +netbeans_intg +title | |
| +clipboard +iconv +path_extra +toolbar | |
| +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_interact | |
| +eval +mouse_dec +startuptime +xterm_clipboard | |
| +ex_extra +mouse_gpm +statusline -xterm_save | |
| +extra_search -mouse_jsbterm -sun_workshop | |
| +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: "/usr/local/share/vim" | |
| Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I/usr/local/include -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 | |
| Linking: gcc -L. -fstack-protector -rdynamic -Wl,-export-dynamic -L/usr/local/lib -Wl,--as-needed -o vim -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 -lfreetype -lSM -lICE -lXpm -lXt -lX11 -lXdmcp -lSM -lICE -lm -ltinfo -lnsl -lselinux -lacl -lattr -lgpm -ldl -L/usr/lib/i386-linux-gnu -lluajit-5.1 -L/usr/lib/python2.7/config -lpython2.7 -Wl,-R -Wl,/usr/local/lib -L/usr/local/lib -lruby -lpthread -ldl -lcrypt -lm -L/usr/local/lib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment