https://github.com/tomtom/cfilehandler_vim
Make |:cfile| less intrusive
https://github.com/tomtom/cfilehandler_vim
Last synced: 3 months ago
JSON representation
Make |:cfile| less intrusive
- Host: GitHub
- URL: https://github.com/tomtom/cfilehandler_vim
- Owner: tomtom
- Created: 2014-02-16T09:28:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-16T09:29:02.000Z (over 12 years ago)
- Last Synced: 2025-02-22T05:27:56.822Z (over 1 year ago)
- Language: VimL
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This VIM plugin changes the way |:cfile| works.
- The cursor doesn't jump to the first error
- Optionally, the |quickfix| window is opened
I originally wrote this plugin to be used in conjunction with
sbt-quickfix (https://github.com/dscleaver/sbt-quickfix). In order to
fully enable it for use with sbt-quickfix, create the file
~/.vim/ftplugin/scala/cfilehandler.vim and add the following lines: >
if !exists('g:cfilehandler#file')
let b:cfilehandler_file = findfile('target/quickfix/sbt.quickfix', '.;')
endif
-----------------------------------------------------------------------
Status: Experimental
Install: See http://github.com/tomtom/vimtlib/blob/master/INSTALL.TXT
See http://github.com/tomtom for related plugins.