Re: Cannot traverse taglist after installing SourceExlorer

2012-07-29 Thread Arun
On Thursday, July 26, 2012 2:37:54 PM UTC+5:30, Christian Brabandt wrote: > On Thu, July 26, 2012 11:01, Arun wrote: > > > On Wednesday, July 25, 2012 7:50:27 PM UTC+5:30, Arun wrote: > > >> Hi, > > >> > > >> Recently I have added the following vim plugins - Source Explorer, > > >> NERDTree an

Re: Cannot traverse taglist after installing SourceExlorer

2012-07-29 Thread Arun
On Thursday, July 26, 2012 10:04:59 PM UTC+5:30, Ben Fritz wrote: > On Wednesday, July 25, 2012 9:20:27 AM UTC-5, Arun wrote: > > > Hi, > > > > > > Recently I have added the following vim plugins - Source Explorer, NERDTree > > and Trnity. > > > I found that with Source Explorer I am not able

Re: vim: syntax issue: colorscheme change reset my syntax highlight

2012-07-29 Thread ping
On 7/17/2012 5:38 PM, Chris Jones wrote: On Mon, Jul 16, 2012 at 11:25:43AM EDT, ping wrote: experts: I found every time I change my colorscheme, my syntax highlight seems got reset. * the reason I need to change my colorscheme: I use vim from inside gnu screen, work from office & home, in of

Re: background color gray instead of black

2012-07-29 Thread Britton Kerin
On Sat, Jul 28, 2012 at 4:56 PM, Chris Jones wrote: > On Sat, Jul 28, 2012 at 03:11:23PM EDT, Britton Kerin wrote: >> I've tried both these commands: >> >> :highlight Normal ctermbg=black >> :highlight Normal ctermbg=0 >> >> but the background is still ugly grey not true black. >> >> Hmm

Re: background color gray instead of black

2012-07-29 Thread Chris Jones
On Sun, Jul 29, 2012 at 01:03:43PM EDT, Britton Kerin wrote: > On Sat, Jul 28, 2012 at 4:56 PM, Chris Jones wrote: [..] > > It looks the same after the first ctermbg=255 command above. t After > the second one, the output changes showing ctermbg=255 instead of > ctermbg=0. > > What color is th

Re: vim: syntax issue: colorscheme change reset my syntax highlight

2012-07-29 Thread Chris Jones
On Sun, Jul 29, 2012 at 12:38:30PM EDT, ping wrote: > > On 7/17/2012 5:38 PM, Chris Jones wrote: [..] > >Maybe you could comment out the ‘hi’ statements at the end of this > >syntax file.. or if you like the color scheme move them to a separate > >color scheme file..? > > > > this I tried, but

Re: Display more characters as one

2012-07-29 Thread jachymb
Thanks, that's exactly what I was looking for! :-) Jachym On Saturday 28 of July 2012 17:23:49 you wrote: On Sat, Jul 28, 2012 at 03:32:11AM -0700, jachymb wrote: > Hello, everybody! This is my first post here. Welcome ;-) > I stumbled upon the following feature in the haskell editor "yi",

Re: Display more characters as one

2012-07-29 Thread jachymb
But maybe one more question to this topic, though: Is it possible to create different conceal "classes"? I mean, when I do some syntax mathching with conceal, I have to link the conceal to only one syntax type like this: "hi! link Conceal Operator". But not all things I want to conceal are neces

Re: when to use ' or "

2012-07-29 Thread Ben Fritz
On Friday, July 27, 2012 7:02:52 PM UTC-5, Bee wrote: > I tend to use ' around strings passed as arguments to functions or > > commands, and use " for comments. > > > > Comments... Please > > I use " for strings when I need to use special characters, e.g. :execute "nnoremap \" MyFuncResult(

Re: Filetype detection on vim

2012-07-29 Thread Ben Fritz
On Saturday, July 28, 2012 11:10:35 PM UTC-5, Tony Mechelynck wrote: > On 27/07/12 12:49, ansuman wrote: > > > Hi, > > > > > > I am not getting how to add a new filetype to vim. I am on windows and I am > > > using vim73. > > > > > > I want to add a new filetype with extention .pn. For this I

Re: Cannot traverse taglist after installing SourceExlorer

2012-07-29 Thread Ben Fritz
On Sunday, July 29, 2012 2:43:09 AM UTC-5, Arun wrote: > On Thursday, July 26, 2012 10:04:59 PM UTC+5:30, Ben Fritz wrote: > > On Wednesday, July 25, 2012 9:20:27 AM UTC-5, Arun wrote: > > > > > Hi, > > > > > > > > > > Recently I have added the following vim plugins - Source Explorer, > > > NE

Re: when to use ' or "

2012-07-29 Thread Bee
On Jul 29, 7:24 pm, Ben Fritz wrote: > On Friday, July 27, 2012 7:02:52 PM UTC-5, Bee wrote: > > I tend to use ' around strings passed as arguments to functions or > > > commands, and use " for comments. > > > Comments... Please > > I use " for strings when I need to use special characters, e.g.

Re: Display more characters as one

2012-07-29 Thread Simon Ruderich
On Sun, Jul 29, 2012 at 11:10:44AM -0700, jachymb wrote: > But maybe one more question to this topic, though: > Is it possible to create different conceal "classes"? I mean, when I do some > syntax mathching with conceal, I have to link the conceal to only one syntax > type like this: "hi! link Con

Re: Filetype detection on vim

2012-07-29 Thread Gary Johnson
On 2012-07-29, Ben Fritz wrote: > On Saturday, July 28, 2012 11:10:35 PM UTC-5, Tony Mechelynck wrote: > > On 27/07/12 12:49, ansuman wrote: > > > I want to add a new filetype with extention .pn. For this I > > > had done following: > > > > > > I went to vim installation directory i.e. vim73 and I