/CHANGELOG.md

https://github.com/alok/notational-fzf-vim · Markdown · 70 lines · 47 code · 23 blank · 0 comment · 0 complexity · 977412584eeb74b904bd61665f9f5060 MD5 · raw file

  1. ## 2.1.0
  2. Added more window size management with `g:nv_window_width` and
  3. `g:nv_window_direction`. Can now run fullscreen with `:NV!`.
  4. ## 2.0.0
  5. - Rename `g:nv_directories` to `g:nv_search_paths`. This emphasizes
  6. that you can search directories *and* files.
  7. - Use `shellescape` instead of `fnameescape` to avoid path issues.
  8. - Fix bug in search that would cause it to ignore 1-line long files.
  9. ## 1.1.0
  10. - Color filenames and line numbers.
  11. ## 1.0.0
  12. - [rg](https://github.com/BurntSushi/ripgrep) is now required. `ag`
  13. will no longer work.
  14. - The preview feature has been reworked. Now, the preview window will
  15. show several lines of context around the currently selected line.
  16. ## 0.8.0
  17. - New default for preview window that sensibly sets width. Most users
  18. should not need to set this anymore.
  19. - Short pathname display no longer shows `./` before filename if it's
  20. in the current working directory.
  21. ## 0.7.0
  22. - You can now restrict your search with arguments passed to `:NV`
  23. - Fixed a bug that made preview window too narrow
  24. ## 0.6.0
  25. - Improve path shortening to display (in decreasing order of
  26. priority):
  27. - `.`
  28. - `..`
  29. - `~`
  30. - Python 3 is now required for the path shortening script to work.
  31. - Key mappings to open files are now customizable.
  32. - set `highlight` to use `truecolor` if available and Solarized Dark
  33. background.
  34. ## 0.5.0
  35. - `g:nv_preview_width` is now a percentage. This makes it more useful
  36. on small screens, but slightly less useful on large ones without
  37. some config.
  38. ## 0.4.0
  39. - Add support for files in `g:nv_directories`
  40. ## 0.3.0
  41. - Add (working) short pathnames feature
  42. ## 0.2.0
  43. - Updated README to include use cases and to be easier to read.
  44. ## 0.1.0
  45. - Added
  46. [`highlight`](http://www.andre-simon.de/doku/highlight/en/highlight.html)
  47. as (superior) alternative to `coderay`