Results 57 comments of fcying

I build vim 8 1-1531, but it has problem also, thereis something wrong about my build options? ``` VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Feb 27 2018...

I test the version Compiled by [email protected], It has `mouse_gpm`, but it can't work fine also. ``` VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Feb 26 2018 10:38:24)...

> How to solve this problem?Can you explain it in detail? > thank you Unresolved, just ignore it, not use gpk encoding files.

`ln` and `mount` folder have more permissions photo folder: ![1](https://user-images.githubusercontent.com/106934/27836140-c1911e2a-6110-11e7-92c8-bc8254620d0f.png) ln photo permissions: ![2](https://user-images.githubusercontent.com/106934/27836138-c18cdfc2-6110-11e7-8fbf-121d48128cb7.png) cp photo permissions: ![3](https://user-images.githubusercontent.com/106934/27836139-c18eba90-6110-11e7-92a3-df4456fdf78d.png) synchronize result: ![4](https://user-images.githubusercontent.com/106934/27836137-c18c9922-6110-11e7-935b-5b6ba92beed4.png)

I test `ln` and `mount` in encode-explorer. `ln` folder don't have permission `mount` folder can be enter, but display nothing. Not just nfs, `ln` `mount` from the local folder is...

I test it in `debian testing` with `clang+llvm-5.0.2-x86_64-linux-gnu-ubuntu-16.04`, it can't complte `items.` also.

put `compile_commands.json` into `.git` dir, and let it support environment variables?

可能和手机系统有点关系吧? 我的1+6T android9 RootAutomator工作异常, click tap 工作正常. android5的模拟器RootAutomator工作正常, tap不能工作

今天把几个sshfs的链接也加了进来, 发现这种写法也有停止不了的问题 ``` "path": "C:\\Windows\\System32", "cmd": "cmd.exe /k set \"PATH=D:\\Program Files\\SSHFS-Win\\bin;%PATH%\" && sshfs.exe -o idmap=user,fstypename=SSHFS, vps:/home v:", ``` 这软件目录下有好几个exe, 使用的时候需要临时把目录加到`path`里(不能直接加到用户`path`里, 会影响别的程序). 用`cmd.exe /c set PATH` 会在程序运行后, 直接没有停止选项(把cmd.exe当主体了, 运行完已经退出了). 用`cmd.exe /k...

`"kill_process_tree": true` 我现在都是开的, 不起作用. 一开始就是用批处理的方式做的. 有停不了的问题, 才把里面的东西都挪出来测试了. ``` "path": "C:\\Windows\\System32", "cmd": "cmd.exe /k sshfs.bat vps /home v", ``` 设`path:`这种方式不能正常工作, 这种方式只有`sshfs.exe`用的bin目录下的, 这东西内部还需要调用一个同目录的`ssh.exe`, 如果不设环境变量的话, 就默认调用系统带的`ssh.exe`了 ``` "path": "D:\\Program Files\\SSHFS-Win\\bin", "cmd": "sshfs.exe -o...