Available vim python IDE plugin which supporting dynamic/runtime auto-completion for type/variable/function names.

2020-10-30 Thread Hongyi Zhao
Hi, Are there any existent vim python IDE plugins which supporting dynamic/runtime auto-completion for type/variable/function names, just as the behavior showed by ipython/jupyter? Regards, -- Assoc. Prof. Hongyi Zhao Theory and Simulation of Materials, Xingtai Polytechnic College NO. 552

Re: Jupyter/Ipython notebook integration within vim.

2020-09-22 Thread Hongyi Zhao
group and stop receiving emails from it, send an > email to vim_use+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vim_use/20200923010034.GA12440%40sleipnir. -- Hongyi Zhao -- -- You received this message from the &qu

Jupyter/Ipython notebook integration within vim.

2020-09-22 Thread Hongyi Zhao
oblem? Regards, HY -- Hongyi Zhao -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to th

Re: Failed to compile vim with lua support.

2020-04-18 Thread Hongyi Zhao
Hongyi Zhao 于2020年4月18日周六 下午9:37写道: > > Shlomi Fish 于2020年4月18日周六 下午8:53写道: > > > > Hi, > > > > On Sat, 18 Apr 2020 20:42:38 +0800 > > Hongyi Zhao wrote: > > > > > Shlomi Fish 于2020年4月18日周六 下午8:18写道: > > > > > > > >

Re: Failed to compile vim with lua support.

2020-04-18 Thread Hongyi Zhao
Shlomi Fish 于2020年4月18日周六 下午8:53写道: > > Hi, > > On Sat, 18 Apr 2020 20:42:38 +0800 > Hongyi Zhao wrote: > > > Shlomi Fish 于2020年4月18日周六 下午8:18写道: > > > > > > Hi, > > > > > > On Sat, 18 Apr 2020 19:51:09 +0800 > > &

Re: Failed to compile vim with lua support.

2020-04-18 Thread Hongyi Zhao
Shlomi Fish 于2020年4月18日周六 下午8:18写道: > > Hi, > > On Sat, 18 Apr 2020 19:51:09 +0800 > Hongyi Zhao wrote: > > > No, still failed, see following: > > > > $ git clone https://github.com/shlomif/vim.git vim.git > > You are using the wrong git branch: &

Re: Failed to compile vim with lua support.

2020-04-18 Thread Hongyi Zhao
if_lua.c:2234: undefined reference to `lua_callk' collect2: error: ld returned 1 exit status link.sh: Linking failed make[1]: *** [Makefile:2115: vim] Error 1 make[1]: Leaving directory '/home/werner/Public/editor/vim/lua-moongit-support/vim.git/src' make: *** [Makefile:29: first]

Re: Failed to compile vim with lua support.

2020-04-18 Thread Hongyi Zhao
Shlomi Fish 于2020年4月18日周六 下午6:28写道: > > Hi! > > CCing the list. > > On Sat, 18 Apr 2020 18:02:18 +0800 > Hongyi Zhao wrote: > > > Aonther thing to note: I installed moonjit to substitute the luajit > > which is not-maintained now. > > > >

Re: Failed to compile vim with lua support.

2020-04-18 Thread Hongyi Zhao
Shlomi Fish 于2020年4月18日周六 下午3:20写道: > > Hi Hongyi Zhao! > > On Sat, 18 Apr 2020 08:09:57 +0800 > Hongyi Zhao wrote: > > > Hi, > > > > Latest git version of vim, see the following: > > > > $ make -j24 > > /usr/bin/ld: objects/if_lua.o: in func

Failed to compile vim with lua support.

2020-04-17 Thread Hongyi Zhao
4: undefined reference to `lua_callk' /usr/bin/ld: objects/if_lua.o: in function `do_luaeval': /home/werner/Public/editor/vim/vim.git/src/if_lua.c:2234: undefined reference to `lua_callk' collect2: error: ld returned 1 exit status link.sh: Linking failed make[1]: *** [Makefile:2115:

vim plugins for python which supporting auto-completion for dynamic attributes.

2020-04-17 Thread Hongyi Zhao
ethod. While if I work with ipython/jupytor, all of these dynamic attributes can be auto-completed. I want to know whether there are some vim plugins for python which supporting auto-completion for dynamic attributes? Regards -- Hongyi Zhao -- -- You received this message from the &qu

Compile vim while pyenv + anaconda installed in the os, failed with: checking Tcl version... pyenv: tclsh8.5: command not found

2019-12-28 Thread Hongyi Zhao
Hi, I use pyenv to manage python versions, and I've installed some python's versions as follows: $ pyenv versions system 2.7.17 3.5.9 * 3.6.9 (set by /home/werner/.pyenv/version) 3.7.5 3.8.0 anaconda3-2019.10 anaconda3-4.3.0 anaconda3-5.3.0 anaconda3-5.3.1 In this case, I try t

Re: A script which let vim auto-save files.

2019-08-26 Thread Hongyi Zhao
Hongyi Zhao 于2019年8月26日周一 下午6:03写道: > > Christian Brabandt 于2019年8月26日周一 下午4:50写道: > > > > > > On Mo, 26 Aug 2019, Hongyi Zhao wrote: > > > > > Hi, > > > > > > In order to let vim auto-save files, I tried the follwing plugin: > > &

Re: A script which let vim auto-save files.

2019-08-26 Thread Hongyi Zhao
Christian Brabandt 于2019年8月26日周一 下午4:50写道: > > > On Mo, 26 Aug 2019, Hongyi Zhao wrote: > > > Hi, > > > > In order to let vim auto-save files, I tried the follwing plugin: > > > > https://github.com/907th/vim-auto-save > > as far as I remember tha

Re: Are the --enable-hangulinput and --enable-xim confilct?

2019-08-26 Thread Hongyi Zhao
SungHyun Nam 于2019年8月26日周一 上午9:28写道: > > 2019-08-25 오후 2:25에 Hongyi Zhao 이(가) 쓴 글: > > Hi, > > > > I try to build vim with the --enable-hangulinput and --enable-xim > > confilct at the same time, but failed with error: > > > > ---

A script which let vim auto-save files.

2019-08-25 Thread Hongyi Zhao
Hi, In order to let vim auto-save files, I tried the follwing plugin: https://github.com/907th/vim-auto-save But, I found that sometimes it will not take effect and I don't know what's the conflicts in my vim configurations. So I want to find other methods to do this thing and I find the follo

Re: Are the --enable-hangulinput and --enable-xim confilct?

2019-08-25 Thread Hongyi Zhao
Bram Moolenaar 于2019年8月25日周日 下午8:49写道: > > > Hongyi Zhao wrote: > > > I try to build vim with the --enable-hangulinput and --enable-xim > > confilct at the same time, but failed with error: > > > > - > > vim.h:1585:63: error: c

-xfontset, -xterm_save and some other still disables features.

2019-08-24 Thread Hongyi Zhao
Hi, Configured as follows: ./configure \ --enable-fail-if-missing \ --enable-autoservername \ --enable-cscope \ --enable-fontset \ --enable-multibyte \ --enable-luainterp \ --enable-perlinterp \ --enable-pythoninterp \ --enable-python3interp \ --enable-ruby

Are the --enable-hangulinput and --enable-xim confilct?

2019-08-24 Thread Hongyi Zhao
Hi, I try to build vim with the --enable-hangulinput and --enable-xim confilct at the same time, but failed with error: - vim.h:1585:63: error: called object ‘size_t’ is not a function or function pointer #define STRNCMP(d, s, n)strncmp((char *)(d), (char *)(s), (size

Re: Compile vim with clipboard support.

2019-08-24 Thread Hongyi Zhao
Tony Mechelynck 于2019年8月23日周五 下午10:49写道: > > On Fri, Aug 23, 2019 at 4:24 PM Hongyi Zhao wrote: > > > > Tony Mechelynck 于2019年8月23日周五 下午10:04写道: > > > > > > On Fri, Aug 23, 2019 at 3:48 PM Hongyi Zhao wrote: > > > > Sorry for my last

Re: Compile vim with clipboard support.

2019-08-23 Thread Hongyi Zhao
Tony Mechelynck 于2019年8月23日周五 下午10:04写道: > > On Fri, Aug 23, 2019 at 3:48 PM Hongyi Zhao wrote: > > Sorry for my last reply to this thread. I try in a incorrect dir. > > > > Thanks a lot, I tried both of the following methods, it seems they all > > will do

Re: Compile vim with clipboard support.

2019-08-23 Thread Hongyi Zhao
Hongyi Zhao 于2019年8月23日周五 下午9:47写道: > > Tony Mechelynck 于2019年8月23日周五 下午2:16写道: > > > > On Fri, Aug 23, 2019 at 8:09 AM Hongyi Zhao wrote: > > > > > > Hi, > > > > > > I use Debian 9 and want to compile vim with clipboard support. I'

Re: Compile vim with clipboard support.

2019-08-23 Thread Hongyi Zhao
Tony Mechelynck 于2019年8月23日周五 下午2:16写道: > > On Fri, Aug 23, 2019 at 8:09 AM Hongyi Zhao wrote: > > > > Hi, > > > > I use Debian 9 and want to compile vim with clipboard support. I've > > installed xorg-dev package corresponding dependent packag

Re: Compile vim with clipboard support.

2019-08-23 Thread Hongyi Zhao
Tony Mechelynck 于2019年8月23日周五 下午2:16写道: > > On Fri, Aug 23, 2019 at 8:09 AM Hongyi Zhao wrote: > > > > Hi, > > > > I use Debian 9 and want to compile vim with clipboard support. I've > > installed xorg-dev package corresponding dependent packag

Compile vim with clipboard support.

2019-08-22 Thread Hongyi Zhao
Hi, I use Debian 9 and want to compile vim with clipboard support. I've installed xorg-dev package corresponding dependent packages. But, I still cannot do the trick: $ ./configure --enable-cscope \ --enable-luainterp \ --enable-multibyte \

Spacevim: Messy cod in the dir/file window.

2019-08-21 Thread Hongyi Zhao
Hi, I installed the latest version of spacevim from its official github site. After I start vim, I see the following messy code in the dir/file window ( I mean the right part of the window ):  CLionProjects/  current-jobs/  Desktop/  DevStudioProjects/  Documents/ Any hints for solving th

Spacevim: Messy cod in the dir/file window.

2019-08-21 Thread Hongyi Zhao
I installed the latest version of spacevim from here. After I start vim, I see the following messy code in the dir/file window ( I mean the right part of the window ):  CLionProjects/  current-jobs/  Desktop/  DevStudioProjects/  Documents/ Any hints for solving this issue? -- -- You re