Re: Maybe doc bug?

2011-06-09 Fir de Conversatie Bram Moolenaar
Elias Diem wrote: > is the following a bug in the documentation? > > In the 'change.txt' file it says: > > > *!!* > !!{filter}Filter [count] lines through the external program > {filter}. > > > The variab

Re: javascript indent bugfix

2011-06-09 Fir de Conversatie Bram Moolenaar
Luc Deschenaux wrote: > With the patch below the J1 flag for cinoptions is now working as > mentioned in runtime/docs/indent.txt: > > var bar = { > foo: { > that: this, > some: ok, > }, >

Re: remote API without X

2011-06-09 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: > Danek Duvall wrote: > > On Wed, Jun 08, 2011 at 06:38:14AM +0200, Bram Moolenaar wrote: > > > >> Yasuhiro Matsumoto wrote: > >> > On Unix it uses sockets? How does it protect from other users > sending commands to my Vim? > >>> > >>> Yes, it use unix domain

Re: purehardtabs

2011-06-09 Fir de Conversatie Luc Deschenaux
Le 10. 06. 11 00:25, Gary Johnson a écrit : On 2011-06-09, luc.d wrote: I'm using hardtabs since i use vi and before yet, but sometimes in vim spaces are used for indentation anyway, and I hate having to type backspace to replace them :-/ There should be a "purehardtabs" option disabling those

Re: purehardtabs

2011-06-09 Fir de Conversatie Gary Johnson
On 2011-06-09, luc.d wrote: > I'm using hardtabs since i use vi and before yet, > but sometimes in vim spaces are used for indentation anyway, > and I hate having to type backspace to replace them :-/ > > There should be a "purehardtabs" option disabling those indent rules > based on string length

Re: all I want to do is save a file!

2011-06-09 Fir de Conversatie Christian Brabandt
Hi Tony! On Do, 09 Jun 2011, Tony Mechelynck wrote: > On 09/06/11 09:07, Christian Brabandt wrote: > [...] > >to save and quit, we use: > > > >:exe 'w !tee %' | exe '!kill -9' getpid() > [...] > > Wow! Christian, you're a genius! It might even work. But maybe not > on Windows (or have the "tee a

Re: all I want to do is save a file!

2011-06-09 Fir de Conversatie Tony Mechelynck
On 09/06/11 09:07, Christian Brabandt wrote: [...] to save and quit, we use: :exe 'w !tee %' | exe '!kill -9' getpid() [...] Wow! Christian, you're a genius! It might even work. But maybe not on Windows (or have the "tee and "kill" commands been added since I left?). Best regards, Tony. --

javascript indent bugfix

2011-06-09 Fir de Conversatie luc.d
With the patch below the J1 flag for cinoptions is now working as mentioned in runtime/docs/indent.txt: var bar = { foo: { that: this, some: ok, }, "bar":{

Maybe doc bug?

2011-06-09 Fir de Conversatie Elias Diem
Hello all, is the following a bug in the documentation? In the 'change.txt' file it says: *!!* !!{filter} Filter [count] lines through the external program {filter}. The variable [count] is not shown

purehardtabs

2011-06-09 Fir de Conversatie luc.d
I'm using hardtabs since i use vi and before yet, but sometimes in vim spaces are used for indentation anyway, and I hate having to type backspace to replace them :-/ There should be a "purehardtabs" option disabling those indent rules based on string length. -- You received this message from th

Re: remote API without X

2011-06-09 Fir de Conversatie Yukihiro Nakadaira
Danek Duvall wrote: On Wed, Jun 08, 2011 at 06:38:14AM +0200, Bram Moolenaar wrote: Yasuhiro Matsumoto wrote: On Unix it uses sockets? How does it protect from other users sending commands to my Vim? Yes, it use unix domain socket. this control in /tmp/vim-cmdsrv-UID-SERVERID on unix. And

Confirm a bug with relativenumber behaviour?

2011-06-09 Fir de Conversatie Matt Mower
Hi. I'm using MacVim Snapshot 57 but I've had this confirmed with another non-Mac user. In my .vimrc file I have set relativenumber and that works for files that I open from the command line. But it does not appear to work from files that I open from within Vim itself, using either :e , NERD

Re: all I want to do is save a file!

2011-06-09 Fir de Conversatie Axioplase
2011/6/9 urbanpcguru : > I can open vim with sudo vim /etc/hosts  for example..  But how do I > save and close it? The same way you close it when you run it without sudo! >  I can't seem to find the answer to this > anywhere!? Most people here did find the answer somewhere. > Why would one easy

Re: all I want to do is save a file!

2011-06-09 Fir de Conversatie Christian Brabandt
Hi urbanpcguru! On Mi, 08 Jun 2011, urbanpcguru wrote: > I can open vim with sudo vim /etc/hosts for example.. But how do I > save and close it? I can't seem to find the answer to this > anywhere!? Why would one easy question be so freaking hard to > find??!!! Because you are using the one a