... mch_FullName() expands a path name to an absolute path. Thus it becomes independent of changing directory. The fchdir() doesn't change directory the first...
23341
Bram Moolenaar
Bram@...
Aug 1, 2001 10:08 pm
Dan - ... Thanks for verifying that. I can imagine the OLE version needs some extra header files. gui_w48 must also use something that requires an extra...
23342
Denis (work)
denisp@...
Aug 1, 2001 10:17 pm
..snip.. ... ..snip.. ... ah, i would pay to have some ms windows programmers around here, and hear them say something similar about some things in that other...
23343
Corinna Vinschen
vinschen@...
Aug 1, 2001 10:24 pm
... You can read and write them using COM functions. ... Sorry if that was unclear in my first mail. The .exe extensions are no problem anymore for the current...
23344
Corinna Vinschen
vinschen@...
Aug 1, 2001 10:27 pm
... Hey, I like Windows NT/W2K as it is! I wouldn't have that fun working on Cygwin if Windows would be perfect ;-) OTOH, don't talk about 9x/ME... Corinna -- ...
23345
Thore B. Karlsen
eightbit@...
Aug 1, 2001 10:59 pm
... But they do, maybe not so often in public, but they do. When I was up at Microsoft the developers weren't brainwashed to the extent one would think. The...
23346
Corinna Vinschen
vinschen@...
Aug 1, 2001 11:54 pm
Hi, the following patch fixes a problem compiling in src/po if the ... +++ src/po/Makefile Thu Aug 2 00:40:33 2001 @@ -60,7 +60,7 @@ ja.sjis.po: ja.po...
23347
Mark Waggoner
waggoner@...
Aug 2, 2001 12:11 am
If I use: /.\%<5v I only match the first three columns, not the first four columns. Seems off by one to me. Vim 6.0ap -- Mark Waggoner | ...
23348
Robert Webb
RobertW@...
Aug 2, 2001 1:37 am
... Doh! You're right. I tracked it down to this line: source $VIM/filemgr.vim For the moment, I'll just delete that line, and it works fine again. Rob....
23349
Madoka Machitani
madokam@...
Aug 2, 2001 3:10 am
... This seems to be the issue of iconv, not vim's. I've been annoyed by this behavior too, but I've got no idea how to avoid that. regards, -- Madoka...
23350
Thore B. Karlsen
eightbit@...
Aug 2, 2001 12:26 pm
This mapping waits for a character and then inserts it: nnoremap ,i :exe "normal i" . nr2char(getchar())<cr> This mapping does absolutely nothing: nnoremap...
23351
Nikolai 'pcp'...
da.box@...
Aug 2, 2001 1:02 pm
ho my god is it a lot easier to like vim.sf.net...it's even got a layout! =)...nothing wrong with www.vim.org...except that it's kind of non-user-friendly... ...
23352
Walter Briscoe
wbriscoe@...
Aug 2, 2001 1:47 pm
In article <Mt$OcJAQA8Z7Eweb@...> of Wed, 1 Aug 2001 09:38:40 in !vim-dev, Walter Briscoe <wbriscoe@...> writes ... The problem can...
23353
Walter Briscoe
wbriscoe@...
Aug 2, 2001 1:48 pm
A change to Make_mvc.mak was made in vim 6.0ap /fixed:no was added to the linker options. A comment says it is for "Quantify". grepping vim-vev suggests ...
23354
Walter Briscoe
wbriscoe@...
Aug 2, 2001 1:50 pm
I delivered a version of Make_dvc.mak to Bram in an email of 2001-07-27. My DOS file was converted to a Unix file in the extra archive. ... Trailing spaces...
23355
Johannes Zellner
johannes@...
Aug 2, 2001 2:03 pm
Hi, using cygwin on win2k I can type bash# gvim /etc/fred This results for vim in: 1) :args --> \etc\fred (correct) 2) ^G c:\etc92;fred (where does the c: come...
23356
Ron Aaron
raaron@...
Aug 2, 2001 4:46 pm
I know this seems obvious, but if I have e.g.: winpos 10 10 in my startup files, I don't see the effect unless I do it in a GUIEnter auto....
23357
Ron Aaron
raaron@...
Aug 2, 2001 5:01 pm
Try this: gvim -u test.vim where test.vim has this line: au GUIEnter * :set gfn=blah On a Linux machine, gvim will complain immediately it cannot find the...
23358
Mark Waggoner
waggoner@...
Aug 2, 2001 8:50 pm
This doesn't work very well at all: function! Test() echon "type a character " let a = getchar() echo "'" . nr2char(a) . "'" echon "type another character " ...
23359
Benji Fisher
benji@...
Aug 3, 2001 2:53 am
... Right. That is why the example under :help GUIEnter uses :winpos . --Benji Fisher...
23360
Benji Fisher
benji@...
Aug 3, 2001 2:58 am
... I get the same behavior with gvim 6.0ao and 5.7 on W95. --Benji Fisher...
23361
Ron Aaron
ron@...
Aug 3, 2001 6:22 am
... Hi, Benji - I understand that - the problem is that if you have a startup command -- for example, restoring a session -- which positions the window, it has...
23362
Corinna Vinschen
vinschen@...
Aug 3, 2001 8:27 am
Hi, I would like to propose the following patch to the changelog.vim syntax file. The reason is the the current version just hilights the area * filename...
23363
vipin aravind
vipin.aravind@...
Aug 3, 2001 9:02 am
hello, Iam not able to run install.exe in ms-windows. I checked the help but didn't help. C:\alpha92;vim60ap>install This program sets up the installation of Vim...
23364
Corinna Vinschen
vinschen@...
Aug 3, 2001 11:34 am
... I have further investigated that problem and I have fixed fchdir() in the Cygwin CVS repository. However, since the current official and previous releases...
23365
Daniel Snoddy
danielws@...
Aug 3, 2001 12:32 pm
I tried to build vim (6.0ap) with cscope enabled. I'm not really sure of the options to run -- I used CFLAGS=-DUSE_CSCOPE ./configure --enable-gui=gtk before...
23366
Madoka Machitani
madokam@...
Aug 3, 2001 1:42 pm
Hi, Just a brief bug report. Multibyte characters do not seem to be displayed when it should be italicized. I'm using gvim 6.0ap on windows 98. Thanks for...
23367
Dan Sharp
vimuser@...
Aug 3, 2001 2:25 pm
... Try adding the --enable-cscope to your ./configure command instead of using the CFLAGS argument. ./configure --enable-gui=gtk --enable-cscope Dan Sharp...
23368
Bram Moolenaar
Bram@...
Aug 3, 2001 2:34 pm
... Please send remarks about a syntax file to its maintainer. In this case that's Gediminas Paulauskas <menesis@...>. -- Never eat yellow snow. ///...
23369
Bram Moolenaar
Bram@...
Aug 3, 2001 2:36 pm
Richard Hillesley has written a very nice article about the connection between Vim and "the digital divide". It is published in the Linux user magazine of ...