Coder Social home page Coder Social logo

Help not working about vimwiki HOT 7 CLOSED

dpecos avatar dpecos commented on August 22, 2024
Help not working

from vimwiki.

Comments (7)

abangfarhan avatar abangfarhan commented on August 22, 2024 2

@DaveLG I have this same issue, although I use the native plugin manager, so the vimwiki folder was located on folder pack\plugins\start\.

To fix the issue I type

:helptags $VIMRUNTIME/pack/plugins/start/vimwiki/doc

If you put it on the bundle folder you probably should do

:helptags $VIMRUNTIME/bundle/vimwiki/doc

Actually, my pack folder is located on Vim\Vim80, and not Vim\VimFiles, not like what you have. I don't know whether this difference matters or not though.

Note that once you run the :helptags command you don't need to run it again in the future.

from vimwiki.

EinfachToll avatar EinfachToll commented on August 22, 2024

Seems like you didn't rebuild the tags.

I just installed this plugin using bundle,

Do you mean Pathogen? Then there is a command :Helptags or if you want to do it manually, type :helptags /path/to/vimwiki/doc/

from vimwiki.

dpecos avatar dpecos commented on August 22, 2024

Yeah, I meant Pathogen, sorry.

With helptags works great, but I think the plugin should register its own doc, shouldn't it?

from vimwiki.

EinfachToll avatar EinfachToll commented on August 22, 2024

We could add the tags file to the repository and distribute it along with the help file, but if you don't use a plugin manager and throw the content of vimwiki/doc/ in your ~/.vim/doc/ directory, the tags file there would be overwritten.

Not doing that and let the user build the helptags of their own seems to be the commonly accepted method.

from vimwiki.

lwh avatar lwh commented on August 22, 2024

It would help if the readme mentioned running Helptags before "Then launch vim and run :help vimwiki to verify it was installed."

from vimwiki.

EinfachToll avatar EinfachToll commented on August 22, 2024

You're right, I will add a note.

from vimwiki.

DaveLG avatar DaveLG commented on August 22, 2024

Well I have vimwiki installed on a Windows 10 machine with gvim. It seems to work as I can see vimwiki in the top menu as well as look at my old wiki's that I had in drop box with MacOS and MacVim.

I am missing vimwiki help though. I have tried these two commands in gvim but neither worked:

:helptags "C:\Program Files (x86)\Vim\vimfiles\bundle\vimwiki\doc\vimwiki.txt"
E471: Arguement required

:helptags "C:\Program Files (x86)\Vim\vimfiles\bundle\vimwiki\doc"
E471: Arguement required

If I run :Helptags nothing seems to happen. The cursor just returns to the edit window

Any ideas?

from vimwiki.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.