#!/bin/sh

vim -u NONE -N \
    -c 'source plugin/skk.vim' \
    -c 'call feedkeys("i\<C-j>Foo\<Space>\<C-g>", "t")'
