sublime-3-shell-exec icon indicating copy to clipboard operation
sublime-3-shell-exec copied to clipboard

Problem with cyrrilic

Open neins opened this issue 5 years ago • 0 comments

Hello, is it possible to add cyrrilic support? I cannot use my functions because of wrong cyrrilic interpretation. For example git commit -am "Новый коммит" becames to git commit -am "Новый коммит" and nothing happens. Screenshot_1

function sync() {

git add -A
git commit -am "$*"
git push

}

neins avatar Dec 24 '19 15:12 neins