ch_open failed to connect to server

2021-10-23 Fir de Conversatie Shidong Wang
In neovim we can use sockconnect() to connect to a server. for example: sockconnect('tcp', 'imap.163.com:143'). I just test ch_open('imap.163.com:143'), it always failed. -- -- You received this message from the "vim_dev" maillist. Do not

Re: Re: Failed to builed vim 7.4.1689 in ubuntu 14.04

2019-10-13 Fir de Conversatie Shidong Wang
        --prefix=${out}     make -j$ncpu     make install } -- wsdjeg >On Sun, Oct 13, 2019 at 12:37 PM Shidong Wang wrote: >> >> Hello, I just want to build the vim on my old linux system. but I get >> following error. I have searched in google, but faile

Failed to builed vim 7.4.1689 in ubuntu 14.04

2019-10-13 Fir de Conversatie Shidong Wang
Hello, I just want to build the vim on my old linux system. but I get following error. I have searched in google, but failed. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_ATHENA   -I/usr/local/include  -O       -o objects/buffer.o buffer.c In file included from vim.h:1973:0,                  

try catch can not catch E370

2019-10-11 Fir de Conversatie Shidong Wang
Hello, I have lua command in my vimrc, but when start gvim, I got E370 failed to load lua53.dll, but all my lua code are surrounded by try catch. (emty srting after catch). -- wsdjeg -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply

luaeval cannot convert lua table

2019-10-08 Fir de Conversatie Shidong Wang
Hello, just found in vim, the luaeval cannot convert lua table like {1 ,2} to a vim list. in neovim, `:echo luaeval('{1, 2}')` prints `[1, 2]`, but it failed in vim. just see: luaeval: cannot convert value 0 my version is:  VIM - Vi IMproved 8.1 (2018 May 18, compiled Oct  6 2019 22:01:53)

Re: [vim/vim] Add g:json_no_conceal to disable conceal for json filetype (#4948)

2019-09-17 Fir de Conversatie Shidong Wang
there is an option named g:vim_json_warnings in this file, maybe use g:vim_json_conceal is better, also doc need to be updated. -- Best regards, wsdjeg From: matsuhav (Vim Github Repository) Date: 2019-09-17 22:20 To:

Re: Re: [vim/vim] Properly break CJK lines (#3875)

2019-09-17 Fir de Conversatie Shidong Wang
Awesome work, I also need this patch for writing chinese doc. thanks! -- Best regards, wsdjeg From: 依云 (Vim Github Repository) Date: 2019-09-17 00:57 To: vim/vim CC:

Bug of vim script

2019-09-15 Fir de Conversatie Shidong Wang
Hello, I am not sure if it is a bug, but it always make me confuses: here is a exmaple: func Test() let c = 'sss' let a = 1 let b = 2 echo c[a:b] endf then call Test(), you will get error, Undefined variable: a:b of cause this can be avoided by changing the last line to echo c[a : b]

Re: How to determine the x and y position of the Vim text window on screen

2018-07-13 Fir de Conversatie Shidong Wang
I want to get the position of a window, but my vim has no +py/+py3 support. 发自我的华为手机 原始邮件 主题:Re: How to determine the x and y position of the Vim text window on screen 发件人:Christian Brabandt 收件人:vim_dev 抄送: On Sa, 07 Jul 2018, Shidong Wang wrote: > Hello, any upd

Re: How to determine the x and y position of the Vim text window on screen

2018-07-07 Fir de Conversatie Shidong Wang
在 2014年12月19日星期五 UTC+8下午2:18:46,ZyX写道: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On December 18, 2014 11:01:49 PM EAT, Lubos Pintes > wrote: > >Hi, > >I tried to be as clear as possible, but I am realizing that I was not > >clear enough, sorry about that. > >I talked about text

Re: How about add a new key to setqflist()

2017-11-03 Fir de Conversatie Shidong Wang
在 2017年10月18日星期三 UTC+8上午12:07:36,Shidong Wang写道: > when using quickfix list, if the filename is too long, it is hard to read the > `text` of each item of the list. I think we should add a new key, such as > `abbr`, this will be deplayed if it is not a empty string instead of &g