Re: Issue 366 in vim: compilation problems on yosemite

2015-05-19 Thread vim
Comment #2 on issue 366 by ctrud...@arsensa.com: compilation problems on yosemite https://code.google.com/p/vim/issues/detail?id=366 I just grabbed whatever was in the downloads directory as I don't have Mecurial installed on this machine. By the looks of it, it is just 7.4. Feel free t

Re: 'cnext' may jump to the wrong column when setting 'virtualedit=all'

2015-05-19 Thread cs86661
I just try h_east's patch. This issue is no longer happened. thank you very much! :) -- -- You received this message from the "vim_dev" 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 t

Issue 367 in vim: Completely empties the file on open on Windows with "set encoding = utf8" on vimrc.

2015-05-19 Thread vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 367 by arx...@gmail.com: Completely empties the file on open on Windows with "set encoding = utf8" on vimrc. https://code.google.com/p/vim/issues/detail?id=367 This is a very weird issue I saw on Windows. Right click-> edit

Re: Issue 367 in vim: Completely empties the file on open on Windows with "set encoding = utf8" on vimrc.

2015-05-19 Thread vim
Comment #2 on issue 367 by arx...@gmail.com: Completely empties the file on open on Windows with "set encoding = utf8" on vimrc. https://code.google.com/p/vim/issues/detail?id=367 I can confirm it happens even with latin characters, if I make the filename big enough. I can understand a qu

Re: :[count]tag can't jump to the [count] one when {ident} exist in different tag file ...

2015-05-19 Thread cs86661
oh~ya~~~It's seen to be fixed! thank you. :) -- -- You received this message from the "vim_dev" 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

Re: Issue 367 in vim: Completely empties the file on open on Windows with "set encoding = utf8" on vimrc.

2015-05-19 Thread vim
Comment #3 on issue 367 by arx...@gmail.com: Completely empties the file on open on Windows with "set encoding = utf8" on vimrc. https://code.google.com/p/vim/issues/detail?id=367 It appears by pasting the binary folder (64bit) from this website into the windows binary folder, took the issu

Re: :[count]tag can't jump to the [count] one when {ident} exist in different tag file ...

2015-05-19 Thread cs86661
cs86661於 2015年5月19日星期二 UTC+8下午10時24分08秒寫道: > oh~ya~~~It's seen to be fixed! thank you. :) sign~I found another problem... = :ta test ---> jump to #1 :1ta test ---> jump to #1 :2ta test ---> jump to #2 :3ta test ---> jump to #2 :normal ---> I want to jump to the #1, but it jump to #2 :normal

Re: Issue 367 in vim: Completely empties the file on open on Windows with "set encoding = utf8" on vimrc.

2015-05-19 Thread vim
Comment #4 on issue 367 by arx...@gmail.com: Completely empties the file on open on Windows with "set encoding = utf8" on vimrc. https://code.google.com/p/vim/issues/detail?id=367 Final thought, the windows version from the official site absolutely needs an update. 99% of people will use th

Re: New/updated syntax file: python.vim

2015-05-19 Thread Zvezdan Petkovic
Hi James, On May 18, 2015 10:57 PM, "James McCoy" wrote: > > On Sun, May 17, 2015 at 09:53:43PM -0700, Zvezdan Petkovic wrote: > > On Sunday, May 17, 2015 at 2:42:40 PM UTC-7, Dmitry Vasiliev wrote: > > > On 01/04/15 21:52, Bram Moolenaar wrote: > > > > Dmitry Vasiliev wrote: > > > > > > > >> As

Re: :[count]tag can't jump to the [count] one when {ident} exist in different tag file ...

2015-05-19 Thread h_east
Hi cs86661! 2015/5/20(Wed) 0:08:15 UTC+9 cs86661: > cs86661於 2015年5月19日星期二 UTC+8下午10時24分08秒寫道: > > oh~ya~~~It's seen to be fixed! thank you. :) > > sign~I found another problem... > > = > :ta test ---> jump to #1 > :1ta test ---> jump to #1 > :2ta test ---> jump to #2 > :3ta test ---> jump t