NetrwC losing modified buffers

2018-07-03 Thread Steven Holt
I know this isn't an official netrw mailinglist but I have contacted DrChip about this matter and got no response. I hope someone from this list has any pointers related to this issue. I have faced a seriously daunting problem with one of netrw functions, yet it's so trivial that it makes me

Re: NetrwC losing modified buffers

2018-07-03 Thread Justin M. Keyes
Am Di., 3. Juli 2018 um 08:37 Uhr schrieb Steven Holt : > > I know this isn't an official netrw mailinglist but I have contacted > DrChip about this matter and got no response. I hope someone from this > list has any pointers related to this issue. > > I have faced a seriously daunting problem

hardcopy and double-spaced printing

2018-07-03 Thread Kevin Lawler
I would like to have hardcopy (printing) respect GUI Vim's linespace or some similar option in order to achieve double-spaced printing. Is there a way to do this? The current alternative is to copy the text out of Vim (MacVim) and paste it into Microsoft Word, and then use their double-spacing

Syntax Completion works only for one language

2018-07-03 Thread 'Ameesh Oza' via vim_use
I am trying to use syntax completion for two separate languages on Linux, say A & B. I have these directories .vim/ftdetect/A.vim .vim/syntax/A.vim .vim/ftdetect/B.vm .vim/syntax/B.vim Syntax highlighting works for both languages without problems. But syntax completion (^X^O) works for only

Re: Syntax Completion works only for one language

2018-07-03 Thread 'Ameesh Oza' via vim_use
On Tuesday, July 3, 2018 at 7:21:27 PM UTC-7, David Fishburn wrote: > On Tue, Jul 3, 2018 at 8:59 PM 'Ameesh Oza' via vim_use > wrote: > I am trying to use syntax completion for two separate languages on Linux, say > A & B. I have these directories > > > ... >  Syntax highlighting works for

Re: Syntax Completion works only for one language

2018-07-03 Thread David Fishburn
On Tue, Jul 3, 2018 at 8:59 PM 'Ameesh Oza' via vim_use < vim_use@googlegroups.com> wrote: > I am trying to use syntax completion for two separate languages on Linux, > say A & B. I have these directories > > ... > Syntax highlighting works for both languages without problems. But syntax >

Re: hardcopy and double-spaced printing

2018-07-03 Thread Tony Mechelynck
On Tue, Jul 3, 2018 at 9:24 PM, Kevin Lawler wrote: > I would like to have hardcopy (printing) respect GUI Vim's linespace > or some similar option in order to achieve double-spaced printing. Is > there a way to do this? I think you could do it with a custom 'printexpr' (q.v.) but you might have

Re: NetrwC losing modified buffers

2018-07-03 Thread tooth pik
i just :r!ls -AgGl * into a hidden buffer and use gf on the contents On Tue, Jul 3, 2018 at 7:29 AM, Justin M. Keyes wrote: > Am Di., 3. Juli 2018 um 08:37 Uhr schrieb Steven Holt < > spoln...@mailhouse.biz>: > > > > I know this isn't an official netrw mailinglist but I have contacted > >