dragonxlwang

Results 14 comments of dragonxlwang

yes. For example: 1. open adv-open-file by alt+cmd+o 2. type "~/workspace/foo.bar" 3. it will open both ~/workspace/foo.bar and ~/workspace/.DS_Store. The later one opened automatically. My current temp fix is to...

yes. I am having this problem with only the advanced-open-file packages… Not sure if this is related to OS X instead…? > On Mar 8, 2016, at 2:11 PM, Michael...

I realized maybe this is due to that I set `defaults write com.apple.finder AppleShowAllFiles YES` a while ago. However, not sure if that is indeed the cause.

Hi, I have lua5.2.4. and also luajit-2.0.4, all installed via homebrew. I am having the following error ``` $ vim Vim: Caught deadly signal ABRT Vim: Finished. [1] 27703 abort...

@jeaye . I think you are talking about avoiding luajit? I am not sure why the installation failed as though luajit existed in the system but I didn't build vim...

thanks for your quick reply. > Nowhere do the docs say to run make color_coded_test. > No. But when I successfully build color_coded, and run vim, like I said earlier,...

I checked: ``` $ vim --version | grep lua +dialog_con_gui +lua +rightleft -X11 Linking: clang -L. -L/usr/local/lib -L. -L/usr/local/lib -F/usr/local/Cellar/python/2.7.11/Frameworks -L/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config -lpython2.7 -framework CoreFoundation -L/usr/local/lib -o Vim -framework Cocoa -framework...

hi @jeaye , seems this problem still persists in the latest brew macvim + iterm + color_coded. It doesn't happen in gui mac vim but only in iterm2 where visual...

try using a quote on paths like "$0/$2/$3"

this would be a great feature if possible