Vim: las etiquetas de ayuda no funcionan para NERDtree

Descargué e instalé manualmente NERDTree dehttp: //www.vim.org/scripts/script.php? script_id = 1658

@hits ➜  .vim rvm:(-ruby-1.9.2)  ls -laR
.:
total 28
drwxr-xr-x  6 hitsu hitsu 4096 2012-02-16 15:21 .
drwxr-xr-x 49 hitsu hitsu 4096 2012-02-27 17:43 ..
drwxrwxr-x  2 hitsu hitsu 4096 2011-12-28 14:18 doc
drwxrwxr-x  2 hitsu hitsu 4096 2011-12-28 14:17 nerdtree_plugin
-rw-rw-r--  1 hitsu hitsu  283 2012-02-07 11:05 .netrwhist
drwxrwxr-x  2 hitsu hitsu 4096 2011-12-28 14:17 plugin
drwxrwxr-x  2 hitsu hitsu 4096 2011-12-28 14:17 syntax

./doc:
total 60
drwxrwxr-x 2 hitsu hitsu  4096 2011-12-28 14:18 .
drwxr-xr-x 6 hitsu hitsu  4096 2012-02-16 15:21 ..
-rw-rw-r-- 1 hitsu hitsu 52744 2011-12-28 14:17 NERD_tree.txt

./nerdtree_plugin:
total 20
drwxrwxr-x 2 hitsu hitsu 4096 2011-12-28 14:17 .
drwxr-xr-x 6 hitsu hitsu 4096 2012-02-16 15:21 ..
-rw-rw-r-- 1 hitsu hitsu 1614 2011-12-28 14:17 exec_menuitem.vim
-rw-rw-r-- 1 hitsu hitsu 8124 2011-12-28 14:17 fs_menu.vim

./plugin:
total 132
drwxrwxr-x 2 hitsu hitsu   4096 2011-12-28 14:17 .
drwxr-xr-x 6 hitsu hitsu   4096 2012-02-16 15:21 ..
-rw-rw-r-- 1 hitsu hitsu 126233 2011-12-28 14:17 NERD_tree.vim

./syntax:
total 12
drwxrwxr-x 2 hitsu hitsu 4096 2011-12-28 14:17 .
drwxr-xr-x 6 hitsu hitsu 4096 2012-02-16 15:21 ..
-rw-rw-r-- 1 hitsu hitsu 3741 2011-12-28 14:17 nerdtree.vim

Intenté abrir el archivo de ayuda para NERDtree en vim. Sin embargo, cuando escribí:helptags Recibí el errorE471: Arugment required

Después de eso escribí:help NERD_tree.txt pero recibí el errorE149: Sorry, can't find help for NERD_tree.txt

Las instrucciones de ayuda se toman de:http: //www.vim.org/scripts/script.php? script_id = 1658

Sé que puedo abrir NERD_tree.txt en cualquier editor manualmente (por ejemplo, vim o Emacs), pero solo pregunto por curiosidad.

PS Soy un novato vim. :PA

Respuestas a la pregunta(8)

Su respuesta a la pregunta