otavioschwanck / arrow.nvim

Bookmark your files, separated by project, and quickly navigate through them.
Other
454 stars 19 forks source link

Typo on the statusline helper? #16

Closed AnoRebel closed 6 months ago

AnoRebel commented 6 months ago

One of the statusline helper function name has a typo. I'm not sure which was the intended name between is_on_arrow_file in the README OR in_on_arrow_file in the actual code.

otavioschwanck commented 6 months ago

One of the statusline helper function name has a typo. I'm not sure which was the intended name between is_on_arrow_file in the README OR in_on_arrow_file in the actual code.

its a typo on code, should be is_on_arrow_file.

i added a function to this:

e988c30095eb22c8418b342f062c9f419f4f9d3a

now you can use is_on_arrow_filw or in_on_arrow_file