Auto Source

Description
Sourcing automatically when the specified file is modified.指定のファイルが変更されたら自動で :so する。
Latest version
1.7.0
Author
anekos
License
new BSD License (Please read the source code comments of this plugin)修正BSDライセンス (ソースコードのコメントを参照してください)

for 2.2
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/2.2/auto_source.js
for 2.1
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/2.1/auto_source.js
for 2.0
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/2.0/auto_source.js
for 1.2
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/1.2/auto_source.js
for Nightly
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/trunk/auto_source.js

Commands

Start watching
  • :aso taro.js
  • :autoso[urce] taro.js
Stop watching
  • :aso! taro.js
  • :autoso[urce]! taro.js

Commands

監視を開始
  • :aso taro.js
  • :autoso[urce] taro.js
  • :autoso[urce] -c[ommand] 'colorscheme mycolors' taro.js
  • :autoso[urce] -c[ommand] -force 'js alert("reload!")' taro.js
監視を中止
  • :aso! taro.js
  • :autoso[urce]! taro.js
back to index