Coder Social home page Coder Social logo

Can not run exVim in Vim 7.3 about main HOT 3 CLOSED

exvim avatar exvim commented on September 26, 2024
Can not run exVim in Vim 7.3

from main.

Comments (3)

YuJianrong avatar YuJianrong commented on September 26, 2024

修改后可以运行,但工作不正常。
exProject点击出来的文件都是空的,不知道为什么……

在 2014年3月28日 上午10:23,Wu Jie [email protected]写道:

在 Vim 7.3 中运行会出现以下错误:

Error detected while processing function 101_init_vimentry..vimentry#apply..exconfig#apply..exproject#open..
exproject#open_window..ex#window#open..ex#window#new:
line 56:
E117: Unknow function: s:init_buffer
Press Enter or type command to continue

这个错误应该是因为 Vim 7.3 版本不支持 function('s:init_buffer') 这种书写格式。我目前手头上没有 Vim 7.3
的测试环境,所以无法及时更正这个错误。

@YuJianrong https://github.com/YuJianrong 如果有时间,不知道能否帮忙测试一下 7.3
下,修改以下地方:

将 ex-project/autoload/exproject.vim 中的

function s:init_buffer()

改为

function exproject#init_buffer()

然后在 exproject#open_window() 里的代码调用处同样将 's:init_buffer' 改为
'exproject#init_buffer'

如果这样调用可行,那么我来进行其他部分插件的初始化修改行为。


Reply to this email directly or view it on GitHubhttps://github.com//issues/16
.

Best Regards,
Jianrong Yu

from main.

jwu avatar jwu commented on September 26, 2024

em,我还是装一个 Vim 73 测试吧

from main.

jwu avatar jwu commented on September 26, 2024

经过修改,我已经成功将新版本exVim 运行于 Vim 73 中。你遇到的 exProject 点出来是空的问题是因为exProject 的树结构是老版本的缘故。请通过 \R 更新一下你的 exProject 树。

@YuJianrong 请帮忙更新一下最新的 master 以及 vundle 下的 project。 当然,通过 call windows\install.bat 可以帮你轻松搞定这件事情。然后测试一下是否可以在 Vim73 下正常使用。

from main.

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.