Hi, is there a way to use vim as external editor when creating mails in Lotus Notes? -- Johannes...
28088
Jürgen Krämer
jkraemer@...
May 2, 2002 6:35 am
Hi, ... the encoding might be DOS code pages 437 or 850 or ... This cannot be decided from the single encoding 'é' == 0x82, because those code pages do not...
28087
Gary Johnson
garyjohn@...
May 2, 2002 6:21 am
... Here is yet another mapping that does that (contributed to this list by someone else several months ago): " Search for the highlighted text. vmap g/...
28086
vipin aravind
vipin.aravind@...
May 2, 2002 5:13 am
scroll copy count from 1 to 2 or above and the collate box will be enabled. Thats how it works. ... Excel, ... ...
28085
Edwin
incaic@...
May 2, 2002 4:17 am
Hello everyone, I'm finally starting to take advantage of the folding mechanism and have read the fold.txt documentation, but was not able to figure out how to...
28084
Thomas S. Urban
scottu@...
May 1, 2002 11:25 pm
... You can do it with the combination of a mapping and a function. '*' starts the function, which gets motion up until enter, which you can see on the input...
28083
Hari Krishna Dara
hari_vim@...
May 1, 2002 10:19 pm
... Thanks for all the suggestions. I will try them out on different platforms to see which one is towards my liking. Hari ...
28082
Benji Fisher
fisherbb@...
May 1, 2002 9:12 pm
... If I understand correctly, you are trying to distinguish between experiments 2 and 3, and between 5 and 6. Experiments 2 and 5 are "ragged right." In the...
28081
Yegappan Lakshmanan
yegappan@...
May 1, 2002 8:56 pm
Hi, ... The new version of the funclist.vim plugin supports highlighting the current function name. The new version of the plugin is at: ...
28080
Charles E. Campbell
cec@...
May 1, 2002 8:37 pm
Hello! I've been experimenting (sounds so much better than "fooling", you know) with attempting to detect ragged-right visual-block selection. OK, I flunked --...
28079
dengping zhu
zhudp@...
May 1, 2002 6:31 pm
Hi, Scott and Brett, it works. Thanks a lot!...
28078
Brett Pershing Stahlman
brett.stahlman@...
May 1, 2002 6:27 pm
Try this command: %s/<span class ="info..">/<h2>/g You could specify digit followed by lower case letter after the info if you like by replacing .. in the...
28077
Scott LaBounty
slabounty@...
May 1, 2002 6:24 pm
Simplistically try (untested) ... This should add the <h2> </h2> around all of your <span> tags. I *think* this is what you are asking for. If not let us know...
28076
dengping zhu
zhudp@...
May 1, 2002 6:19 pm
In one html file, I have some sentences as follows: <span class ="info1a"> <span class ="info2a"> <span class ="info1b"> <span class ="info2b"> ... I want to...
28075
HALIM,SALMAN (HP-NewJ...
salman@...
May 1, 2002 5:59 pm
I use the following mapping myself: vmap * "yy:let @/='\(' . @y . '\)39;<cr> This has the advantage (for me) of not moving the cursor (stick an 'n' at the end...
28074
Scott LaBounty
slabounty@...
May 1, 2002 5:26 pm
Tim, Try "*3yw to yank the 3 words into the * buffer (or you can use any of your other favorite buffers). Then: /<cntl>r* type the / to search then <cntl>r...
28073
Tim O. Gunter
tgunter@...
May 1, 2002 5:20 pm
i would like to be able to search for a string in using motions to select the string from the cursors current position. for example i would like to be able to...
28072
Charles E. Campbell
cec@...
May 1, 2002 4:57 pm
... Engspchk allows you to have a custom dictionary (your own wordlist) as well as a built-in standard one. It also supports suggesting alternative spellings....
28071
Scott DF
sdf@...
May 1, 2002 4:55 pm
I use Aspell with good results and the features you list. http://aspell.sourceforge.net/ Scott...
28070
M K Saravanan
mksarav@...
May 1, 2002 4:48 pm
Dear All, Sorry for asking if the qn. is very basic. How to spell check from vim? Is it possible to add own own list of words to the dictionary? -- mks --...
28069
Ron Aaron
ronaaron@...
May 1, 2002 4:05 pm
I just uploaded my session manager, because of the mail I've been seeing about how to restore settings. I have been using this script or variants of it for...
28068
HALIM,SALMAN (HP-NewJ...
salman@...
May 1, 2002 3:44 pm
... More specifically, you could try saving and restoring a session on VimEnter and VimLeave: au VimLeave * mksession! c:/asdfljkasdflkjahsdf.sess au...
28067
Benji Fisher
benji@...
May 1, 2002 3:31 pm
You can also restore the buffer list (not quite the same as opening all the buffers) with ... HTH --Benji Fisher...
28066
Francois Desarmenien
francois@...
May 1, 2002 2:57 pm
Le Wed, 1 May 2002 08:36:07 -0500 ... Yes, it does: now I begin to catch a glimpse of the vim programming philosophy which is quite disconcerting at first...
28065
HALIM,SALMAN (HP-NewJ...
salman@...
May 1, 2002 1:54 pm
there is: number:y -- it works. ... From: Benji Fisher [mailto:benji@...] Sent: Wednesday, May 01, 2002 9:22 AM To: He WanQing-a2536c Cc:...
28064
Brett Pershing Stahlman
brett.stahlman@...
May 1, 2002 1:37 pm
Try ... Brett S. ... From: <Gilles.Roy@...> To: <vim@...> Sent: Wednesday, May 01, 2002 8:26 AM Subject: Open Buffer History ... to ... any...
28063
Brett Pershing Stahlman
brett.stahlman@...
May 1, 2002 1:28 pm
Francois, The reason that ... worked is that when in ex mode (command-line mode), a command consisting of a single number means go to the line indicated by the...
28062
Gilles.Roy@...
May 1, 2002 1:26 pm
When I start VIM, I would like it to automatically re-open all of the buffers that were open at the time I exited VIM. For example, if I have buffers file,...
28061
Benji Fisher
benji@...
May 1, 2002 1:19 pm
... Did you look under ... yet? There seems to be an option for this, but I have not tested it. HTH --Benji Fisher...
28060
Francois Desarmenien
francois@...
May 1, 2002 9:24 am
Le Tue, 30 Apr 2002 12:35:39 -0700 ... I was just missing the "normal " prepended, but still wonder what does it stands for... Many thanks, François...