qstrahl / vim-matchmaker

Highlight matches for the word under the cursor
38 stars 10 forks source link

Which is better, `:Matchmaker cmd` or `:MatchmakerCmd`? #11

Closed qstrahl closed 10 years ago

qstrahl commented 11 years ago

I'm considering adding tab completion to the :Matchmaker command (to complete on and off and any future commands), but I wonder if it would just be better to have a separate command for each, which seems to be the usual vim way of doing things. I welcome any input anyone has to offer.

majkinetor commented 10 years ago

I prefer :Matchmaker cmd because it makes cmd completition (wildmenu etc.) less annoying. With more commands starting with m wildmenu becomes more annoying to use due to extensive iteration.

qstrahl commented 10 years ago

I am pretty much sold on :Matchmaker cmd now, so I'm going to close this.