+
# scalpel<a name="scalpel-scalpel" href="#user-content-scalpel-scalpel"></a>
+
## Intro<a name="scalpel-intro" href="#user-content-scalpel-intro"></a>
Scalpel provides a streamlined shortcut for replacing all instances of the word currently under the cursor throughout a file.
in your `~/.vimrc`.
+
## Installation<a name="scalpel-installation" href="#user-content-scalpel-installation"></a>
To install Scalpel, use your plug-in management system of choice.
:call pathogen#helptags()
```
+
## Website<a name="scalpel-website" href="#user-content-scalpel-website"></a>
The official Scalpel source code repo is at:
http://www.vim.org/scripts/script.php?script_id=5381
+
## License<a name="scalpel-license" href="#user-content-scalpel-license"></a>
Copyright (c) 2016-present Greg Hurrell
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
## Development<a name="scalpel-development" href="#user-content-scalpel-development"></a>
+
### Contributing patches<a name="scalpel-contributing-patches" href="#user-content-scalpel-contributing-patches"></a>
Patches can be sent via mail to greg@hurrell.net, or as GitHub pull requests at: https://github.com/wincent/scalpel/pulls
+
### Cutting a new release<a name="scalpel-cutting-a-new-release" href="#user-content-scalpel-cutting-a-new-release"></a>
At the moment the release process is manual:
- Upload to http://www.vim.org/scripts/script.php?script_id=5381
+
## Authors<a name="scalpel-authors" href="#user-content-scalpel-authors"></a>
Scalpel is written and maintained by Greg Hurrell <greg@hurrell.net>.
+
## History<a name="scalpel-history" href="#user-content-scalpel-history"></a>
+
### 0.2 (not yet released)<a name="scalpel-02-not-yet-released" href="#user-content-scalpel-02-not-yet-released"></a>
- Support visual mode.
+
### 0.1 (29 April 2016)<a name="scalpel-01-29-april-2016" href="#user-content-scalpel-01-29-april-2016"></a>
- Initial release.