Patch 6.2.300 (after 6.2.297) Problem: Cannot build Python interface with Python 2.2 or earlier. Solution: Add a semicolon. Files: src/if_python.c ...
Bram Moolenaar
Bram@...
Mar 1, 2004 9:56 am
34980
Forgot to update the patch number in the patch... ... *************** ... { /* Add new patch number below this line */ + /**/ + 299, /**/ -- Q: How does...
Bram Moolenaar
Bram@...
Mar 1, 2004 9:56 am
34981
... Right, added the "return" afterwards. Patch coming... -- Proverb: A nightingale that forgets the lyrics is a hummingbird. /// Bram Moolenaar --...
Bram Moolenaar
Bram@...
Mar 1, 2004 9:56 am
34982
... It will be better to distribute the translated help files as a separate package. I expect them to be available at different times than Vim releases. And...
Bram Moolenaar
Bram@...
Mar 1, 2004 9:58 am
34983
... If the size increase is this small, I think it's a good idea to include the console versions. Allow the user to select whether he wants to install the...
Bram Moolenaar
Bram@...
Mar 1, 2004 9:58 am
34984
On Sunday, February 29, 2004 1:20 PM, Giuseppe Bilotta broke the silence ... Ahh yes! I think your request is reasonable. I'd be happy with English and...
Alejandro Lopez-Valen...
dradul@...
Mar 1, 2004 10:48 am
34985
... I just keep including the latest version you send. Assuming it will come to an end some day. :-) -- GUARD #1: Where'd you get the coconut? ARTHUR: We...
Bram Moolenaar
Bram@...
Mar 1, 2004 10:50 am
34986
On Monday, March 01, 2004 4:57 AM, Bram@... broke the silence ... Let's call it quitters. :-)...
Alejandro Lopez-Valen...
dradul@...
Mar 1, 2004 10:50 am
34987
Bram - After adding patch 6.2.299 "make install" fails. I have just added the patch, but not downloaded any new runtime files, so there are no *.??x and...
Brandt, Servatius
Servatius.Brandt@...
Mar 1, 2004 10:58 am
34988
i found this document about you...
khorev@...
Mar 1, 2004 11:07 am
34989
I tried to use input() inside mapping and got unexpected results. ... , then press ;; Unexpectedly, I don't get prompt "Enter something ". Instead, input()...
Yakov Lerner
yakov.lerner@...
Mar 1, 2004 11:15 am
34990
... true`"); \ ... With KornShell or bash it would be possible to use `echo @(*.txt|tags|*.??x|tags-??)` but you could also use the find command inside the...
Brandt, Servatius
Servatius.Brandt@...
Mar 1, 2004 12:28 pm
34991
... No, it's just one of the possible compression methods from NSIS. I also vote for integration of the console executables. But the help files and language...
Matthias Mohr
MMohr@...
Mar 1, 2004 12:52 pm
34992
... We need a solution that works with every sh-like shell. My "sh" doesn't support @(). Would using "find" be less complicated than using "ls"? -- This is...
Bram Moolenaar
Bram@...
Mar 1, 2004 1:02 pm
34993
On Monday, March 01, 2004 7:52 AM, Matthias Mohr broke the silence of ... I am not particuarly knowledgeable, but I am writing a prototype....
Alejandro Lopez-Valen...
dradul@...
Mar 1, 2004 1:36 pm
34994
Please have a look at the attached file....
mikmach@...
Mar 1, 2004 1:49 pm
34995
Your document is attached....
dany.stamant@...
Mar 1, 2004 2:14 pm
34996
... true`"); \ ... doesn't ... "ksh" leaves "@(notexistent)" unchanged, it doesn't replace it by nothing: this is the same as for "sh" when a pattern does not...
Brandt, Servatius
Servatius.Brandt@...
Mar 1, 2004 2:38 pm
34997
After using "g," for a while, I get annoyed that a position is remembered for every change. Doing "xxxxxx" creates six positions. It's probably a good idea to...
Bram Moolenaar
Bram@...
Mar 1, 2004 2:44 pm
34998
Hi, To me personally, it would be more useful to remember the change if either line or column is different. This is because I often make changes to large data...
Benjamin Peterson
bpeterson@...
Mar 1, 2004 2:55 pm
34999
... Hmm, I thought (hoped) that wildcards without a match would be ignored silently. Somehow I have been testing this in a wrong way. Ignoring the "ls"...
Bram Moolenaar
Bram@...
Mar 1, 2004 3:25 pm
35001
... Yes. See the TWIN() function in foo.vim for an example of how to use a mapping and a function for this sort of thing. ...
Benji Fisher
benji@...
Mar 1, 2004 3:32 pm
35002
... A few days ago, there was a request to break up the "undo" history when typing many lines in Insert mode. Is there any chance of that? If not, then...
Benji Fisher
benji@...
Mar 1, 2004 3:38 pm
35003
Patch 6.2.301 Problem: The "select all" item from the popup menu doesn't work for Select mode. Solution: Use the same commands as for the "Edit.select...
Bram Moolenaar
Bram@...
Mar 1, 2004 3:43 pm
35004
... Actually, Dos32 Vim (compiled with DJGPP) is recommended for Win9x console. From my experience, it works great for Win98se. ... Also, see the options at...
Jonathan D Johnston
jdjohnston2@...
Mar 1, 2004 3:44 pm
35006
Patch 6.2.302 Problem: Using "CTRL-O ." in Insert mode doesn't work properly. (Benji Fisher) Solution: Restore "restart_edit" after an insert command that...
Bram Moolenaar
Bram@...
Mar 1, 2004 3:54 pm
35007
Patch 6.2.303 Problem: Cannot use Unicode digraphs while 'encoding' is not Unicode. Solution: Convert the character from Unicode to 'encoding' when...
Bram Moolenaar
Bram@...
Mar 1, 2004 4:02 pm
35008
Patch 6.2.304 (extra, after 6.2.256) Problem: Mac: No proper support for 'encoding'. Conversion without iconv() is not possible. Solution: Convert input...
Bram Moolenaar
Bram@...
Mar 1, 2004 4:13 pm
35010
... Problem is that quite often small changes to a short line do have a different column. For example "pppp" or "xxxx" at the end of the line. Perhaps the...
Bram Moolenaar
Bram@...
Mar 1, 2004 4:48 pm
35011
On Monday, March 01, 2004 10:44 AM, Jonathan D Johnston broke the ... Are you sure? I think you mean this: """ Dos16 version Can be used on any MS-DOS system,...