clipboard issue in global commands when set to unnamed

2017-03-10 Thread Bryce Orgill
I had previously mentioned that there was an issue with yanking in post title: "after vim 8 installation, yanking (yy) doesn't work in global command and macros". The real issue I see with this is, when one sets clipboard to unnamed, any yanking done in global commands or macros does get

Re: substitute issue when removing text

2017-03-06 Thread Bryce Orgill
Hi Christian, Just to verify, you're saying you're getting the expected correct results and not my wrong actual results, right? -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit

substitute issue when removing text

2017-03-06 Thread Bryce Orgill
$ f_10.txt:0$ Buffer after command is executed (all lines are deleted which is wrong, line with f_07.txt:2 should remain and f_10.txt:0 should remain but why is there two of them?): f_10.txt:0$ f_10.txt:0$ Bryce -- -- You received this message from the "vim_use" maillist. Do not top-

Updated Vim 8.0 available with 69 patches

2016-11-17 Thread Bryce Orgill
Does this include fixes for my last post: "after vim 8 installation, yanking (yy) doesn't work in global command and macros"? I couldn't see anything related on this in the history. Bryce -- -- You received this message from the "vim_use" maillist. Do not top-post! T

Re: after vim 8 installation, yanking (yy) doesn't work in global command and macros

2016-11-05 Thread Bryce Orgill
Yes, I've only seen this issue on MS-Windows (both Windows 7 and Windows 10). I don't see the issue on Unix, but I'm testing that with a Unix emulator on my Android phone called Termux, which was tested with version 8. BrycW -- -- You received this message from the "vim_use" maillist. Do

Re: after vim 8 installation, yanking (yy) doesn't work in global command and macros

2016-11-04 Thread Bryce Orgill
Can someone tell me why this macro (:g/-/normal @q) doesn't work now on version 8, when it worked on 7.4? I'm guessing it's related to the yanking thing. Even when I replace the @+ to @0 it still doesn't work. €kh/-^M€klviw^C:let y1=@+^Mn€krviw^C:let y2=@+^M:let y3=y2-y1^M:let @a=y3^M:let

Re: after vim 8 installation, yanking (yy) doesn't work in global command and macros

2016-11-04 Thread Bryce Orgill
Here's another idea. I don't mind the disabling of the clipboard when using the yanking in the global command. But is there a way that yyp can pick up on the same register during this command so the paste picks up what was yanked? I don't know, something to think about. Or is there an

Re: after vim 8 installation, yanking (yy) doesn't work in global command and macros

2016-11-04 Thread Bryce Orgill
This is a bug in my opinion. Maybe not a bug on accident but bad design. The whole point of Vim is less key strokes. This means, I'm going to have to get use to the idea of typing yy"0p or something equivalent everytime I use the global. The "yy" and "p" go together like peanut butter and

Re: after vim 8 installation, yanking (yy) doesn't work in global command and macros

2016-11-04 Thread Bryce Orgill
I'd have to revert back to 7.4 to keep my scripts working. Bryce -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message b

Re: after vim 8 installation, yanking (yy) doesn't work in global command and macros

2016-11-04 Thread Bryce Orgill
to unnamed, the yanking doesn't work anymore. This was working on previous versions like 7.4, 7.3, 7.2. So I'm not sure why it would stop working now. Bryce -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to.

after vim 8 installation, yanking (yy) doesn't work in global command and macros

2016-11-03 Thread Bryce Orgill
l bug as I never experienced this in earlier versions. Bryce -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this

Keyboard characters mess up every once in a while

2014-11-13 Thread Bryce Orgill
displayed: abcdefghijklmnopqrstuvwxzy ABCDEFGHIJKLMNOPQRSTUVWXZY +EŠCRŽ 1234567890 Thanks, Bryce -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You

printing search highlights

2010-08-24 Thread Bryce
is not included when printing also. If someone knows anything how to change this, I would greatly appreciate it. -Bryce -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org