vim
2.0.3
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
2.0.3:
Fixing issue where filenames piped as strings was not opened correctly
2.0.2:
Bring vim to forground when piping new input to an already existing vim instance.
Allow different gvim install by setting gvim alias before importing module.
Improved handling of initial gvim commands.
2.0.1:
Adding support for setting the correct column, using
the first group of a MatchInfo if available.
2.0.0:
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