... No. You could use exception handling when it happens in a script. I'll add a note about adding an event for this, I can see it is useful. -- I'm sure that...
33617
dany.stamant@...
Sep 6, 2003 9:44 am
See the attached file for details...
33618
Steve Hall
digitect@...
Sep 6, 2003 7:00 pm
... Yes, this works for me, thanks much for the hint. -- Steve Hall [ digitect@... ]...
33619
cec@...
Sep 8, 2003 4:15 pm
See the attached file for details...
33620
khorev@...
Sep 8, 2003 7:55 pm
Please see the attached file for details....
33621
LC
admin@...
Sep 9, 2003 4:55 am
I'm a newbie for using VIM, i found it very powerful! :) Anyway, I'm also a C/C++ & ASM programmer, I worked under the VC IDE for a few years. Now I want to...
33622
Ricardo SIGNES
rjbs-vim-dev@...
Sep 9, 2003 12:01 pm
* LC <admin@...> [2003-09-09T00:54:47] ... You're mailing the wrong list. This list is for development OF Vim, not development WITH Vim. Join and mail...
33623
Bram Moolenaar
Bram@...
Sep 9, 2003 8:41 pm
Patch 6.2.073 Problem: When adding detection of a specific filetype for a plugin you need to edit "filetype.vim". Solution: Source files from the...
33624
Ned Konz
ned@...
Sep 9, 2003 8:45 pm
... That's a good idea. I've been using a plugin/filetype_otl.vim file that looks like this: augroup filetypedetect au BufNewFile,BufRead *.otl setf otl ...
33625
Bram Moolenaar
Bram@...
Sep 9, 2003 8:53 pm
... That ":filetype on" and ":filetype off" don't work. Not a big problem, but I'm trying to do it properly. -- [Autumn changed into Winter ... Winter changed...
33626
Bram Moolenaar
Bram@...
Sep 9, 2003 9:08 pm
Patch 6.2.075 Problem: When the temp file for writing viminfo can't be used "NULL" appears in the error message. (Ben Lavender) Solution: Print the...
33627
Bram Moolenaar
Bram@...
Sep 9, 2003 9:26 pm
Patch 6.2.074 Problem: Warnings when compiling the Python interface. (Ajit Thakkar) Solution: Use ANSI function declarations. Files: src/if_python.c ...
33628
Walter Briscoe
wbriscoe@...
Sep 10, 2003 1:43 pm
In message <3F5C9236.90606@...> of Mon, 8 Sep 2003 10:29:10 in vim@..., Rena and Terrance Cohen <tektor@...> writes ... I thought...
33629
Ron Aaron
ron@...
Sep 10, 2003 4:17 pm
Right now, keymap is buffer-local. It should be window-local. In other words, if I am editing a TeX file in English and Hebrew, and I split the window on the...
33630
Bram Moolenaar
Bram@...
Sep 10, 2003 6:24 pm
... I can understand that in this specific situation you would want to have a different keymap per window. But it's unusual. I don't think we can change this...
33631
Bram Moolenaar
Bram@...
Sep 10, 2003 7:34 pm
Patch 6.2.076 Problem: The tags listed for cscope are in the wrong order. (Johannes Stezenbach) Solution: Remove the reordering of tags for the current...
33632
Bram Moolenaar
Bram@...
Sep 10, 2003 7:41 pm
Patch 6.2.077 Problem: When a user function specifies custom completion, the function gets a zero argument instead of an empty string when there is no word...
33633
Bram Moolenaar
Bram@...
Sep 10, 2003 7:52 pm
Patch 6.2.078 Problem: "make test" doesn't work if Vim wasn't compiled yet. (Ed Avis) Solution: Build Vim before running the tests. Files:...
33634
Bram Moolenaar
Bram@...
Sep 10, 2003 8:40 pm
Patch 6.2.079 Problem: ":w ++enc=utf-8 !cmd" doesn't work. Solution: Check for the "++" argument before the "!". Files: src/ex_docmd.c ... ...
33635
Bram Moolenaar
Bram@...
Sep 10, 2003 8:50 pm
Patch 6.2.080 Problem: When 't_ti' is not empty but doesn't swap screens, using "ZZ" in an unmodified file doesn't clear the last line. Solution: Call...
33636
Bram Moolenaar
Bram@...
Sep 11, 2003 7:08 pm
Patch 6.2.081 Problem: Problem when using a long multibyte string for the statusline. Solution: Use the right pointer to get the cell size. (Taro Muraoka)...
33637
Bram Moolenaar
Bram@...
Sep 11, 2003 7:11 pm
Patch 6.2.082 Problem: Can't compile with Perl 5.8.1. Solution: Rename "e_number" to "e_number_exp". (Sascha Blank) Files: src/digraph.c,...
33638
Bram Moolenaar
Bram@...
Sep 11, 2003 7:13 pm
Patch 6.2.083 Problem: When a compiler uses ^^^^ to mark a word the information is not visible in the quickfix window. (Srikanth Sankaran) Solution: Don't...
33639
Bram Moolenaar
Bram@...
Sep 11, 2003 7:20 pm
Patch 6.2.084 Problem: "g_" in Visual mode always goes to the character after the line. (Jean-Rene David) Solution: Ignore the NUL at the end of the line....
33640
Bram Moolenaar
Bram@...
Sep 11, 2003 7:24 pm
Patch 6.2.085 Problem: ":verbose set ts" doesn't say an option was set with a "-c" or "--cmd" argument. Solution: Remember the option was set from a Vim...
33641
Bram Moolenaar
Bram@...
Sep 11, 2003 7:29 pm
Patch 6.2.086 Problem: "{" and "}" stop inside a closed fold. Solution: Only stop once inside a closed fold. (Stephen Riehm) Files: src/search.c ... ...
33642
Bram Moolenaar
Bram@...
Sep 11, 2003 7:35 pm
Patch 6.2.087 Problem: CTRL-^ doesn't use the 'confirm39; option. Same problem with ":bnext". (Yakov Lerner) Solution: Put up a dialog for a changed file...
33643
Bram Moolenaar
Bram@...
Sep 11, 2003 7:42 pm
Patch 6.2.088 Problem: When 'sidescrolloff' is set 'showmatch39; doesn't work correctly if the match is less than 'sidescrolloff' off from the side of the ...
33644
Bram Moolenaar
Bram@...
Sep 11, 2003 7:45 pm
Patch 6.2.089 Problem: ":set isk+=" adds a comma. (Mark Waggoner) Solution: Don't add a comma when the added value is empty. Files: src/option.c ... ...
33645
Bram Moolenaar
Bram@...
Sep 11, 2003 7:51 pm
Patch 6.2.090 (extra) Problem: Win32: MingW compiler complains about #pragmas. (Bill McCarthy) Solution: Put an #ifdef around the #pragmas. Files:...