On 2023-10-21, Nutcha Schonn <aplushosting.asia@gmail.com> wrote:
> About 3-4 years ago I remember that I could edit a edit tar.gz file with vi
> command.
> When trying that today it does not work, is there something I can do to get
> it to work with the latest VIM 9 version?
It works with Vim 9.0.1946. Besides:
:echo g:loaded_tarPlugin
prints `v32`.
Either your runtime does not have the plugin (try `:e
$VIMRUNTIME/plugin/tarPLugin.vim`), or your configuration is preventing
the plugin from loading (for instance, if you set g:loaded_tarPlugin=1
in your vimrc).
You mention vi rather than vim: that may make a difference.
Hope this helps,
Life.
--
--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/uh0k1d%2416j5%241%40ciao.gmane.io.
Saturday, October 21, 2023
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment