Coder Social home page Coder Social logo

unite-build's People

Contributors

shougo avatar ujihisa avatar crazymaster avatar

Stargazers

Scott avatar aiya000 avatar Yuki Tanaka avatar moyuru avatar Yao-Po Wang avatar Jacky Alciné avatar Koichi Shiraishi avatar  avatar Yuta Hinokuma avatar Rafael Bodill avatar Kohei Arao avatar kensei avatar  avatar Daisuke Suzuki avatar  avatar thinca avatar  avatar

Watchers

 avatar  avatar James Cloos avatar yuan avatar  avatar

Forkers

ujihisa

unite-build's Issues

Error on unite build

I am not quite sure from which of your plugins the error comes. But it seems to be related with asynchronious candidate gathering. When I do a make call like this:

:Unite -input=error build <CR>

It usually filtered for error messages in the make output. But now I get the following.

function <SNR>35_on_cursor_moved_i..<SNR>35_check_redraw..unite#redraw..<SNR>35_redraw..<SNR>35_recache_candidates..<SNR>35_recache_candidates_loop..<SNR>35_get_source_candidates..92..95..>
<<SNR>114_analyze_error, Zeile 15
Vim(let):E684: Index out of range: 0
[unite.vim] Error occured in async_gather_candidates!
[unite.vim] Source name is build

Best Claas

compilerプラグインを解析できるようにする

せっかくVimには標準で、多数のコンパイラプラグインがあるので、この設定を再利用したい。
実装は面倒くさそうですが……。

同様に、Syntastic
https://github.com/scrooloose/syntastic
のほうも設定だけ持ってきたいです。が、こちらの場合、コードが下のようになっていて……。

いろいろと勿体なかった。

function! SyntaxCheckers_applescript_GetLocList()
    let makeprg = 'osacompile -o ' . tempname() . '.scpt '. shellescape(expand('%'))
    let errorformat = '%f:%l:%m'

    return SyntasticMake({ 'makeprg': makeprg, 'errorformat': errorformat })
endfunction

Make targets?

Is there a way to pass a make target to the make builder?

make something

Hi

Is it possible to call a certain make task with the unite-build plugin? For example like this one below.

make mytask

Best Claas

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.