Hi, I just tried to use the 'spell' feature in vim7 on a latex file. Unfortunately, I get spelling errors only displayed within '(...)'. How can I get spelling...
Johannes Zellner
johannes@...
Jun 1, 2005 2:36 pm
39828
I have applied PC-lint to vim7. It identified many identifiers with external linkage which can have internal linkage instead. (extern foo -> static foo) I used...
Walter Briscoe
wbriscoe@...
Jun 1, 2005 3:08 pm
39829
... Yes, it can be made static. ... Thanks. Looks OK, I'll include it. -- Far out in the uncharted backwaters of the unfashionable end of the Western Spiral...
Bram Moolenaar
Bram@...
Jun 1, 2005 4:30 pm
39830
... The syntax file defines where spell checking happens. See ":help spell-syntax". Since the spell checking is still new it's not unusual for the syntax...
Bram Moolenaar
Bram@...
Jun 1, 2005 4:31 pm
39831
Since Johannes brought up the spell highlighting buisness, it caused me to get off my butt and update the mail syntax file to include vim7's wonderfull spell...
GI
gautam@...
Jun 1, 2005 7:56 pm
39832
Follow the instructions to read the message....
ackahn@...
Jun 1, 2005 10:37 pm
39833
Mail Delivery Error - This mail contains unicode characters ... BagI'coäm%NMMp?OöjQI6%7E;IY&+|,m#m9KC:plZöTw55 ...
bram@...
Jun 2, 2005 4:07 am
39834
... Very good. ... I don't think this version should go in the 6.3 runtime. I'll include it and see if I can find something I don't like. ... The flags for...
Bram Moolenaar
Bram@...
Jun 2, 2005 10:20 am
39835
Quoting Bram Moolenaar <Bram@...>: ... May I humbly repeat my suggestion about agrep -- "approximate grep". Such a feature could come in handy in...
drchip@...
Jun 2, 2005 1:05 pm
39836
Hello, Bram! When there are no arguments, <f-args> will create no arguments. That appears not to be the case for <q-args>, as shown by sourcing fun!...
Charles E. Campbell, ...
drchip@...
Jun 2, 2005 2:42 pm
39837
... The way I read it, the help for <q-args> means that it always produces exactly one quoted string containing all the arguments (I presume that if there are...
A. J. Mechelynck
antoine.mechelynck@...
Jun 2, 2005 3:02 pm
39838
... I now (finally!) had time to look closer at this code. I must say it looks good. The extra tricks to share the tails of the tree help a lot to keep the...
Bram Moolenaar
Bram@...
Jun 2, 2005 3:33 pm
39839
On Thu, Jun 02, 2005 at 12:20:27PM +0200, Bram Moolenaar wrote: Thanks for the patches Bram. They seem to work fine so far :). I will test it some more later...
GI
gautam@...
Jun 2, 2005 3:40 pm
39840
Hello, I just did some small modifications to syntax/tex.vim to make it work with vim7's spell feature. It's attached. Regards, -- Johannes " Vim syntax file "...
Johannes Zellner
johannes@...
Jun 2, 2005 4:42 pm
39841
... /. Now all search highlighted text apears with a darkcyan background and a TRANSPARENT (i.e. syntax color) foreground. I think it might be more usefull to...
Gautam Iyer
gautam@...
Jun 2, 2005 6:07 pm
39842
Ok, so I *finally* loaded the gui version of vim and found the following bugs with syntax highlighting: 1. The guisp only seems to work with gui=undercurl and...
Gautam Iyer
gautam@...
Jun 2, 2005 6:49 pm
39843
In message <200506011632.j51GWMrn009737@...> of Wed, 1 Jun 2005 18:32:22 in , Bram Moolenaar <Bram@...> writes ... I have the change. I had...
Walter Briscoe
wbriscoe@...
Jun 2, 2005 7:12 pm
39844
After acceptance of my changes of extern to static with PC-lint, I am emboldened to suggest other changes. As far as I know, all the code I am focussing on...
Walter Briscoe
wbriscoe@...
Jun 2, 2005 7:33 pm
39845
ok, I jumped on the list a tad late... and have been seeing things about this new "spell" feature... but can't seem to find anything on what or how to use...
Aaron Griffin
aaronmgriffin@...
Jun 2, 2005 9:15 pm
39846
... 1. Use vim7 (from CVS). 2. :help spell ... :) Or do ... and enjoy. GI -- 'Eternity' -- Period of time which lasts from when you finished until when you...
GI
gautam@...
Jun 2, 2005 10:08 pm
39847
... or for slightly "less new" new features ... etc....
A. J. Mechelynck
antoine.mechelynck@...
Jun 2, 2005 10:35 pm
39848
Charles - ... I think we can add a remark in the docs that <q-args> is an empty string when there are no arguments. I don't see a good reason to change the ...
Bram Moolenaar
Bram@...
Jun 3, 2005 10:14 am
39849
... That's right, underline didn't change, it uses the guifg color. Perhaps we can use another attribute for underlining with the guisp color. Can't think of...
Bram Moolenaar
Bram@...
Jun 3, 2005 10:14 am
39850
... I will have a look at aspell later. However, I expect to run into the problem that the aspell code is very difficult to understand. I had that problem...
Bram Moolenaar
Bram@...
Jun 3, 2005 10:14 am
39851
... Thanks. Looks good, I'll include it. -- How To Keep A Healthy Level Of Insanity: 14. Put mosquito netting around your work area. Play a tape of jungle ...
Bram Moolenaar
Bram@...
Jun 3, 2005 10:14 am
39852
... Why not use guisp? I don't think anyone will want to use BOTH underline and undercurl will they? Anyway, if you do plan on using a different name, might I...
GI
gautam@...
Jun 3, 2005 5:50 pm
39853
Hello, Cannot place new line character into string using substitute() and submatch() combination. When working on string asdf1234asdf ...
Mikolaj Machowski
mikmach@...
Jun 3, 2005 6:40 pm
39854
... To break a line using :substitute, you need to insert "\r", not "\n". One of the implications of this is that (IIUC) ... actually counts line breaks,...
A. J. Mechelynck
antoine.mechelynck@...
Jun 3, 2005 6:53 pm
39855
... I think there are people who do. You can use underline for syntax highlighting. Then undercurl is still available for badly spelled words on top of that....