... I hesitated to include this change, since I also don't quite understand how it works. The Make_bc5.mak makefile contains the same construction, that's...
Bram Moolenaar
Bram@...
Apr 1, 2003 8:33 am
31868
I have already posted a patch for arbitrary completion in user defined commands. Maybe I should alaborate a little on that and make it available for insert...
Flemming Madsen
fma@...
Apr 1, 2003 8:58 am
31869
Around about 01/04/2003 09:33, Bram Moolenaar typed ... ... 'WINVER' is used to select which set of Windows headers to use, and hence define backwards...
Neil Bird
neil@...
Apr 1, 2003 10:48 am
31870
... It is an option of the Win32 API library and headers. All compilers can use it....
Alejandro Lopez-Valen...
dradul@...
Apr 1, 2003 12:31 pm
31871
According to :help keymap-file-format, These items are exactly the same as what can be used in a |:lnoremap| command. You can check the result with this...
Benji Fisher
benji@...
Apr 1, 2003 2:35 pm
31872
I didn't see any feedback, positive or negative, on any of these patches, so I thought I would repost them to make sure they weren't missed. ...
Dan Sharp
dwsharp@...
Apr 1, 2003 6:33 pm
31873
... The language mappings are added as buffer-local mappings. These overrule global mappings. Thus you get the same behavior when using ... -- ### Hiroshima...
Bram Moolenaar
Bram@...
Apr 1, 2003 6:47 pm
31874
... Looks OK to me, but I didn't actually check the changes. I'll await comments for a few days before sending out these patches. -- E M A C S s e l o...
Bram Moolenaar
Bram@...
Apr 1, 2003 7:54 pm
31875
Patch 6.1.435 Problem: ":winsize x" resizes the Vim window to the minimal size. (Andrew Pimlott) Solution: Give an error message for wrong arguments of...
Bram Moolenaar
Bram@...
Apr 1, 2003 8:09 pm
31876
I've been a user of Vim for a while now, and it has become my favorite editor. Like all programs, vim is not perfect. One of my chief complaints about vim is...
Anthony Giorgio
agiorgio@...
Apr 1, 2003 10:06 pm
31877
Bram Moolenaar wrote: [snip] ... Thanks, that does it. I should have looked more closely at the output of ... (I know the * for the "nore" variant, but I...
Benji Fisher
benji@...
Apr 2, 2003 2:43 am
31878
I think this has been discussed here previously, but I find that system() is completely broken on Win95 (command.com) with shellslash set. I always have to...
Steve Hall
digitect@...
Apr 2, 2003 3:03 am
31879
In message <200303281931.h2SJV6J05531@...> of Fri, 28 Mar 2003 20:31:06 in , Bram Moolenaar <Bram@...> writes ... I am sorry it has taken...
Walter Briscoe
wbriscoe@...
Apr 2, 2003 6:50 am
31880
... Walter (and all), For some reason I had to apply the patch manually (probably my mail client trashing the tabs), but I can confirm a successful test...
Vince Negri
vnegri@...
Apr 2, 2003 7:26 am
31881
... Maynard) ... I just noticed that this patch breaks the build if FEAT_MBYTE is not enabled. This fixes it: ...
Vince Negri
vnegri@...
Apr 2, 2003 8:01 am
31882
In a recent thread, it would have been useful to replace Vim's main.c with the following code. /* Dummy Vim to exercise mch_FullName() */ typedef unsigned char...
Walter Briscoe
wbriscoe@...
Apr 2, 2003 8:27 am
31883
The reason of my question are my experiments with cscope on win32. Cscope inherits Vim handles and this may prevent deleting files from within Vim ... Now I...
Khorev Sergey
Khorev@...
Apr 2, 2003 10:54 am
31884
Here's the latest update on my hacking activities: I've put up a screenshot of an editing session which makes use of the three new features I've been working ...
Vince Negri
vnegri@...
Apr 2, 2003 12:21 pm
31885
... This problem is not a Vim problem, Vim is a victim -- of an incorrect terminal description. Normally that's a termcap or terminfo issue. If you can't fix...
Charles E. Campbell
cec@...
Apr 2, 2003 2:23 pm
31886
Another question about keymaps (and :lmap's). Did I miss an option, or do they not apply in Select mode? After ... I get "A" when I type "a" in Insert mode,...
Benji Fisher
benji@...
Apr 2, 2003 3:57 pm
31887
lets face it...the 'commentstring' option sucks. it only works well for C like languages, and if you need it for some other filetype you need to set it in a...
Nikolai :: lone-star ...
lone-star@...
Apr 2, 2003 4:48 pm
31888
... For what language does it not work? ... Setting options like 'commentstring' is precisely what filetype plugins are for. Other solutions may be...
Bram Moolenaar
Bram@...
Apr 2, 2003 5:37 pm
31889
... Yes. But generating a file that contains only this for filetypes such as screen and modconf and so on seems a bit silly. ... Well since // is :// in...
Nikolai :: lone-star ...
lone-star@...
Apr 2, 2003 6:33 pm
31890
When the 'lisp' option is on, 'iskeyword' implicitly includes the `-' (hyphen) character. It may be similarly advisable to implicitly remove `t' from...
Dorai Sitaram
ds26@...
Apr 2, 2003 7:01 pm
31891
Hello! Lots of changes went into <netrw.vim> v27, currently available for testing (that's why its "NOT RELEASED") under ...
Charles E. Campbell
cec@...
Apr 2, 2003 8:58 pm
31892
Hello, I have got a report about bug in windows version of Vim with latest patches. If in clipboard are polish diacritics and copied to clipboard eg. "*yy and...
Mikolaj Machowski
mikmach@...
Apr 2, 2003 8:59 pm
31893
... I don't quite understand why cscope would inherit the Vim handles. Don't you run it as a separate program? ... That sounds like a "last resort" solution. ...
Bram Moolenaar
Bram@...
Apr 2, 2003 9:35 pm
31894
... 'shellslash' is for using a Unix-like shell, not for command.com. It's mentioned in the second line in the help for 'shellslash'... -- FATHER: Did you...
Bram Moolenaar
Bram@...
Apr 2, 2003 9:35 pm
31895
... Right. This should probably also check for "WIN3264", I don't think MultiByteToWideChar() is available in MS-Windows 3.1. -- GUARD #1: What -- a swallow...
Bram Moolenaar
Bram@...
Apr 2, 2003 9:36 pm
31896
... The problem here is that Vim doesn't know that the character you are typing is going to be inserted. If it was a cursor movement command, language...