All Projects → bogado → File Line

bogado / File Line

Plugin for vim to enabling opening a file in a given line

Labels

Projects that are alternatives of or similar to File Line

Csapprox
Make gvim-only colorschemes work transparently in terminal vim
Stars: ✭ 215 (-17.31%)
Mutual labels:  viml
Vim Gocode
A Go bundle for Vundle or Pathogen
Stars: ✭ 232 (-10.77%)
Mutual labels:  viml
Color Schemes
Color schemes I've used for an extended period of time and like
Stars: ✭ 244 (-6.15%)
Mutual labels:  viml
Phpcomplete Extended
A fast, extensible, context aware autocomplete plugin for PHP composer projects with code inspection features.
Stars: ✭ 218 (-16.15%)
Mutual labels:  viml
Config files
My config files (aka dotfiles)
Stars: ✭ 222 (-14.62%)
Mutual labels:  viml
Dotfiles
My dotfiles
Stars: ✭ 238 (-8.46%)
Mutual labels:  viml
Vim Auto Save
Automatically save changes to disk
Stars: ✭ 213 (-18.08%)
Mutual labels:  viml
Piv
PHP Integration environment for Vim
Stars: ✭ 255 (-1.92%)
Mutual labels:  viml
Vim Yoink
Vim plugin that maintains a yank history to cycle between when pasting
Stars: ✭ 225 (-13.46%)
Mutual labels:  viml
Vim Online Thesaurus
A Vim plugin for looking up words in an online thesaurus
Stars: ✭ 242 (-6.92%)
Mutual labels:  viml
Autocomplpop
Automatically opens popup menu for completions
Stars: ✭ 219 (-15.77%)
Mutual labels:  viml
Vim Maximizer
Maximizes and restores the current window in Vim.
Stars: ✭ 220 (-15.38%)
Mutual labels:  viml
Conque Shell
Run interactive commands inside a Vim buffer
Stars: ✭ 241 (-7.31%)
Mutual labels:  viml
Fuzzyfinder textmate
A vim script that extends the fuzzyfinder plugin to support TextMate style file searches (e.g. cmd-T) (Unmaintained now, see http://weblog.jamisbuck.org/2009/1/28/the-future-of-fuzzyfinder-textmate)
Stars: ✭ 216 (-16.92%)
Mutual labels:  viml
Fuzzyfinder
buffer/file/command/tag/etc explorer with fuzzy matching
Stars: ✭ 252 (-3.08%)
Mutual labels:  viml
Goldenview.vim
Always have a nice view for vim split windows!
Stars: ✭ 214 (-17.69%)
Mutual labels:  viml
Flappyvird Vim
Stars: ✭ 236 (-9.23%)
Mutual labels:  viml
Vim Railscasts Theme
A vim color scheme based on the Railscasts Textmate theme.
Stars: ✭ 257 (-1.15%)
Mutual labels:  viml
Spf13 Vim
The ultimate vim distribution
Stars: ✭ 15,235 (+5759.62%)
Mutual labels:  viml
Drawit
Ascii drawing plugin: lines, ellipses, arrows, fills, and more!
Stars: ✭ 243 (-6.54%)
Mutual labels:  viml

File-line

Plugin for vim to enable opening a file in a given line

When you open a file:line, for instance when coping and pasting from an error from your compiler vim tries to open a file with a colon in its name.

Examples:

vim index.html:20
vim app/models/user.rb:1337

With this little script in your plugins folder if the stuff after the colon is a number and a file exists with the name especified before the colon vim will open this file and take you to the line you wished in the first place.

This script is licensed with GPLv3 and you can contribute to it on github at github.com/bogado/file-line.

Install details

If you use Bundle, add this line to your .vimrc:

Bundle 'bogado/file-line'

And launch :BundleInstall in vim.

Or just copy the file into your plugins path ($HOME/.vim/plugin under unixes).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].