Skip to content

Commit

Permalink
Embedd screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed Dec 21, 2011
1 parent 5a2443e commit fa73dd7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Readme.md
Expand Up @@ -28,6 +28,20 @@ nmap <Leader><Leader> :w<CR>:make! \| botright cwindow<CR>
This will map `<leader><leader>` (`,,` for me) to excuting `:make` and This will map `<leader><leader>` (`,,` for me) to excuting `:make` and
automatically opening the quickfix window if there was an error. automatically opening the quickfix window if there was an error.


## Screenshots

A simple JS file before executing the keybinding above:

![Screenshot 1](https://github.com/felixge/vim-nodejs-errorformat/raw/master/screenshots/1.png)

The output of `:make` / running the file with node.js:

![Screenshot 2](https://github.com/felixge/vim-nodejs-errorformat/raw/master/screenshots/2.png)

The quickfix window generated by this plugin:

![Screenshot 3](https://github.com/felixge/vim-nodejs-errorformat/raw/master/screenshots/3.png)

## Known Problems ## Known Problems


* Node core modules are listed in the quickfix window, but can't be opened * Node core modules are listed in the quickfix window, but can't be opened
Expand Down

0 comments on commit fa73dd7

Please sign in to comment.