Re: Multiple windows get corrupted

2022-12-18 Thread Enan Ajmain
Have you checked if '$ vim --clean' causes the same problem?

-- 
Enan
3nan.ajm...@gmail.com
https://git.sr.ht/~enan/
https://www.github.com/3N4N

-- 
-- 
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 because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/20221219115946.1e45bebf%40cirdan.


Multiple windows get corrupted

2022-12-18 Thread Ben Mehmet
When running vim (mostly) in multi-window mode in ubuntu, my windows get 
corrupted with random characters. Hard to explain, but as if the screen 
doesn't get refreshed. Like to see the actual buffer contents, I have to 
move up or down continuously. I try ctrl-r or :e with no result. I am on 
vim 8.2 and ubuntu 22.04.
I appreciate any help with this matter.

-- 
-- 
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 because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/b0909cd0-ef61-4f9e-887f-f99bea25ef94n%40googlegroups.com.


Re: Atom and Substitute carraige return only in part of string

2022-12-18 Thread Owajigbanam Ogbuluijah
*:s/\zs"[^"]\+"\ze/replace_string_here/g*

On Sun, Dec 18, 2022 at 11:55 AM N i c o l a s  wrote:

> Hi,
>
> Getting this awfull string containing several carriage return, seome of
> them would to be substitute with *space*, seome others with *nothing*.
>
> 0.003^@99,"0;0;0^@0;0;0^@0;0;0^@0;0;0^@0;0;0^@0;0;0^@0;0;0^@0;0;0",
> "0;0;0^@0;0;0^@0;0;0^@0;0;0^@0;0;0^@0;0;0^@0;0;0^@0;0;0"
> ,0.0,0.0,0.0,0.0001,0.003^@
>
> Using atom, I search and fix part of string where carriage return need to
> be replaced by space : this is the atom pattern \zs,"[^"]\+"\ze
>
>
> How to only substitute on these focused part of string ?
> Thank you
> N i c o l a s
>
>
> --
> --
> 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 because you are subscribed to the Google Groups
> "vim_use" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to vim_use+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/vim_use/ba410108-91e7-45ce-8327-f8b1d3860a34n%40googlegroups.com
> 
> .
>

-- 
-- 
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 because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/CAOmRJrfh3_DO2xL3R1rsN%2BV19uneFizNG-yPQLZ8-Q_pWgxEdg%40mail.gmail.com.


Atom and Substitute carraige return only in part of string

2022-12-18 Thread N i c o l a s
Hi,

Getting this awfull string containing several carriage return, seome of 
them would to be substitute with *space*, seome others with *nothing*.

0.003^@99,"0;0;0^@0;0;0^@0;0;0^@0;0;0^@0;0;0^@0;0;0^@0;0;0^@0;0;0",
"0;0;0^@0;0;0^@0;0;0^@0;0;0^@0;0;0^@0;0;0^@0;0;0^@0;0;0"
,0.0,0.0,0.0,0.0001,0.003^@

Using atom, I search and fix part of string where carriage return need to 
be replaced by space : this is the atom pattern \zs,"[^"]\+"\ze


How to only substitute on these focused part of string ?
Thank you
N i c o l a s


-- 
-- 
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 because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/ba410108-91e7-45ce-8327-f8b1d3860a34n%40googlegroups.com.