From e573b3020c032400eed60b649a2cbf55266e6bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 30 Jun 2016 16:03:25 +0200 Subject: Add current configurations from old repository --- vim/bundle/vim-table-mode/t/fixtures/formula/formula.txt | 7 +++++++ vim/bundle/vim-table-mode/t/fixtures/formula/sample.txt | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 vim/bundle/vim-table-mode/t/fixtures/formula/formula.txt create mode 100644 vim/bundle/vim-table-mode/t/fixtures/formula/sample.txt (limited to 'vim/bundle/vim-table-mode/t/fixtures/formula') diff --git a/vim/bundle/vim-table-mode/t/fixtures/formula/formula.txt b/vim/bundle/vim-table-mode/t/fixtures/formula/formula.txt new file mode 100644 index 0000000..ab2df91 --- /dev/null +++ b/vim/bundle/vim-table-mode/t/fixtures/formula/formula.txt @@ -0,0 +1,7 @@ +| Item | Cost | +|----------+-------| +| Bread | 20 | +| Tomatoes | 5 | +| Pasta | 100 | +| Total | 0 | +/* tmf: $4,2=Sum(1:-1) */ diff --git a/vim/bundle/vim-table-mode/t/fixtures/formula/sample.txt b/vim/bundle/vim-table-mode/t/fixtures/formula/sample.txt new file mode 100644 index 0000000..2920bbc --- /dev/null +++ b/vim/bundle/vim-table-mode/t/fixtures/formula/sample.txt @@ -0,0 +1,7 @@ +| Item | Cost | +|----------+------| +| Bread | 20 | +| Tomatoes | 5 | +| Pasta | 100 | +| Total | | +| Test | | -- cgit v1.2.3