Vim Tips Wiki
Register
No edit summary
(Standard format.)
 
Line 1: Line 1:
 
{{ScriptComments|Thesaurus: thesaurus suggestion script}}
   
 
==Issues on MacOSX==
== Thesaurus : Thesaurus suggestion script ==
 
http://www.vim.org/scripts/script.php?script_id=2528
 
 
 
== Issues on MacOSX ==
 
 
 
Running the thesaurus command results in the following error messages:
 
Running the thesaurus command results in the following error messages:
  +
<pre>
  +
~
 
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"
  +
</pre>
  +
--August 22, 2012
   
  +
==Comments==
~
 
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"
 

Latest revision as of 11:21, 22 August 2012

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[]