From 35e9fbf64c06fddc41651e65b92200f902d8ae0b Mon Sep 17 00:00:00 2001 From: Dhruva Sagar Date: Sun, 30 May 2021 03:53:41 +0530 Subject: [PATCH] Improve formula evaluation. Fix #201 A past change added support for html comments for tables, however, this fails when the formula line happens to match the format of html comments --- autoload/tablemode/spreadsheet/formula.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/autoload/tablemode/spreadsheet/formula.vim b/autoload/tablemode/spreadsheet/formula.vim index f54c53b..e1d0026 100644 --- a/autoload/tablemode/spreadsheet/formula.vim +++ b/autoload/tablemode/spreadsheet/formula.vim @@ -1,12 +1,12 @@ " Private Functions {{{1 -function! s:IsHTMLComment(line) "{{{2 - return getline(a:line) =~# '^\s*