Commit Graph

353 Commits

Author SHA1 Message Date
Dhruva Sagar
7526011c93 Improve github action 2023-10-24 12:36:10 +05:30
Dhruva Sagar
0a132f8377 Fix tests, remove vim & windows 2023-10-24 12:35:12 +05:30
Dhruva Sagar
e66a13b7ed Improved testing 2023-08-31 22:05:47 +05:30
Dhruva Sagar
ed55bc2828 Fix tests for neovim 2023-08-31 21:43:51 +05:30
Dhruva Sagar
0dd8aff6d1 Improve concurrency to ensure tests run on all environments 2023-03-01 18:53:27 +05:30
Dhruva Sagar
d9bd7c6de1 Try out with nightly version of vim / neovim 2023-03-01 13:35:51 +05:30
Dhruva Sagar
d9cf433893 Quit VIM after running tests 2023-03-01 13:06:55 +05:30
Dhruva Sagar
022b2d41b3 Fix vimrc location 2023-03-01 13:04:25 +05:30
Dhruva Sagar
7ace092bf5 Improved packpath 2023-03-01 12:59:44 +05:30
Dhruva Sagar
3ea394ff83 Looks promising 2023-03-01 11:54:16 +05:30
Dhruva Sagar
0df034ed2e Back to matrix 2023-03-01 11:18:45 +05:30
Dhruva Sagar
021d8bf025 Try vimrc 2023-03-01 11:13:34 +05:30
Dhruva Sagar
2868a889c1 Remove git from workflow 2023-03-01 11:07:04 +05:30
Dhruva Sagar
f5df58b089 Try again 2023-03-01 11:04:33 +05:30
Dhruva Sagar
4addf0b92e Attempting to use a docker container instead 2023-03-01 09:11:07 +05:30
Dhruva Sagar
8873d12158 Try with github workspace 2023-03-01 08:56:44 +05:30
Dhruva Sagar
8f3893b7b1 Add packloadall 2023-03-01 08:47:12 +05:30
Dhruva Sagar
acaad2ef26 Simplified packpath 2023-03-01 08:42:44 +05:30
Dhruva Sagar
9cbf8283ba Fix Plugin Paths 2023-03-01 08:38:38 +05:30
Dhruva Sagar
88824e5840 Try to add plugins to vim's packpath 2023-03-01 08:35:40 +05:30
Dhruva Sagar
e117bcdc78 Add checkout vim-testify step to ci workflow 2023-03-01 07:58:34 +05:30
Dhruva Sagar
7ec0b83dbd Rewrite tests with vim-testify 2023-03-01 07:22:48 +05:30
Dhruva Sagar
9555a3e6e5 Merge pull request #216 from camfowler/master
Support optional newline after tables for formula
2022-10-20 15:39:02 +05:30
Cameron Fowler
33ea774b69 Support optional newline after tables for formula
Fixes #86

This allows the formula line to be evaluated, even if there is a single
empty line after the table. The "empty" line is allowed to contain
whitespace, but nothing else.

The formula will evaluate if triggered on the table, the empty line, or
the formula lines.
2022-07-21 14:10:35 +12:00
Dhruva Sagar
f47287df37 Merge pull request #215 from clarkshaeffer/master
README Installations reformat with Vim 8+
2022-05-28 10:20:08 +05:30
Clark
f65c2921c0 README Installations reformat with Vim 8+
Some reformatting and markdown / code chunk cleanup for the installation section, including installations instructions with Vim 8+ native package manager.
2022-05-27 15:45:19 -07:00
Dhruva Sagar
816072c0f5 Improved Formula Engine
* Does not try to forcefully cast column content to float
* Silences any errors during formula evaluation, you can look at
  `v:errmsg` to see if there was any error during the evaluation for
  debugging
v4.8.0
2022-04-05 22:18:51 +05:30
Dhruva Sagar
698ff3074c Improve handling of g:table_mode_ignore_align v4.7.6.1 2022-03-01 13:12:54 +05:30
Dhruva Sagar
494d95d2b3 Add config g:table_mode_ignore_align. Fix #145
* Disabled by default, if enabled directs table mode to ignore aligning
  based on alignment characters on the header and always left aligns
v4.7.6
2022-03-01 13:07:33 +05:30
Dhruva Sagar
9191af46b6 Updated README
Added information regarding overriding configurations for Markdown
/ ReST filetypes
2022-01-21 23:32:44 +05:30
Dhruva Sagar
c547471c0e Bump version to 4.7.5 v4.7.5 2021-12-02 00:30:20 +05:30
Dhruva Sagar
bdcffffe1f Attempt to Fix #173 2021-12-02 00:28:56 +05:30
Dhruva Sagar
01a395df00 Add github sponsors! 2021-10-27 00:02:13 +05:30
Dhruva Sagar
2e95bc6991 Merge pull request #208 from jdorel/feature-cellcolor
(feature) highlight cell color based on cell prefix
2021-10-08 01:25:54 +05:30
Jonas DOREL
0fe6bd87ac feat(highlight): add color prefixes 2021-10-07 18:37:17 +02:00
Jonas DOREL
59900a3fef fix(regex): some words start with no 2021-10-05 20:20:57 +02:00
Dhruva Sagar
eb42c62812 Merge pull request #207 from jdorel/feature-cellcolor
feat(highlight): color cell if contains yes,no,?
2021-10-05 22:43:52 +05:30
Jonas DOREL
e5dc853ee3 fix(highlight): disable highlight when word before 2021-10-05 17:29:47 +02:00
Jonas DOREL
c949912bfa feat(highlight): color cell if contains yes,no,? 2021-10-05 16:06:53 +02:00
Dhruva Sagar
02d28b9323 Move echo cell functionality to autoload. Fixes #206 2021-09-04 23:24:42 +05:30
Dhruva Sagar
35e9fbf64c 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
2021-05-30 03:53:41 +05:30
Dhruva Sagar
5150f1ec06 Merge pull request #200 from bmundt6/master
Handle separator map and map target separately
2021-05-05 23:04:42 +05:30
Dhruva Sagar
d9334c52cc Bump ruby version for travis 2021-05-05 22:27:01 +05:30
Dhruva Sagar
88b9c85af3 Update doc and fixed specs 2021-05-05 22:23:35 +05:30
Dhruva Sagar
26d2390548 Merge branch 'master' into bmundt6-master 2021-05-05 22:23:27 +05:30
Dhruva Sagar
7b17c692e9 Update ruby to 3.0.0 for testing
Bump version to version 4.7.4
2021-05-05 22:12:44 +05:30
Benjamin Mundt
8dcdfad1ee Define separator map in one place as a global; add separator map target for separators other than | 2021-04-29 14:15:48 -04:00
Dhruva Sagar
659ba4f39c Merge pull request #187 from rohieb/doc
doc: correctly document fillchar and header fillchar
2020-10-14 01:06:56 +05:30
Roland Hieber
04b14c345e doc: correctly document fillchar and header fillchar 2020-10-07 23:05:51 +02:00
Dhruva Sagar
3476c4e517 Improve Tableize. Fix #109.
This adds a new option `g:table_mode_tableize_auto_border` that allows
to enable automatic border creation when using Tableize to create tables
v4.7.3
2020-08-19 21:59:37 +05:30