Vim Tips Wiki
(Added snippet synonyms)
(adjust Template:ScriptComments to remove id as no longer needed; minor tweaks)
 
Line 1: Line 1:
{{ScriptComments|3426|LispXp : Lisp snippets for xptemplate }}
+
{{ScriptComments|LispXp: Lisp snippets for xptemplate}}
 
=LispXP=
 
   
 
==Synonyms==
 
==Synonyms==
 
 
Some snippets have synonyms that can be used as another name for the snippet in question.
 
Some snippets have synonyms that can be used as another name for the snippet in question.
   
Line 10: Line 7:
   
 
Here is a list of snippets and their synonyms, as of version 1.9:
 
Here is a list of snippets and their synonyms, as of version 1.9:
 
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 46: Line 42:
 
| rifn, remifn, removeifnot
 
| rifn, remifn, removeifnot
 
|}
 
|}
 
   
 
==Comments==
 
==Comments==

Latest revision as of 07:57, 15 November 2011

Use this page to discuss script 3426 LispXp: Lisp snippets for xptemplate

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

Synonyms[]

Some snippets have synonyms that can be used as another name for the snippet in question.

For instance, instead of typing "delete-if-not" you could just type "difn".

Here is a list of snippets and their synonyms, as of version 1.9:

Snippet Synonyms
delete-if dif, delif
delete-if-not difn, delifn
/ divide
- minus
* multiply
+ plus
rassoc-if rasif, rassocif
rassoc-if-not rasifn, rassocifnot
remove-if rif, remif, removeif
remove-if-not rifn, remifn, removeifnot

Comments[]