Skip to content

Releases: sontungexpt/stcursorword

v1.0.3

08 Oct 05:54
Compare
Choose a tag to compare

Fix:

  • Fixes vim:E976 error when cursor is on a blob
  • Add more events to make disabling function more exactly

v1.0.2

27 Sep 11:39
Compare
Choose a tag to compare

Fix:

  • The highlighting doesn't work immediately when changing the buffer.
  • The options "Buftype" and "filetype" disabled are not functioning correctly.

v1.0.1

25 Sep 05:45
Compare
Choose a tag to compare

Fix:

  • Do not highlight when the cursor is over the word

v1.0.0

24 Sep 14:54
Compare
Choose a tag to compare

Features:

  • 🎉Supporting disabling for certain filetypes. So, If I accidentally open a binary file such as .png file it gives me an error

  • 🛠️ Only reseting highlights of the word under the cursor when needed

  • 🍕 Easily to disable and enable when needed.