Vim Tips Wiki
(improvement request)
Line 8: Line 8:
 
I'm having difficulty getting Voom to work with files whose filenames contain spaces. I get the error "Only one file name allowed." Is there a workaround for this?
 
I'm having difficulty getting Voom to work with files whose filenames contain spaces. I get the error "Only one file name allowed." Is there a workaround for this?
 
:Probably you just need to escape it like all file names you edit on the command line, for example, {{tt|:edit C:\Documents\ and\ Settings\exampleuser\My\ Documents\file.txt}} —[[User:Fritzophrenic|Fritzophrenic]] 15:35, April 30, 2012 (UTC)
 
:Probably you just need to escape it like all file names you edit on the command line, for example, {{tt|:edit C:\Documents\ and\ Settings\exampleuser\My\ Documents\file.txt}} —[[User:Fritzophrenic|Fritzophrenic]] 15:35, April 30, 2012 (UTC)
  +
:: This has been fixed in version 4.3.[[User:Vlad.irnov|Vlad.irnov]] 14:26, May 14, 2012 (UTC)
   
 
* I can't get this plugin to contract/expand notes. As I read it should be "space" or following key combos which I mapped to F10:
 
* I can't get this plugin to contract/expand notes. As I read it should be "space" or following key combos which I mapped to F10:
Line 16: Line 17:
 
vnoremap <F10> zf
 
vnoremap <F10> zf
 
I've got following plugins installed: vim-paster (upload documents to pastebin-services e.g. via :%Paste), vim-nerdcommenter (toggle comments), vim-nerdtree (file explorer), vim-taglist (source code browser), vim-live-latex-preview, vim-supertab vim-spell-de. I hope these plugins won't conflict vim-voom in this aspect?! --[[Special:Contributions/79.227.131.123|79.227.131.123]] 13:24, May 14, 2012 (UTC)
 
I've got following plugins installed: vim-paster (upload documents to pastebin-services e.g. via :%Paste), vim-nerdcommenter (toggle comments), vim-nerdtree (file explorer), vim-taglist (source code browser), vim-live-latex-preview, vim-supertab vim-spell-de. I hope these plugins won't conflict vim-voom in this aspect?! --[[Special:Contributions/79.227.131.123|79.227.131.123]] 13:24, May 14, 2012 (UTC)
  +
:This is strange. If you see folds in the Tree buffer then you should be able to toggle the current node's folding with <Space>. Standard Vim commands za, zM, zR, etc. should work as usual. [[User:Vlad.irnov|Vlad.irnov]] 14:26, May 14, 2012 (UTC)

Revision as of 14:26, 14 May 2012

Use this page to discuss script 2657 VOoM (Vim Outliner of Markers) -- two-pane outliner and related utilities

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Improvements

  • Voom should also parse TeX-files

Comments

I'm having difficulty getting Voom to work with files whose filenames contain spaces. I get the error "Only one file name allowed." Is there a workaround for this?

Probably you just need to escape it like all file names you edit on the command line, for example, :edit C:\Documents\ and\ Settings\exampleuser\My\ Documents\file.txtFritzophrenic 15:35, April 30, 2012 (UTC)
This has been fixed in version 4.3.Vlad.irnov 14:26, May 14, 2012 (UTC)
  • I can't get this plugin to contract/expand notes. As I read it should be "space" or following key combos which I mapped to F10:
"Collapse or expand outline
inoremap <F10> <C-O>za
nnoremap <F10> za
onoremap <F10> <C-C>za
vnoremap <F10> zf

I've got following plugins installed: vim-paster (upload documents to pastebin-services e.g. via :%Paste), vim-nerdcommenter (toggle comments), vim-nerdtree (file explorer), vim-taglist (source code browser), vim-live-latex-preview, vim-supertab vim-spell-de. I hope these plugins won't conflict vim-voom in this aspect?! --79.227.131.123 13:24, May 14, 2012 (UTC)

This is strange. If you see folds in the Tree buffer then you should be able to toggle the current node's folding with <Space>. Standard Vim commands za, zM, zR, etc. should work as usual. Vlad.irnov 14:26, May 14, 2012 (UTC)