Script:143
Talk0
1,599pages on
this wiki
this wiki
Use this page to discuss script 143 words_tools: alternatives to expand()
- 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.
Directory problem
Edit
I tried using this script as part of Luc Hermitte's cpp configuration, adding it to the .vim/macros directory as instructed. That failed, and led to mu_template complaining that it couldn't find words_tools.vim, plus complaints about undefined variables. In case it helps other folks, here are the errors I received:
Error detected while processing function <SNR>40_CheckDeps..<SNR>40_ErrorMsg: line 5: mu-templates: Requires <words_tools.vim> Error detected while processing /Users/jseidel/.vim/after/plugin/mu-template.vim: line 247: E121: Undefined variable: s:cpo_save E15: Invalid expression: s:cpo_save Press ENTER or type command to continue
To fix this, I just moved words_tools.vim from the macros/ directory to the plugin/ directory and all was well. --108.28.100.88 01:34, March 28, 2013 (UTC)