filipdutescu / renamer.nvim

VS Code-like renaming UI for Neovim, writen in Lua.
Apache License 2.0
298 stars 11 forks source link

fix!: names of min and max width parameters #108

Closed filipdutescu closed 2 years ago

filipdutescu commented 2 years ago

Motivation

BREAKING CHANGE: Rename minwidth and maxwidth to the naming convention used throughout the rest of the code (snake case). The two will now be used as min_width and max_width.

Proposed changes

Test plan

Existing tests cover the changes.