wbthomason / packer.nvim

A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
MIT License
7.87k stars 267 forks source link

fix(git): use vim.endswith to check git suffix #1028

Closed axieax closed 2 years ago

axieax commented 2 years ago

image

@akinsho apologies but it seems like there's still a dangling period character left behind from the previous commits. This should hopefully address it!

axieax commented 2 years ago

Did not know that vim has an endswith keeping that in mind.

ahaha I've recently found quite a number of gems hidden in the Neovim source code, particularly in this file :D