... Tim, Thanks very much for posting this. Your explanation (in a later post) makes a lot of sense, but for some reason I keep coming up with an 'invalid...
135922
Gary Johnson
garyjohn@...
Feb 2, 2013 6:32 pm
... I wanted the yank to be done line-wise and it was easier for me to type Y than to investigate whether y would work as well. Regards, Gary -- -- You...
135923
vim@...
Feb 2, 2013 6:39 pm
... Sorry if it was just a tad prolix. :-) ... The only way I was able to trigger this was if either: 1) your relative-range happens to be swapped (such that...
135924
Christian Brabandt
cblists@...
Feb 2, 2013 6:40 pm
Hi jcordes! ... Are you possibly missing a trailing empty line? Mit freundlichen Grüßen Christian -- Man begeht entweder Fehler des Stolzes oder des...
135925
Linda W
vim@...
Feb 2, 2013 7:11 pm
If vim can split a window and edit the same file in multiple places, shouldn't it be possible to have those windows be "disconnected" and really be separate...
135926
stosss
stosss@...
Feb 2, 2013 7:15 pm
... You can open the same file in separate tabs and view different sections of the file in each tab. and when you :write to one it writes all of them. -- -- ...
135927
Marc Weber
marco-oweber@...
Feb 2, 2013 7:23 pm
... Always talk about why you're missing it. a) making a copy is cheap ... b) opening a second vim instance is cheap, too. So why bother about such complex...
135928
Benjamin R. Haskell
vim@...
Feb 2, 2013 7:34 pm
... I'm not sure I see what's complex or confusing about it. I can't speak for Linda, but it seems like any of the same reasons to open the same file in...
135929
stosss
stosss@...
Feb 2, 2013 7:40 pm
Marc, the time stamp on your computer is in the future. ... -- "In the days of ancient Rome when the republic was still a republic, Lucius Cassius, one of the...
135930
Christian Brabandt
cblists@...
Feb 2, 2013 7:48 pm
Hi Linda! ... You can achieve something like this with the client-server feature and two separate gvim instances. regards, Christian -- Bei den Ursachen...
135931
Linda W
vim@...
Feb 2, 2013 7:49 pm
... If I change contents in one file, it doesn't update in the other. I don't want to have to merge 'N' copies. ... What would be confusing is trying to merge...
135932
Benjamin R. Haskell
vim@...
Feb 2, 2013 7:56 pm
... I believe the tear-off menus are a built-in feature of GTK+. (Where you need only specify 'true' for some "This menu can be torn off" property.) IIRC,...
135933
jcordes
johncordes@...
Feb 2, 2013 8:09 pm
... Tim, and Christian: I have reduced the file to something very short - however, at some point the error changed to E147: Cannot do :global recursive. Here...
135934
jcordes
johncordes@...
Feb 2, 2013 8:11 pm
... Sorry for the repost - I just realized I should have attached the test file. Have done so in this message. John -- -- You received this message from the...
135935
Christian Brabandt
cblists@...
Feb 2, 2013 9:30 pm
Hi jcordes! ... I think, this happens, because there is no empty first line in your file. Simply add an empty first line in front of everything and I believe...
135936
Marc Weber
marco-oweber@...
Feb 2, 2013 9:31 pm
Well - opening the same file multiple time is no that bad, because you can make vim - safe the buf if you leave insert mode - reload the buf it has changed Its...
135937
Michael Henry
vim@...
Feb 2, 2013 9:40 pm
... Thanks! For some reason, I couldn't see any difference in the help text between "y" and "Y", and the empirical testing happened to work because the...
135938
Andy Richer
andy.richer@...
Feb 2, 2013 10:22 pm
Hi vim experts: I use keyboard macro for following sample contents: aaa/bbb/kp0/qqq 1.553 rp-+ ccc/ddd 1.235 -0.043 0.274 -0.007...
135939
Jarom Jackson
argentum2f@...
Feb 2, 2013 11:28 pm
I've tried placing the following: nnoremap j gj nnoremap k gk in the vimrc, but is causes some funny behaviour. I'm using gvim, and when I issue the commands...
135940
toothpik
scott2237@...
Feb 2, 2013 11:28 pm
On January 27 I stopped receiving vim list mail in my ISP's inbox. (My ISP is AT&T). After logging in to my account in Firefox I found over 300 vim emails in...
135941
jcordes
johncordes@...
Feb 2, 2013 11:38 pm
... Hi Christian, I tried inserting an empty line at the top of the file, but am still experiencing the E147: Cannot do :global recursive If I keep the empty...
135942
Tony Mechelynck
antoine.mechelynck@...
Feb 3, 2013 12:06 am
... I don't know AT&T but I'll tell you what I do about gmail which is what I use. With some luck, it might give you inspiration. Normally I get gmail mail by...
135943
Tony Mechelynck
antoine.mechelynck@...
Feb 3, 2013 12:18 am
... Strange. My vimrc includes the following: " Up, Down move up/down by "screen lines" " j k (default) move down/up by "file lines" map <Down> gj map <Up>...
135944
Gary Johnson
garyjohn@...
Feb 3, 2013 2:58 am
... Your mapping is behaving as though you left a space at the end. Open your vimrc and execute ... I expect that your mappings will look like this: nnoremap j...
135945
ping
songpingemail@...
Feb 3, 2013 3:32 am
... that's not an "eamcs-only" feature. try nrrwrgn: http://www.vim.org/scripts/script.php?script_id=3075 one of my most favorite plugins... -- -- You received...
135946
vim@...
Feb 3, 2013 3:40 am
... If you're using the generic "/" search (which it appears you're doing), you can disable 'wrapscan39; to prevent vim from wrapping back to the beginning. ... ...
135947
vim@...
Feb 3, 2013 3:40 am
... It looks like it's the first line causing trouble. So I'd expand my caveat to "have a blank line at both the top and bottom of the file". I think it...
135948
toothpik
scott2237@...
Feb 3, 2013 4:32 am
... Which is how we are having this conversation right now. ... Unfortunately they are letting nothing through with which I might train their filters --...
135949
stosss
stosss@...
Feb 3, 2013 5:27 am
... Things are going to get a lot worse in the USA real soon and all of us might find we can't send or receive any email of any kind by any means before the...
135950
Marc Weber
marco-oweber@...
Feb 3, 2013 7:30 am
Hi Linda [1] ... (first mail) Please clarify what you mean by "window". In Vim terminology a window is a rectangular region which can display a buffer. Muliple...