| spike | can anybody help me with python and omnifunc ? I got it kinda working, but not at its best, and I cant work out the last few bits apparently |
| thorat | spike: have you run ctags on the sources you're using? |
| arooni | thorat: yeah i'm used to an IDE as we coded with it in college |
| spiiph | Did someone say embedded? |
| arooni | thorat: but the thing i really like is that with eclipse i can get a folders/directories view of my app |
| spiiph | thorat, what IDE? |
| thorat | arooni: and I meant, colleages, sorry arooni: but you got my point |
| spike | after typing a var name I can do .^X^O and that will bring up the menu with all the things I can complete to, plus a buffer with the function help. being that freaking awesome already it's not quite what I need/was expecting/is in this video:http://www.tuxed.de/vimpst/video.html |
| thorat | spiiph: embedded Visual C++ |
| spiiph | Ah, okay. |
| spike | thorat: no, I havent, but it's not necessary for the task I'm trying to figure out |
| arooni | oh ah ok |
| action | spiiph works for a company that makes IDEs and compilers for embedded hardware |
| spiiph | works for a company that makes IDEs and compilers for embedded hardware |
| spike | thorat: at least, I dont think so I'm not trying to complete to functions I've written so I dont think that's a requirement |
| thorat | arooni: you see, an IDE tends to be a policy, and I follow it. But only minimally ;) |
| efaistos | hi |
| Zathrus | thorat: I've never worked anywhere that had an IDE as a "policy"; just particular compiler versions. |
| arooni | yeah |
| thorat | Zathrus: lucky you ;) |
| dongs | oh well will just mount stuff as drives for now fuckin annoying though |
| kinema | Does anyone here use gvim on OS X? I can't figure out why the helper shell script used to launch gvim only works if called using the full path ("/usr/bin/gvim foo.txt"). if I just execute "vim foo.txt" it returns "Too many edit arguments: "90x25+50+50" |
| thorat | kinema: I know nothing about OS X but why did you write vim instead of gvim in the latter case? |
| kinema | typo (here not in terminal) |
| gavagai | i use gvim osx but don't know what to say i use gvim from darwinports |
| kinema | I suppose I could have installed from there. I'll do that. Not sure why I didn't think of that. :) |
| gavagai | install it with +aqua variant |
| tpope | kinema, what does "which vim" say? err which gvim the same mistake you made |
| kinema | tpope: it returns the contents of /usr/bin/gvim |
| tpope | what? |