Re: Is there a way to incsearch with folded context

2015-01-02 Thread Bram Moolenaar
Christian Brabandt wrote: > On Mo, 29 Dez 2014, Gary Johnson wrote: > > > On 2014-12-29, Kevin Wu wrote: > > > Gary Johnson於 2014年12月30日星期二UTC+8上午3時30分04秒寫道: > > > > On 2014-12-28, Kevin Wu wrote: > > > > > When I do searching, the cursor would jump to the first match, if > > > > > I set "incsea

http://www.vim.org/about.php: 404 error

2015-01-02 Thread keith.briggs
The "About Vim" link at vim.org doesn't work. Keith -- -- 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 subsc

Re: [ANN] Vim for Windows build, contains all 3rd party dependencies

2015-01-02 Thread Shiny Bling
On Thursday, 1 January 2015 23:12:24 UTC+1, Justin M. Keyes wrote: > > However, vim-single-drop is a great effort. I tried it and didn't find > any problems with it, except that it doesn't ship with luajit. > http://files.kaoriya.net/vim/ ships with luajit, and the performance > difference for lu

Re: PL/I

2015-01-02 Thread Joydeep Chakrabarty
On Thursday 01 January 2015 10:24 PM, Ben Fritz wrote: On Wednesday, December 31, 2014 9:49:09 AM UTC-6, chala...@gmail.com wrote: Hello, I want to write some PL/I programs on Vim. PL/I does not accept the first column. Is there a way to disable the first column of the editor so that the cursor

Re: [ANN] Vim for Windows build, contains all 3rd party dependencies

2015-01-02 Thread Shiny Bling
On Friday, 2 January 2015 18:28:19 UTC+1, Дарио Ѓорѓевски wrote: > The author claims that YouCompleteMe is tricky to get working under Windows: > https://github.com/Valloric/YouCompleteMe > > Are your compiles 32- or 64-bit? 32bit. Is there any real advantage having 64 build? kybu -- -- You

Re: [ANN] Vim for Windows build, contains all 3rd party dependencies

2015-01-02 Thread Shiny Bling
On Friday, 2 January 2015 18:48:23 UTC+1, Дарио Ѓорѓевски wrote: > Other than the usual, no, there is none. I was just asking. Likewise. I am not an advanced Vim user so I could be not aware of certain pros and cons ;) -- -- You received this message from the "vim_use" maillist. Do not top-po

Re: [ANN] Vim for Windows build, contains all 3rd party dependencies

2015-01-02 Thread Ben Fritz
On Friday, January 2, 2015 11:46:17 AM UTC-6, Shiny Bling wrote: > On Friday, 2 January 2015 18:28:19 UTC+1, Дарио Ѓорѓевски wrote: > > Are your compiles 32- or 64-bit? > > 32bit. Is there any real advantage having 64 build? > I started self-compiling 64-bit, mainly because there is a server at

Re: [ANN] Vim for Windows build, contains all 3rd party dependencies

2015-01-02 Thread Дарио Ѓорѓевски
The author claims that YouCompleteMe is tricky to get working under Windows: https://github.com/Valloric/YouCompleteMe Are your compiles 32- or 64-bit? 02.01.2015, 16:42, "Shiny Bling" : > On Thursday, 1 January 2015 23:12:24 UTC+1, Justin M. Keyes  wrote: >>  However, vim-single-drop is a great

Re: [ANN] Vim for Windows build, contains all 3rd party dependencies

2015-01-02 Thread Дарио Ѓорѓевски
Other than the usual, no, there is none. I was just asking. 02.01.2015, 18:46, "Shiny Bling" : > On Friday, 2 January 2015 18:28:19 UTC+1, Дарио Ѓорѓевски  wrote: >>  The author claims that YouCompleteMe is tricky to get working under >> Windows: https://github.com/Valloric/YouCompleteMe >> >>  A

Python 2 vs Python 3 in Vim

2015-01-02 Thread Shiny Bling
Hi, When creating a vim build for Windows, I noticed that Python 2 and Python 3 are not exactly compatible. I can imagine that there are plugins written using both versions. What is a reasonable solution for supporting these languages in vim builds? They can't be loaded both at the same time.

Re: [ANN] Vim for Windows build, contains all 3rd party dependencies

2015-01-02 Thread Shiny Bling
On Friday, 2 January 2015 19:18:27 UTC+1, Ben Fritz wrote: > On Friday, January 2, 2015 11:46:17 AM UTC-6, Shiny Bling wrote: > > On Friday, 2 January 2015 18:28:19 UTC+1, Дарио Ѓорѓевски wrote: > > > Are your compiles 32- or 64-bit? > > > > 32bit. Is there any real advantage having 64 build? >

Re: [ANN] Vim for Windows build, contains all 3rd party dependencies

2015-01-02 Thread 'Suresh Govindachar' via vim_use
On 1/2/2015 9:46 AM, Shiny Bling wrote: On Friday, 2 January 2015 18:28:19 UTC+1, Дарио Ѓорѓевски wrote: > The author claims that YouCompleteMe is tricky to get >> working under Windows: https://github.com/Valloric/YouCompleteMe Are your compiles 32- or 64-bit? 32bit. Is there any real ad

Re: http://www.vim.org/about.php: 404 error

2015-01-02 Thread Marc Weber
Excerpts from keith.briggs's message of Fri Jan 02 13:16:11 + 2015: > The "About Vim" link at vim.org doesn't work. Whatever it was - seems to be fixed now. The whole www.vim.org was broken showing a sourceforge standard page. Marc Weber -- -- You received this message from the "vim_use" m

Re: Python 2 vs Python 3 in Vim

2015-01-02 Thread Roland Puntaier
If on Windows, both versions of python (would) work in the same VIM instance. On Linux certain libraries don't work, if both python versions are enabled (like termios https://groups.google.com/forum/#!topic/vim_dev/EL5364GtHC0 ). I