Patch 6.3.079 Problem: Crash when executing a command in the command line window while syntax highlighting is enabled. (Pero Brbora) Solution: Don't use a...
Bram Moolenaar
Bram@...
Jul 1, 2005 9:38 am
40031
... I think (but I could be mistaken) mrxvt has this feature. I know it has a feature to bind keys in the main screen only (so the bindings will not work when...
GI
gautam@...
Jul 1, 2005 5:16 pm
40032
Hello, I have noticed in todo.txt item: Support project word list Please, no. This is too specific and can be easily done with sourcing of local .vimrc with ...
Mikolaj Machowski
mikmach@...
Jul 3, 2005 9:18 am
40033
... Well, I just implemented something yesterday. 'spellfile' is now a list of file names. A count can be given to "zg" and "zw" as an index in this list....
Bram Moolenaar
Bram@...
Jul 3, 2005 11:28 am
40034
I started a further conversation with Bram about diagnostics flagged by PC-lint in vim 7. Point 1.i below was prompted by that and needs to be flagged to...
Walter Briscoe
wbriscoe@...
Jul 3, 2005 4:09 pm
40035
I merged Bram's latest Make_mvc.mak with my own. I have suggestions: 1) +CPPFLAGS = $(CFLAGS) $(OBJDIR)/*.obj are implicitly built from ./*.c and ./*.cpp. It...
Walter Briscoe
wbriscoe@...
Jul 3, 2005 4:09 pm
40036
... $(CPPFLAGS) is not used. the .cpp.obj rule uses $(CFLAGS). ... OK, but then also change the dependency: $(VIM).exe: $(VIM) to: $(VIM): $(VIM).exe And...
Bram Moolenaar
Bram@...
Jul 3, 2005 6:00 pm
40037
In message <200507031805.j63I5HNI014563@...> of Sun, 3 Jul 2005 20:05:17 in , Bram Moolenaar <Bram@...> writes ... The default rule...
Walter Briscoe
wbriscoe@...
Jul 3, 2005 6:40 pm
40038
... It may be undesired in this case, but if ITypeInfo::Release is declared with the exception specification 'throw(...)' (or, equivalently, if it was declared...
James Widman
widman@...
Jul 3, 2005 9:07 pm
40039
Hello, Today CVS. (post should be in iso-8859-2) This is similar to one problem from the past - considering non-ascii letters as word borders. Settings: set...
Mikolaj Machowski
mikmach@...
Jul 3, 2005 9:13 pm
40040
... No. Perfect solution. Local .vimrc was good, but it was replacement of general spellfile. Now it is possible to add local, specific to project file. m....
Mikolaj Machowski
mikmach@...
Jul 3, 2005 9:13 pm
40041
... It is needed with the current version of mobythes.aur, as is $, ', - and /. I have rebuilt mobythes.aur to have on two words per line by transforming:...
Bill McCarthy
WJMc@...
Jul 4, 2005 5:32 am
40042
... By convention, COM objects are not supposed to allow exceptions to propagate across COM interface boundaries. Furthermore, IDL doesn't allow you to...
George V. Reilly
george@...
Jul 4, 2005 7:27 am
40043
In message <CA56A6FF-8BFA-4CA3-8B87-DB68E28BB9A0@...> of Sun, 3 Jul 2005 17:07:27 in , James Widman <widman@...> writes ... [snip] ... I will...
Walter Briscoe
wbriscoe@...
Jul 4, 2005 8:40 am
40044
... I don't get it. The default rule is never used. CPPFLAGS would always be equal to CFLAGS. I don't see a reason to change it. Why look at the default...
Bram Moolenaar
Bram@...
Jul 4, 2005 10:23 am
40045
... You never know how people actually use this feature. You could also use it for programming with names of library functions... Nevertheless, I still want...
Bram Moolenaar
Bram@...
Jul 4, 2005 10:24 am
40046
... There was a problem in reading the list with word characters from the .spl file. This patch should fix it: Index: spell.c ...
Bram Moolenaar
Bram@...
Jul 4, 2005 10:24 am
40047
Patch 6.3.080 (extra) Problem: Win32: With 'encoding' set to utf-8 while the current codepage is Chinese editing a file with some specific characters in the...
Bram Moolenaar
Bram@...
Jul 4, 2005 10:24 am
40048
... The NULL argument isn't used, because another argument has a specific value that is checked in an "if". That's nearly impossible to find in static checks:...
Bram Moolenaar
Bram@...
Jul 4, 2005 10:26 am
40049
... Patch malformed at line 41. Or when saving message in other way: patch v. 2.5.9 mikolaj@localhost ~/vim7/src $ patch -p0 --dry-run < dlug2 patching file...
Mikolaj Machowski
mikmach@...
Jul 4, 2005 4:38 pm
40050
... After doing a 'cvs update' I find that revision 1.16 of Make_mvc.mak no longer creates a VIM or GVIM executable when using Visual Studio.NET 2003. I get...
Dave Roberts
dajaro@...
Jul 4, 2005 4:54 pm
40051
... I shouldn't have removed .exe from the -out argument. I'll fix it. -- Get a life? What is the URL where it can be downloaded? /// Bram Moolenaar --...
Bram Moolenaar
Bram@...
Jul 4, 2005 7:39 pm
40052
... The patch was against the spell.c in CVS. It probably got mangled by the mail system somewhere (e.g, changing tabs to spaces). Anyway, it will be in the...
Bram Moolenaar
Bram@...
Jul 4, 2005 7:39 pm
40053
Hi, ... Thanks. I have adapted some of the programs in the hspell package into a script that generates input files with rare prefixes. It appears to work fine....
Moshe Kaminsky
kaminsky@...
Jul 4, 2005 9:18 pm
40054
... Aah. patch -l and everything works (patching and patch itself). m....
Mikolaj Machowski
mikmach@...
Jul 4, 2005 11:00 pm
40055
Hi Marcus, ... My apologies. I applied intuition to form an opinion about this, and it turns out that opinion was incorrect. Sorry people; I'm new here. Then...
James Widman
widman@...
Jul 5, 2005 12:13 am
40056
In message <200507041027.j64AR46N078344@...> of Mon, 4 Jul 2005 12:27:04 in , Bram Moolenaar <Bram@...> writes ... Let me try again: The...
Walter Briscoe
wbriscoe@...
Jul 5, 2005 6:51 am
40057
... Why? Is the rule for .cpp.obj in Make_mvc.mak not used? That sounds like a bug. But I find it hard to believe, since building if_ole.obj is fine when...
Bram Moolenaar
Bram@...
Jul 5, 2005 9:26 am
40058
... [...] ... I'm glad it works properly. I won't use the script, since I don't want to be the maintainer for all the various spell files! I have now moved...
Bram Moolenaar
Bram@...
Jul 5, 2005 9:26 am
40059
... The problem here is the standard. C99 is probably the worst C standard that was ever made. It was clearly formed by politicians, not by practical...