sponsor Vim development Vim logo Vim Book Ad

fastlane : a tool to help you quick edit and save abbreviation, snippets .etc

 script karma  Rating 2/2, Downloaded by 907  Comments, bugs, improvements  Vim wiki

created by
dong hongbo
 
script type
utility
 
description
what is ?
a tool to help you quick edit and save abbreviation, snippets .etc

how to install?
maybe you  want install snippetEmu first.

unzip the file of you down, copy fastlane.vim to plugin directory, copy example_snippets.vim to you snippets directory if the file is not exist. write "let g:iwn_snippet_dir = your snippets directory"  to your  .vimrc file .  you are done!

options you can set the  .vimrc for a example:
let iwn_default_module = 'php'
let iwn_include_modules = {'php': ['javascript'], 'symfony': ['javascript', 'php']}

how to use?
:IwnCreateModule test
create a module named test

:IwnUseModule test
use the  test module

:IwnAddAbb hello hello, world
create a abbreviation for "hello, world", try input "hello<space>"

input these text:
  hello,world
  yes
  no <sni>hello</sni>
  hello <sni></sni>  
select these text, and execute :IwnAddSnippet hello
you will create a snippet named hello, try input "hello<tab>"

some examples fo other command:
IwnRemoveModule test
IwnRemoveAbb hello
IwnRemoveSnippet hello

that's all, fun happing!



 
install details
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
fastlane.zip 0.21 2009-06-17 7.0 dong hongbo bug fix
fastlane.zip 0.2 2009-06-17 7.0 dong hongbo bug fix
fastlane.zip 0.1 2009-06-09 7.2 dong hongbo Initial upload
ip used for rating: 18.226.187.24

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github