Giter VIP home page Giter VIP logo

ctrlp-extensions.vim's People

Contributors

sgur avatar stefandtw avatar tsuyoshicho avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ctrlp-extensions.vim's Issues

let g:loaded_yankring = 1 BUG

you should remove this line ,
otherwise my yankring plugin will not be loaded ...

in yankring plugin:

if exists('loaded_yankring')
finish
endif

if v:version < 700
echomsg 'yankring: You need at least Vim 7.0'
finish
endif

let loaded_yankring = 170

it also need loaded_yankring don't exist ...

Yankring cache file

hello,

Iam using this set of extensions to ctrlp. When Iam launching vim for first time I have error about that vim cannot find yankring cache file.
I`ve noticed that vim deletes this file after program close.

Could you make vim to don`t delete this file ?
And make clear cache for request ?
This will solve issue.

Documentation

Please, consider showing these:

command! CtrlPCmdline call ctrlp#init(ctrlp#cmdline#id())
command! CtrlPMenu call ctrlp#init(ctrlp#menu#id())
command! CtrlPYankring call ctrlp#init(ctrlp#yankring#id())

In the README.md

bug

if !exists('g:loaded_ctrlp') || g:loaded_ctrlp
finish
endif

you should remove this ,
otherwise , it will never load this vim scripts .

can't open yankring anymore

I haven't changed anything in my vimrc, yet today I discovered that when I call :CtrlPYankring I get the following errors:

E117: Unknown function: ctrlp#yankring#id
E116: Invalid arguments for function ctrlp#init

CtrlPMenu and CtrlPCmdline are working as usual.

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.