Skip to content

Commit

Permalink
Set title to Node.vim.
Browse files Browse the repository at this point in the history
  • Loading branch information
moll committed Aug 3, 2013
1 parent a637945 commit f1d9018
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Node for Vim
Node.vim
Copyright (C) 2013 Andri Möll

This program is free software: you can redistribute it and/or modify it under
Expand Down
1 change: 1 addition & 0 deletions Makefile
@@ -1,4 +1,5 @@
NAME := node
TITLE := Node.vim
VERSION := 0.2.0
ID := 4674

Expand Down
10 changes: 5 additions & 5 deletions README.md
@@ -1,11 +1,11 @@
Node for Vim
============
Node.vim
========
Tools to make Vim superb for developing with Node.js.
It's the Node equivalent of [Rails.vim (vimscript #1567)](https://github.com/tpope/vim-rails) and [Rake.vim (vimscript #3669)](https://github.com/tpope/vim-rake).

This is just the first release to get the nodes rolling. If you've collected great helpers and shortcuts that help you work with Node, please share them via [email](mailto:andri@dot.ee), [Twitter](https://twitter.com/theml) or [GitHub issues](https://github.com/moll/vim-node/issues) so we could incorporate them here, too! Thanks!

### Already Node for Vim gives you:
### Already Node.vim gives you:

- Use `gf` on `require("module")` to navigate to the module's main file (parsed for you from `package.json`).
- Use `gf` on `require("module/lib/utils")` and open files inside the module.
Expand Down Expand Up @@ -50,7 +50,7 @@ Open any JavaScript file inside a Node project and you're all set.

License
-------
Node for Vim is released under a *Lesser GNU Affero General Public License*, which in summary means:
Node.vim is released under a *Lesser GNU Affero General Public License*, which in summary means:

- You **can** use this program for **no cost**.
- You **can** use this program for **both personal and commercial reasons**.
Expand All @@ -65,4 +65,4 @@ About
**[Andri Möll](http://themoll.com)** authored this in SublemacslipseMate++.
[Monday Calendar](https://mondayapp.com) supported the engineering work.

If you find Node for Vim needs improving or you've got a question, please don't hesitate to email me anytime at [andri@dot.ee](mailto:andri@dot.ee), tweet at [@theml](https://twitter.com/theml) or [create an issue online](https://github.com/moll/vim-node/issues).
If you find Node.vim needs improving or you've got a question, please don't hesitate to email me anytime at [andri@dot.ee](mailto:andri@dot.ee), tweet at [@theml](https://twitter.com/theml) or [create an issue online](https://github.com/moll/vim-node/issues).

0 comments on commit f1d9018

Please sign in to comment.