Reply to message «Re: [BUG] v:count1 sometimes returns column number for <expr> mappings if returned expression moves cursor using `|'», sent 16:16:25 24...
59743
Bram Moolenaar
Bram@...
Nov 24, 2010 5:49 pm
Patch 7.3.069 Problem: GTK: pressing Enter in inputdialog() doesn't work like clicking OK as documented. Solution: call gtk_entry_set_activates_default()....
59744
Bram Moolenaar
Bram@...
Nov 24, 2010 9:36 pm
Charles - ... The upload to the ftp site came a bit later. Should be there now. - Bram -- LARGE MAN: Who's that then? CART DRIVER: (Grudgingly) I dunno,...
59745
Hisashi T Fujinaka
htodd@...
Nov 25, 2010 11:49 pm
I'm still in the middle of testing this, but I think this broke my Mac OS X gtk2 build. Hard to tell from just the diffs, but os_macsosx.m is building when it...
59746
Hisashi T Fujinaka
htodd@...
Nov 26, 2010 3:58 am
Not sure, but I fixed this using different environment variables (added --disable-darwin to CONF_OPT_GUI). ... -- Hisashi T Fujinaka - htodd@... ...
59747
Hisashi T Fujinaka
htodd@...
Nov 26, 2010 4:06 am
I think this worked for me, because there's something odd in 10.6 where gvim crashes. The crash log says Application Specific Information: abort() called ...
59748
H Xu
xuhdev@...
Nov 26, 2010 7:37 am
Hello, When I add "b1" to cinoptions, vim doesn't indent current line when I type "break" by default. This is inappropriate, I think. So I recommend to change...
59749
H Xu
xuhdev@...
Nov 26, 2010 4:34 pm
... Hello, Sorry that it should be "=break" but not "0break". The attachment is a patch to change the default value. Hong Xu 2010/11/26 diff -r b2789846ed39...
59750
Bram Moolenaar
Bram@...
Nov 26, 2010 8:43 pm
... Well, if you change the default for 'cinoptions39;, then it's not unusual to also need to change 'cinkeys39;. I don't think "break" needs to be re-indented...
59751
Bram Moolenaar
Bram@...
Nov 26, 2010 9:21 pm
... I wonder why __APPLE__ is defined while MACOS_X isn't. Perhaps the solution would be to define MACOS_X ? I don't know what version you are building. -- ...
59752
Hisashi T Fujinaka
htodd@...
Nov 26, 2010 9:40 pm
... 7.3.69? It's like I said before, I'm building the x version. It doesn't build things like os_macosx.m and if it tries the build dies. -- Hisashi T Fujinaka...
59753
H Xu
xuhdev@...
Nov 27, 2010 4:01 am
... Hello Bram Moolenaar, I don't agree with you. I can't find any option of 'cinoptions39; requires a change of 'cinkeys39; except "bN" and "/N". So add "=break"...
59754
Tom Link
micathom@...
Nov 27, 2010 11:22 am
Hi, When code is evaluated in a sandbox, vim disallows using certain commands and setting certain options. It doesn't disable setting variables though. Is...
59755
Bram Moolenaar
Bram@...
Nov 27, 2010 12:11 pm
... It's already disallowed to run shell commands, so protecting OmnipotentFunction would not be needed. It's indeed a bit of a risk that variables can be...
59756
Bram Moolenaar
Bram@...
Nov 27, 2010 12:11 pm
... Ah, you are building the Unix version on Mac. Then MACOS_X is not defined (confusing that building with X on Mac doesn't define this). I see __APPLE__ is...
59757
Xavier de Gaye
xdegaye@...
Nov 27, 2010 12:34 pm
Problem: As a workaround to the netbeans bug fixed by Vim 7.3.060 (Netbeans: crash when socket is disconnected unexpectedly), pyclewn sends a 'DETACH39; netbeans...
59758
Lech Lorens
lech.lorens@...
Nov 27, 2010 1:50 pm
... Hi, Considering Vim is already slow when e.g. folding is set to syntax, I think adding an item to 'cinkeys39; by default, which would not benefit all the...
59759
Hisashi T Fujinaka
htodd@...
Nov 27, 2010 4:02 pm
... It's been building fine, but gvim hasn't really worked since 7.2.446, at least according to the regression I just did. vim in a console, which is what I...
59760
Bram Moolenaar
Bram@...
Nov 27, 2010 4:42 pm
... Thanks, I'll look into this soon. -- ARTHUR: What are you going to do. bleed on me? "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram...
59761
H Xu
xuhdev@...
Nov 28, 2010 4:20 am
... Hi Lech, Maybe the compromising way you proposed is a better way. Hong Xu 2010/11/28 -- You received this message from the "vim_dev" maillist. Do not...
59762
Ivan Krasilnikov
infnty@...
Nov 28, 2010 9:54 am
Hello, I want yank and paste commands to use the system clipboard by default. Vim has an option for this: clipboard=unnamed which makes yank and paste work...
59763
Ritesh Banerjee
riteshban@...
Nov 28, 2010 6:00 pm
Hi, On Windows, there is no tee utility by default (though one could install a cygwin or mingw version, which I have done). So, "2>&1|tee" for shellpipe does ...
59764
Ritesh Banerjee
riteshban@...
Nov 28, 2010 6:14 pm
Hi, sorry for the confusion. The below method is already possible with : shellpipe="%s 2>&1", and works well. Infact, vim sets this by default on Windows...
59765
Shlomi Fish
shlomif@...
Nov 29, 2010 8:24 am
Hi Ritesh, ... Next time, please don't start a new thread by replying to an existing message. Instead, send a new message to vim_dev@googlegroups.com. I can...
59766
Nikolai Weibull
now@...
Nov 29, 2010 9:47 am
On Sun, Nov 28, 2010 at 21:10, Rogutės Sparnuotos ... Hi! Thank you for the nudge. I’ve now updated syntax/logindefs.vim to follow the manual page of...
59767
Pádraig Brady
P@...
Nov 29, 2010 5:46 pm
Fedora 14 switched to man-db for handling man pages. Ubuntu has been using it for ages. On older versions of Fedora I was able to just add this to my .bashrc...
59768
Bram Moolenaar
Bram@...
Nov 29, 2010 9:33 pm
... Thanks, I'll include it. -- It is too bad that the speed of light hasn't kept pace with the changes in CPU speed and network bandwidth. --...
59769
Nikolai Weibull
now@...
Nov 30, 2010 11:41 am
Writing “Let’s begin …” marks the ‘s’ as a spelling error. Writing “Let's begin …” works fine. Is this a bug, or am I missing something? --...
59770
Peter Odding
peter@...
Nov 30, 2010 7:26 pm
... The spelling dictionaries only contain ASCII quotes and Vim doesn't change that. This has annoyed me as well but not enough to fix the problem. To do so...
59771
Bram Moolenaar
Bram@...
Nov 30, 2010 8:12 pm
... You are using weird quotes from cp1252. The spell checker works with latin1 quotes. The equivalent of cp1252 0x92 is 0x2019 in Unicode. They are not the...