Prabir Shrestha

Results 267 comments of Prabir Shrestha

Seems like there is currently issue with opening in current directory :( https://github.com/microsoft/Terminal/issues/620

That seems to solve it. Would be good if it would be added to readme and doc.

Worked in vim 8 on windows. But that doesn't seem to work on neovim on windows. Here is what I get. ![image](https://cloud.githubusercontent.com/assets/287744/22400646/a54e4516-e56f-11e6-94e8-747eb5f4c64d.png)

I saw that shell escaping PRs have been merged but when I got the latest master from neovim (https://github.com/neovim/neovim/commit/58d2ce9bdbb6feab7176f451ca0248c78606aa2e) I still see the same issue. I don't see any issues/PRs...

@justinmk I use `set shellslash` with cmd to convert `\` to `/` so `c:\windows\system32` looks like `c:/windows/system32`. There are lot of plugin that handles this correctly. Even windows by default...

In gvim/vim it works correctly on windows with `set shellslash`. The problem is only with neovim so I would consider it a bug. Let me know if you would like...

@justinmk Here is the minimal vimrc. ```vim " clone in ~/.vimplugins/vim-gtfo " git clone https://github.com/justinmk/vim-gtfo .vimplugins/vim-gtfo set nocompatible syntax on filetype plugin indent on if has('win32') || has('win64') set shellslash...

@justinmk Still doesn't seem to work with latest neovim 2.2/2.3

@justinmk I think I finally figured out the problem. This code doesn't work. ` set shell=$COMSPEC` ```vim func! s:force_cmdexe() abort if &shell !~? "cmd" || &shellslash let s:shell=&shell | let...

@abonander would it be possible to merge this PR? Need it for Camera RAW images.