qqzsxyz / vimwiki

Automatically exported from code.google.com/p/vimwiki
0 stars 0 forks source link

no enter, no tab works #427

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install vimwiki

What is the expected output? What do you see instead?
Enter does not create links. Enter does not open links.
tab does not place cursor on next link.

What version of the product are you using? On what operating system?
vimwiki 2.1
vim 7.4
Manjaro linux 0.8.8 x64 kernel 3.10

Please provide any additional information below.

This is a freshly installed machine.
installed vim. installed vimwiki.
does not work.

Any help appreciated

Original issue reported on code.google.com by makim...@gmail.com on 16 Mar 2014 at 11:30

GoogleCodeExporter commented 8 years ago
Got it working with vimball version.
sorry dor the hassle!

Original comment by makim...@gmail.com on 16 Mar 2014 at 11:39

GoogleCodeExporter commented 8 years ago
In .vimrc config, enable the filetype plugin:

if has("autocmd")
  filetype plugin indent on
endif

Original comment by long...@gmail.com on 11 Apr 2014 at 5:29