Vim Tips Wiki
Register
Advertisement

Use this page to discuss script 2528 Thesaurus: thesaurus suggestion script

  • 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.

Issues on MacOSX[]

Running the thesaurus command results in the following error messages:

~
Error detected while processing function <SNR>11_Lookup:
line   13:
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'lookup' is not defined
line   15:
E121: Undefined variable: g:lookup_meaning
E116: Invalid arguments for function len(g:lookup_meaning) == 0
E15: Invalid expression: len(g:lookup_meaning) == 0
line   38:
E121: Undefined variable: g:lookup_meaning
E116: Invalid arguments for function len(g:lookup_meaning)
E15: Invalid expression: index < len(g:lookup_meaning)
line   56:
E108: No such variable: "g:lookup_meaning"

--August 22, 2012

Comments[]

Advertisement