Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.

DEPRECATED: Provide a binding for vim to complete "full" words

License

Notifications You must be signed in to change notification settings

andrewferrier/vim-complete-fullword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

This plugin is no longer maintained. I have merged its behaviour into my local ~/.vimrc. I leave it here in case it is of value to anyone.

vim-complete-fullword

Vim plugin to provide a command which can be used to complete "full" words (i.e. similar to , but provides a completion command that includes - as a valid word character). This can be extremely useful when programming, as typically - is considered a valid character in identifiers.

Currently this plugin has this behaviour hardcode bound to <C-X><C-W>.

Installation

Use a vim package manager. If you don't have one, pathogen.vim is a good place to start. Once you've installed it, run:

cd ~/.vim/bundle
git clone git://github.com/andrewferrier/vim-complete-fullword.git

About

DEPRECATED: Provide a binding for vim to complete "full" words

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published