From: Ɓukasz Langa Date: Mon, 28 Oct 2019 13:53:25 +0000 (+0100) Subject: Fix regression: unexpected parentheses around non-mathematical powers X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/6dca5278a3159cb35e8b9076bf81eacd35c1f0a7?hp=6dca5278a3159cb35e8b9076bf81eacd35c1f0a7 Fix regression: unexpected parentheses around non-mathematical powers This was caused by an overly liberal application of parentheses in #909 that fixed #646. Fixes #1041 ---