Run
:help iccf
Well maybe show the iccf information? Or open a web page?
But returns this error
8.2.4919
adgsenpai@adgpc:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.2 LTS
Release: 22.04
Codename: jammy
No response
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Maybe, you have only installed vim-tiny package and not installed vim-runtime package?
Installing vim package should also install vim-runtime package as the dependency.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Maybe, you have only installed
vim-tinypackage and not installedvim-runtimepackage?
Installingvimpackage should also installvim-runtimepackage as the dependency.
I never install anything it came in the base installation of Ubuntu.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Then, the help files are not installed.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
does no help file work? What happens if you just use :help?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
does no help file work? What happens if you just use
:help?
It works
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Could you show the screenshot of :help?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Looks like some distribution/package problem?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Looks like some distribution/package problem?
I think so.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
When I uninstalled vim-runtime on Ubuntu, :help shows the following help:
*help.txt* For Vim version 7.4. Last change: 2016 Sep 07
VIM - fake help file for vim-tiny
The Vim online help is not installed on this Debian GNU/Linux system.
WHY ?
Because only the "vim-tiny" package is installed, whose sole purpose is to
provide the vi command for base installations. As such, it contains a minimal
version of Vim compiled with no graphical user interface and a small subset of
features, in order to keep the package size small.
Since the "vim-runtime" package is rather huge when compared to "vim-tiny",
installing the latter does not automatically install the former.
HOW TO GET A BETTER VIM
To get a more featureful Vim binary (and a vim command, rather than just vi),
install one of the following packages: vim, vim-nox, vim-athena, vim-gtk, or
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
oh I have never noticed that
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Could you show the screenshot of
:help?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Okay, it is the same with the above case.
So, please install vim, vim-nox, vim-gtk or other Vim package as the help says.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Okay, it is the same with the above case. So, please install vim, vim-nox, vim-gtk or other Vim package as the help says.
Okay makes sense from the pure vim command it works in vi does not work.
Strange how Canonical does not ship the pure vim with their distro.
Thanks again, it works on the vim command which i installed.
Maybe in the vi remove that :help for :help iccf in vi or add that uganda.txt for the vi
Its quite interesting
Vim means 'vi improved'. Vim commands and their syntax are fully compatible with vi.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Maybe in the vi remove that :help for :help iccf in vi or add that uganda.txt for the vi
That's something for Ubuntus or Debians Bugtracker.
Vim means 'vi improved'. Vim commands and their syntax are fully compatible with vi.
Yes in the sense, that the vim follows the syntax give by vi (e.g. " denotes a quote character) etc
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Hmm, this means the Vim license is not included. That's not good, it might actually be breaking some rules.
What would be the best place to bring this up?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Maybe in the vi remove that :help for
:help iccfinvior add thatuganda.txtfor thevi
Whether the information in the intro screen is accurate or not depends on which packages are installed, so I'd rather not patch out that information. I could look into shipping some additional files in vim-common to ensure the intro screen text is always relevant, but that's also not static text if I recall correctly.
Hmm, this means the Vim license is not included.
The license is included, just not accessible via the :help. Every package ships with /usr/share/doc/<package>/copyright, documenting the license(s) for the package.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Hm, is there a reason, the tiny vim cannot ship just the runtime/docs folder? I suppose that shouldn't be too much space-wise?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
It seems that it is described in the above fake help file:
Since the "vim-runtime" package is rather huge when compared to "vim-tiny",
installing the latter does not automatically install the former.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I downloaded the vim-runtime Debian bullseye package . It is compressed of size 6MB. uncompressed 35MB.
/usr/share/vim/vim82/doc alone has 8.6MB.
I then removed everything except for /usr/share/doc and /usr/share/vim/vim82/doc, and packaged it back as tar.xz package (which seems to be used by the Debian package internally). The new archive was then 2MB.
That does not seem too bad, also I am still surprised it is that much documentation.
In comparison, the vim-tiny package is 700K, the vim-tiny binary has 1.4MB. Okay that is still significant less than just the hypothetical vim-help package, so maybe not such a good idea after all.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
FYI, I've recently uploaded changes to address this to Debian. The relevant help files (sponsor.txt, uganda.txt, and version9.txt) were moved to the vim-common package, which all vim variants (including vim-tiny) use.
vim-tiny's help tags are also updated to reflect these files.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()