My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Installation  
Installation is easy. Even if you do not like vimball archives.
Featured
Updated May 31, 2009 by habamax

Vimball archive

  1. Download and unpack vimwiki_N_N_vba.zip (N_N is version number ie 0_8).
  2. Open vimwiki_N_N.vba with Vim.
  3. Source it with :so % command

Plain files

  1. Download and unpack vimwiki_N_N.zip. (N_N is version number ie 0_8)
  2. Place unpacked files into (create directory if it isn't exists):
    • Linux: ~/.vim/
    • Windows: ~/vimfiles/, where ~ is a home directory, usually C:\Documents and Settings\USERNAME\
  3. To install help, open Vim and run :helptags ~/vimfiles/doc command.
Comment by yxx...@gmail.com, Oct 5, 2010

my question is how to uninstall, or remove it from wiki? I'm not a advanced vimer, but I'm working on it.

Comment by project member habamax, Oct 5, 2010

Do you want to find out how to uninstall vimwiki from vim?

Just delete its files from either ~/.vim/ or ~/vimfiles/.

Comment by ryanshil...@gmail.com, Jan 20, 2011

How do I get vimwiki to be the default when I open vim?

Comment by project member tpospi...@gmail.com, Feb 26, 2011

To open your wiki index file (after you started vim, with no file loaded): type \ww (if you have only one wiki). It is certainly not a good idea to try to make Vim do this automatically, unless you are really sure you never want to create other files from scratch...

Comment by johnlau...@gmail.com, Jan 7, 2012

Fantastic addition to Vim. I wonder if I didn't copy the installation correctly. I am getting the following errors when I try to escape into normal mode:

Error detected while processing function vimwiki#tbl#format..<SNR>15_is_table..<SNR>15_is_
separator:
line    1:

E121: Undefined variable: s:rxSep
Press ENTER or type command to continue

Error detected while processing function vimwiki#tbl#format..<SNR>15_is_table..<SNR>15_is_
separator:
line    1:

E15: Invalid expression: a:line =~ '^\s*'.s:rxSep.'\(--\+'.s:rxSep.'\)\+\s*$'
Press ENTER or type command to continue

Error detected while processing function vimwiki#tbl#format..<SNR>15_is_table:
line    1:

E121: Undefined variable: s:rxSep
Press ENTER or type command to continue

Error detected while processing function vimwiki#tbl#format..<SNR>15_is_table:
line    1:

E15: Invalid expression: s:is_separator(a:line) || (a:line !~ s:rxSep.s:rxSep && a:line =~
 '^\s*'.s:rxSep.'.\+'.s:rxSep.'\s*$')
Comment by project member stu.andrews, Jan 9, 2012

Hi John,

First, it would help if you could submit this as an issue.

I can think of two reasons for this happening.

1) You have defined your own syntax file, but did not define the g:vimwiki_rxTableSep variable. What is the result of the command

:echo g:vimwiki_rxTableSep

If this is undefined, you will see an "Undefined variable" error message and it is time to re-visit your markup syntax file. Otherwise, it might print a pipe character "|".

2) You have an older version of vimwiki in your vim plugin directory and some of its files are conflicting …

Regards, - Stu


Sign in to add a comment
Powered by Google Project Hosting