Skip to content

Releases: Aasim-A/scrollEOF.nvim

1.2.6

08 Jan 01:29
75a471d
Compare
Choose a tag to compare

refactor: use screen line APIs to work with wrapped lines (#12)
fix: only update the scroll when we're scrolling down (#13)

New contributors:

1.2.5

20 Oct 15:17
cd7d9f0
Compare
Choose a tag to compare
  • fix: Correctly calculate window height. #10

1.2.4

16 Sep 11:04
3fb4c69
Compare
Choose a tag to compare
  • Respect scrolloff when scrolling window without moving the cursor (#9)

1.2.3

18 Aug 23:51
158f130
Compare
Choose a tag to compare

fix: Considers folded lines near EoF (#8 )

1.2.2

26 Jun 19:47
0803498
Compare
Choose a tag to compare

Removed buggy commit that causes garbage to be inserted when the plugin is enabled in insert mode (#5).

1.2.1

07 Jun 15:54
81a88a5
Compare
Choose a tag to compare
  • Fixes the plugin not working when scrolloff is set to high value

1.2.0

05 Feb 13:32
36d02cb
Compare
Choose a tag to compare
  • Added the ability to disable scrollEOF for filetypes and modes.

1.1.0

04 Feb 14:23
18072de
Compare
Choose a tag to compare
  • Added support for insert mode.
  • Performance improvements.

1.0.0

02 Feb 13:53
7bb2df6
Compare
Choose a tag to compare

Initial release!