Skip to content

Releases: tomarrell/vim-npr

Open file in new window or new tab

22 Jun 09:08
db12139
Compare
Choose a tag to compare

This release adds support for opening a file in a new window, or a new tab. By default, bound to <C-w>f and <C-w>gf respectively.

It also adds two new functions.

  • VimNPRFindFile_NewWindow
  • VimNPRFindFile_NewTab

Thanks to @kwikenkwak for the contribution.

Sensible Path Resolution

02 Jul 13:19
Compare
Choose a tag to compare

This release will mark the first official release of vim-npr. A few notable changes since pre-1.0:

  • Better error reporting
  • Fixed resolution of relative paths (resolves #1)
  • New filename defaults
  • Resolution of common node_module roots at src/index.js and lib/index.js
  • Custom command support