simplenote-vim / simplenote.vim

vim plugin to interact with the simplenote service
http://www.vim.org/scripts/script.php?script_id=3582
MIT License
368 stars 31 forks source link

use expand('%:t') instead of split() #20

Closed sgur closed 12 years ago

sgur commented 12 years ago

fix: not work if exists('+shellslash') && &shellslash

mrtazz commented 12 years ago

Good catch, thanks. I'll test it and merge it in.

mrtazz commented 12 years ago

merged into develop.