]> git.wincent.com - pinnacle.git/commit
Use `empty` instead of `==`
authorGreg Hurrell <greg@hurrell.net>
Thu, 8 Jun 2017 01:44:24 +0000 (18:44 -0700)
committerGreg Hurrell <greg@hurrell.net>
Thu, 8 Jun 2017 01:44:24 +0000 (18:44 -0700)
commit3ffea2f4ef9a501e850abff89477ff6882a5f9cf
treeda7cea9746b7c70310597d75253d182f490b64e3
parentbe04702259f8c1374754bd2ffb065577e9d8f771
Use `empty` instead of `==`

Arguably more transparent, and avoids questions about list equality in
VimL compared with other languages (eg. JavaScript, which isn't
referentially transparent, so `[] != []`).
autoload/pinnacle.vim