Giter Club home page Giter Club logo

Comments (10)

cyclony avatar cyclony commented on August 20, 2024

this pic is better:
image

from vim-repl.

sillybun avatar sillybun commented on August 20, 2024

This plugin needs pre-compiled.
Move to the plugin directory and run ./install.sh

from vim-repl.

cyclony avatar cyclony commented on August 20, 2024

Hi ,

I tried: python setup.py build, got this:
image

what should be done from my side in this case? thx.

from vim-repl.

cyclony avatar cyclony commented on August 20, 2024

hi errors come up during compiling:
image
can u advise it? thx!

from vim-repl.

misakisuna705 avatar misakisuna705 commented on August 20, 2024

我也遇到這個狀況
單行沒有問題
只有發送多行時,會顯示錯誤訊息

from vim-repl.

sillybun avatar sillybun commented on August 20, 2024

I only test my code in MacOS. Maybe someday later, after I finish my final exam, I will try to fix the problem for Windows.

from vim-repl.

sillybun avatar sillybun commented on August 20, 2024

The problem is I use C to do code indent analyze work. Currently you have to compile C code into .so file for the plugin to work correctly.

from vim-repl.

David-Zeng avatar David-Zeng commented on August 20, 2024

image

get error message:
Error detected while processing function repl#SendChunkLines[1]..repl#SendLines[12]..repl#Sends: line 10: E117: Unknown function: AsyncCodeRun

from vim-repl.

sillybun avatar sillybun commented on August 20, 2024

Now the plugin needs the support of another plugin vim-async

just put

Add Plug 'sillybun/vim-repl', {'do': './install.sh'} to .vimrc
Add Plug 'sillybun/vim-async', {'do': './install.sh'} to .vimrc
Add Plug 'sillybun/zytutil' to .vimrc
Run :PlugInstall

in your vimrc and install vim-async.

from vim-repl.

sillybun avatar sillybun commented on August 20, 2024

@cyclony @misakisuna705 @David-Zeng Now this plugin support Windows! Sorry for the late update. Enjoy it.

from vim-repl.

Related Issues (20)

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.