All Projects → mityu → vim-applescript

mityu / vim-applescript

Licence: other
Vim utility scripts for AppleScript

Programming Languages

Vim Script
2826 projects

Labels

Vim-applescript

Syntax file from: http://www.fastnlight.com/syntax/applescript

Usage

Commands (for Mac)

:[range]AppleScriptRun
Execute current buffer as AppleScript.

:[range]AppleScriptExport
Export current buffer as AppleScript.

Config

g:applescript_config.run.output.buffer_name
The output buffer's name used in :AppleScriptRun commmand.
Default: '[AppleScriptRun Output]'

g:applescript_config.run.output.open_command
A command to open output buffer used in :AppleScriptRun command.
Default: 'botright split'

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].