Bram, On Mi, 28 Mär 2012, Abu Yoav wrote: [...] ... The help for 'cursorline39; says: ,---- ... `---- While 'cul' has always been highlighting complete lines....
130042
Abu Yoav
abuyoav@...
Mar 29, 2012 7:54 pm
Hi Christian, ... Oh, now I see. I tried changing the last line of the script to au CursorMoved,CursorMovedI * :call CursorLine() but now the cursor movement...
130043
Gary Johnson
garyjohn@...
Mar 29, 2012 10:41 pm
... Or declare it a bug and fix the behavior to match the documentation. Regards, Gary -- You received this message from the "vim_use" maillist. Do not...
130044
sfosparky
phrawm48@...
Mar 29, 2012 10:59 pm
Per the attached screenshot, why do my GVIM tabs include characters such as ""U\R92;D\V"? On other occasions / files, the tabs might include "\P92;M\M\F92;R\F\R92;T". ...
130045
enc0der
enc0der@...
Mar 29, 2012 11:01 pm
The first letter of the directory names that lead up to that file :) ... -- You received this message from the "vim_use" maillist. Do not top-post! Type your...
130046
howard Schwartz
howardb21@...
Mar 30, 2012 1:32 am
Still puzzling over disabling abbreviations in : command line mode. Not even sure of the terminology. In normal mode, hitting / ? or : puts you on the bottom...
130047
Jeri Raye
jeri.raye@...
Mar 30, 2012 5:41 am
Hi, I have the following mappings: inoremap <M-S-7> _ inoremap <M-7> - When I do <M-7> I get - (the dash char), what is what I expected When I do <M-S-7> I...
130048
Jeri Raye
jeri.raye@...
Mar 30, 2012 5:43 am
Hi, I would like to make a mapping to ALT+H. But this brings up the help menu in gvim on windows 7, as the H from Help is the underlined key (don't know the...
130049
Jan Larres
lists@...
Mar 30, 2012 6:22 am
Hi Jeri, ... Yes, have a look at ":h 'winaltkeys39;". Jan -- -[ OpenPGP key ID: 00A0FD5F ]- When I look down, I miss all the good stuff. When I look up, I just...
130050
Marcin Szamotulski
mszamot@...
Mar 30, 2012 6:47 am
... Sure there are functions to do that, see ':help command-line-functions39;, in particular ':help getcmdtype()'. Best, Marcin -- You received this message from...
130051
Christian Brabandt
cblists@...
Mar 30, 2012 6:56 am
... What was wrong with the solution, I provided to you last time? regards, Christian -- You received this message from the "vim_use" maillist. Do not...
130052
Christian Brabandt
cblists@...
Mar 30, 2012 7:08 am
... Well, here is a patch, that fixes it. I am not sure, whether this is a bug and this patch certainly makes 'cul' behave unexpectedly. Would be good, if some...
130053
Yichao Zhou
broken.zhou@...
Mar 30, 2012 8:34 am
Hi, everyone. I want to let vim use syntax to fold c's function in K&R like. int main() { return 0; } So I write this: syntax region function...
130054
Tarlika Elisabeth Sch...
vim@...
Mar 30, 2012 12:19 pm
This is one of my biggest bug bears and it drives me absolutely nuts: Is there a way to prevent :help from splitting the window?! I never, ever want a...
130055
Jürgen Krämer
jottkaerr@...
Mar 30, 2012 12:25 pm
Hi, ... Regards, Jürgen -- Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact...
130056
Marcin Szamotulski
mszamot@...
Mar 30, 2012 12:31 pm
... Hi, What about using an autocommand: au BufEnter * if &filetype == 'help' | :only | endif See ':help :only' for how it works when 'hidden39; is not set. The...
130057
jeroen
jbudts@...
Mar 30, 2012 12:39 pm
... I always use that method to read help pages. In fact I have added an abbreviation in my .vimrc for it: cabbrev help tab help Now whenever you start typing...
130058
Guido Van Hoecke
guivho@...
Mar 30, 2012 12:40 pm
On Fri, Mar 30, 2012 at 13:51, Tarlika Elisabeth Schmitz ... Same here ... I have this command abbreviation: " h open help in new tab cabbrev h tab help So...
130059
Phil Dobbin
phildobbin@...
Mar 30, 2012 1:10 pm
... Hash: SHA1 ... Maybe it's just me but if I type: `:tab help topic` that works but the above abbreviation doesn't do anything. Vim 7.2.445 huge with GTK2...
130060
Guido Van Hoecke
guivho@...
Mar 30, 2012 1:29 pm
... `:h topic` should work equally well. ... Strange, I have this cabbrev in my .vimrc longer than I can remember. Currently I use ... VIM - Vi IMproved 7.3...
130061
Tarlika Elisabeth Sch...
vim@...
Mar 30, 2012 1:49 pm
On Fri, 30 Mar 2012 14:39:33 +0200 ... Many thanks - works fine here. I've covered all options in .vimrc now: " always open help in new tab cabbrev help tab...
130062
Phil Dobbin
phildobbin@...
Mar 30, 2012 1:57 pm
... Hash: SHA1 ... Very odd. Never mind, `:tab h topic` it is then... Cheers, Phil... - -- But masters, remember that I am an ass. Though it be not written...
130063
Ben Fritz
fritzophrenic@...
Mar 30, 2012 2:38 pm
... This will wreck havoc if you ever intentionally split the help window, for example to view two help topics side by side. I would lean toward something like...
130064
Ben Fritz
fritzophrenic@...
Mar 30, 2012 3:05 pm
... You can customize this with the 'tabline39; or 'guitablabel39; options. See the help for details, or here: ...
130065
Ben Fritz
fritzophrenic@...
Mar 30, 2012 3:07 pm
... I don't know why, but try <M-&> instead. It seems to work here. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply...
130066
Ben Fritz
fritzophrenic@...
Mar 30, 2012 3:10 pm
... You might be able to work around it, by using a zero-width look-behind like \@<=. Possibly \zs will work as well. I'm not sure if either will work,...
130067
Unknown
lanxingcan@...
Mar 30, 2012 3:12 pm
Hi everyone here, I'm just new to this mailing list. I want to automatically disable search highlight when entering insert mode, so I add the command in...
130068
Ben Fritz
fritzophrenic@...
Mar 30, 2012 3:16 pm
... *:noh* *:nohlsearch* ... is automatically turned back on when using a search command, or setting the 'hlsearch39; option. This command doesn't work in an...
130069
Marcin Szamotulski
mszamot@...
Mar 30, 2012 3:17 pm
... I think you want to use au InsertEnter * setl nohl Best, Marcin -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply...
130070
Ben Fritz
fritzophrenic@...
Mar 30, 2012 3:47 pm
... Normally yes, but 'hlsearch39; is a global option, there is no local value. Also note 'hl' is shorthand for 'highlight39; not 'hlsearch39; as desired (you could...