Giter Site home page Giter Site logo

quickr-cscope.vim's Introduction

Ronak's github stats

quickr-cscope.vim's People

Contributors

darchons avatar ronakg avatar varunlakkur 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

Watchers

 avatar  avatar  avatar

quickr-cscope.vim's Issues

Have to click to activate <leader>g

I'm not sure what changed recently, as the plugin used to "just work", but it seems that after pressing g I now have to click the tag I wish to search with the mouse. Is there a quickr-cscope or vim setting that I can set to revert this behaviour?

Key Map Repeated

There my be a repeated key map statement, please check it.

199 vmap e (quickr_cscope_egrep)
200 vmap e (quickr_cscope_assignments)

Unable to use quick fix window to display <leader>g search results

Hi Ronak,

I was able to fix this issue by changing mapping of the 'scope find g' command to:
nnoremap (quickr_cscope_global) :call quick_cscope(expand(""), "g")
and cscope qf options to:
set cscopequickfix=s-,g-,d-,c-,t-,e-,f-,i-

Now I can view 'scope find g' search results in quick fix window too. It will be great to support this feature in the next release, If you have plans to support quick fix for 'scope find g' command.

Regards,
Andrew.

want to re-load Cscope database when open every file

I want to reload the Cscope database when open every file ,
not just init it one time, add change like this :

+augroup autoload_cscope

  • au!
  • au BufEnter * call Cycle_csdb()
  • au BufUnload * call Unload_csdb()
    +augroup END

New tab on search

Hello,

I just started using the plugin and there's a behavior that I'm not sure if it's a bug or a feature. Whenever I perform a search (e.g. <leader>s), a new tab is created with the quickfix window below. Shouldn't the quickfix window appear bellow the tab in which I performed the search?

Regards.

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.