Den mån 4 juli 2022 18:17jose isaias cabrera <jic...@gmail.com> skrev:

>
> Hi.
> I just installed a term-only Ubuntu server with vim, and I would like to
> show the highlighted lines count like my gvim one does in another system.
> For example, when I highlight 12 lines on the gvim instance in another
> server, at the bottom of the gvim screen I get,
>
> -- VISUAL
> --
> 12                                1251, 16              37%
>
> but, when I do the same on the ssh'ed xterm, I get,
>
> ".vimrc" 93L, 2275C
>                   1,1           Top
>
> I know is problem some type of setting on the .vimrc, and perhaps someone
> can help with this. Any help would be greatly appreciated. Thanks.
>

I don't know how you show it in the status line but g<C-g> will show it in
a message. I guess you could write a function to capture the message, parse
it with a regex and display it in the status line whenever you make a
selection, but there probably is an easier way.



> josé
>
> --
> --
> 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/c3745799-08c6-461a-ac96-8b3cb1f539d1n%40googlegroups.com
> <https://groups.google.com/d/msgid/vim_use/c3745799-08c6-461a-ac96-8b3cb1f539d1n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
-- 
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/CADAJKhDeFdAS2uyp%2BO%3Dsv1yLCBcW4N5DJ-BHP2Ku%2BDE3e1zsGg%40mail.gmail.com.

Reply via email to