vim
2.0.0
Open files in gvim from the PowerShell pipeline.
Installation Options
Owners
Copyright
(c) 2016 PowerCode. All rights reserved.
Package Details
Author(s)
- PowerCode
Tags
Functions
Dependencies
This module has no dependencies.
Release Notes
Initial PSGallery release of Vim module, providing pipelining into gvim.
By using the errorfile feature in gvim, it is possible to quickly navigate between
files and MatchResults from Select-String.
PS>gci *.ps1 -recurse | sls MyClass | Invoke-Gvim
In gvim, you can now use :cn and :cp to navigate between the matches, and use :bn, :bp
to navigate between the files
FileList
- vim.nuspec
- about_vim.help.txt
- vim.psd1
- vim.psm1