vim-ios icon indicating copy to clipboard operation
vim-ios copied to clipboard

iOS plugin for Vim

Results 3 vim-ios issues
Sort by recently updated
recently updated
newest added

When there's a compiler error and some warnings in the project, I usually end up where some warning is located instead of being taken to the error location.

`diff --git a/plugin/ios.vim b/plugin/ios.vim` `index 5168ab6..0e64256 100644` `--- a/plugin/ios.vim` `+++ b/plugin/ios.vim` `@@ -10,6 +10,12 @@ if !has('ruby')` `finish` `endif` `+if !has('unix')` `+ finish` `+elseif !(system('uname') =~ 'Darwin')` `+ finish` `+endif`...

This happened to a MacPorts person at #cocoaconf.