How to take C-XC-O omni-complete operation effect in Windows using vim73

2014-03-23 Thread weichanghe2000
I am using vim in Windows system. but I meet a omni-complete problem that it can only list 7 words automatically when vim 1.pl and then pressing C-XC-O in windows, However, it can list 203 words when vim 1.pl and then pressing C-XC-O in Linux, _vimrc part setting is shown as below: set nocp

How to take C-XC-O omni-complete operation effect in Windows using vim73

2014-03-23 Thread weichanghe2000
I am using vim in Windows system. but I meet a omni-complete problem that it can only list 7 words automatically when vim 1.pl and then pressing C-XC-O in windows, However, it can list 203 words when vim 1.pl and then pressing C-XC-O in Linux, _vimrc part setting is shown as below: set nocp

Re: Reactive programming

2014-03-23 Thread Marc Weber
bring almost no new data and insult people, don't answer. In which way did I insult you? If you know Vim that well, why did you ask at all? The data I tried bringing is there is nothing about reactive programming I know about which comes close to what I know which gets called reactive. What do

Re: Reactive programming

2014-03-23 Thread Gautier DI FOLCO
2014-03-23 10:29 GMT+01:00 Marc Weber marco-owe...@gmx.de: The data I tried bringing is there is nothing about reactive programming I know about which comes close to what I know which gets called reactive. Was it so hard to say? What do I think of when thinking about reactive programming?

Re: Reactive programming

2014-03-23 Thread Tim Chase
On 2014-03-23 11:46, Gautier DI FOLCO wrote: The data I tried bringing is there is nothing about reactive programming I know about which comes close to what I know which gets called reactive. Was it so hard to say? Marc has been nothing but civil and doing his best to help here, and each

Re: Automatic completion from word list

2014-03-23 Thread Andre Majorel
On 2014-03-17 11:40 -0700, lith wrote: The problem here is that the vim ecosystem has significantly changed during the past years with the advent of, e.g., github and plugin managers that know how to deal with git repos and the like. Unfortunately, VIM doesn't have such a full-fledged plugin

vim function for correct expansion in html and css

2014-03-23 Thread Sayth Renshaw
I found this function online its not mine.(lines with # I have attempted to add to script) This function fixed correct expansion in html so for example div|/div expands to div | /div But in css it still incorrectly expands so this is the current default behaviour #myid { |} How can I

Re: How to take C-XC-O omni-complete operation effect in Windows using vim73

2014-03-23 Thread Ben Fritz
On Sunday, March 23, 2014 3:09:49 AM UTC-5, weichan...@gmail.com wrote: I am using vim in Windows system. but I meet a omni-complete problem that it can only list 7 words automatically when vim 1.pl and then pressing C-XC-O in windows, However, it can list 203 words when vim 1.pl and then

Poll: What's good about plugin managers?

2014-03-23 Thread Bram Moolenaar
At some point Vim started supporting plugins. At that time it was fine to add a plugin manually, it was a one-time thing. But now that there are so many plugins and they get updated often, manually updating plugins has become tedious. I am wondering what Vim users like about plugin managers.

Re: Poll: What's good about plugin managers?

2014-03-23 Thread Michael Hernandez
On Mar 23, 2014, at 11:34 AM, Bram Moolenaar b...@moolenaar.net wrote: At some point Vim started supporting plugins. At that time it was fine to add a plugin manually, it was a one-time thing. But now that there are so many plugins and they get updated often, manually updating plugins

Re: Poll: What's good about plugin managers?

2014-03-23 Thread ed jones
I agree with this. It comes down to freedom of choice really. I see no reason to continue Pathogen, it too depends on git and NeoBundle does such a better job. The others have their own places though. On 23/03/14 16:15, Michael Hernandez wrote: On Mar 23, 2014, at 11:34 AM, Bram Moolenaar

Re: Poll: What's good about plugin managers?

2014-03-23 Thread ping song
I think it's best to have a vim built-in standardized/official plugin manager. for an ordinary user it's often confusing to choose between many options - so better to have an official one (better have most features centralized/integrated) to start with ... On Sun, Mar 23, 2014 at 12:47 PM, ed

Re: Poll: What's good about plugin managers?

2014-03-23 Thread Chris Lott
On Sun, Mar 23, 2014 at 8:47 AM, ed jones spong...@gmail.com wrote: I see no reason to continue Pathogen, it too depends on git How so? c -- Chris Lott ch...@chrislott.org -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are

Re: Poll: What's good about plugin managers?

2014-03-23 Thread ed jones
Indirectly, I guess. There's still no reason to continue it. On 23/03/14 17:04, Chris Lott wrote: On Sun, Mar 23, 2014 at 8:47 AM, ed jones spong...@gmail.com wrote: I see no reason to continue Pathogen, it too depends on git How so? c -- Chris Lott ch...@chrislott.org -- -- You received

Re: Automatic completion from word list

2014-03-23 Thread lith
likelycomplete seems to think that is not a real file type, which is unfortunate as it's what I'm in half the time. If you're writing prose, I'd suggest to set ft to text or something similar. (Or use markdown markup.) The parameters are all global but my language and abbreviations

Re: Poll: What's good about plugin managers?

2014-03-23 Thread lith
Is it fine to have a choice of plugin managers, or is this causing a headache (for users and/or for plugin writers). If yes, then we should pick one plugin manager and retire the others. I'm glad you picked this topic up. I personally use simple shell scripts to keep the git repos up to

Re: Poll: What's good about plugin managers?

2014-03-23 Thread LCD 47
On 23 March 2014, ed jones spong...@gmail.com wrote: On 23/03/14 17:04, Chris Lott wrote: On Sun, Mar 23, 2014 at 8:47 AM, ed jones spong...@gmail.com wrote: I see no reason to continue Pathogen, it too depends on git How so? Indirectly, I guess. There's still no reason to continue it.

Re: Poll: What's good about plugin managers?

2014-03-23 Thread A. S. Budden
On 23 March 2014 15:34, Bram Moolenaar b...@moolenaar.net wrote: At some point Vim started supporting plugins. At that time it was fine to add a plugin manually, it was a one-time thing. But now that there are so many plugins and they get updated often, manually updating plugins has become

Re: vim function for correct expansion in html and css

2014-03-23 Thread Sayth Renshaw
On Sunday, 23 March 2014 21:35:37 UTC+11, Sayth Renshaw wrote: I found this function online its not mine.(lines with # I have attempted to add to script) This function fixed correct expansion in html so for example div|/div expands to div | /div But in css it still incorrectly

Re: Poll: What's good about plugin managers?

2014-03-23 Thread ZyX
On Sunday, March 23, 2014 7:34:19 PM UTC+4, Bram Moolenaar wrote: At some point Vim started supporting plugins. At that time it was fine to add a plugin manually, it was a one-time thing. But now that there are so many plugins and they get updated often, manually updating plugins has become

Re: Poll: What's good about plugin managers?

2014-03-23 Thread Mun
Hi Bram, et al., On Sun, Mar 23, 2014 at 08:34 AM PDT, Bram Moolenaar wrote: BM BM At some point Vim started supporting plugins. At that time it was fine BM to add a plugin manually, it was a one-time thing. But now that there BM are so many plugins and they get updated often, manually

Re: Poll: What's good about plugin managers?

2014-03-23 Thread Israel Chauca
On 3/23/14, 11:34 AM, Bram Moolenaar wrote: At some point Vim started supporting plugins. At that time it was fine to add a plugin manually, it was a one-time thing. But now that there are so many plugins and they get updated often, manually updating plugins has become tedious. I am

Re: Poll: What's good about plugin managers?

2014-03-23 Thread Nikolay Pavlov
On Mar 24, 2014 3:50 AM, Israel Chauca israelvar...@fastmail.fm wrote: On 3/23/14, 11:34 AM, Bram Moolenaar wrote: At some point Vim started supporting plugins. At that time it was fine to add a plugin manually, it was a one-time thing. But now that there are so many plugins and they get

vim --servername doesn't work

2014-03-23 Thread sinbad
i'm trying to use the asynccommand plugin, it requires that vim be started as a server so im starting vim as follows: vim --servername vim yet asyncommand still complains that vim is not in servermode. and also v:servername has nothing in it. what am i missing ? btw my version vim has