Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

vim-table-mode

VIM Table Mode for instant table creation.
Collective - Host: opensource - https://opencollective.com/vim-table-mode - Code: https://github.com/dhruvasagar/vim-table-mode

Updated Table syntax to incorporate commented tables

github.com/dhruvasagar/vim-table-mode - 7258a56d20c7d4c1d2d0a80eb60c35758ddb4493 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Added syntax for matching tables

github.com/dhruvasagar/vim-table-mode - 8d3c4912a2802f6033718535bcfb25ea40c830d9 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixing tests

github.com/dhruvasagar/vim-table-mode - 13e1a2000207fe0bf17dd2ef30ddaead3e0b74b7 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixing ruby version

github.com/dhruvasagar/vim-table-mode - d73236f9648e7535457ce051b97280eb7ccc0a9a authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Bumped ruby version for travis

github.com/dhruvasagar/vim-table-mode - c5efbe1ad711bc386634843023b1f2ae8e72c963 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Improved tests

github.com/dhruvasagar/vim-table-mode - 8970d5ffbb1ba91209934ad31b87bcc5e0bd2b57 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Added more tests for Realigning unicode content

github.com/dhruvasagar/vim-table-mode - 859eb428569c775a8b3b48837cc1280ad7889237 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixing tests

github.com/dhruvasagar/vim-table-mode - d7ad97f09979c13e2c5fd43bea41d59c48937d70 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Minor refactor & improved test coverage

github.com/dhruvasagar/vim-table-mode - dbd79f2c1e09bf5d4cce92b3b356164645a19905 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Improved test for utils

github.com/dhruvasagar/vim-table-mode - fa568fe91b772226c86e1bd042066f83b1a91d87 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed #28

Altered border generation code to incorporate true display width of
characters, hence generate m...

github.com/dhruvasagar/vim-table-mode - 53da3fb4c2338f0b7d3fc22de0af5d8efd4231ce authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed typo in docs

github.com/dhruvasagar/vim-table-mode - 6007953f0e46ed22bbccf138cb803ec0d12cf056 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Updated docs

github.com/dhruvasagar/vim-table-mode - 766066394c0fcb49cd858af6d68816477f25feb6 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Added support for negative indices

When defining formulas you can now use negative indices for target /
cells to refer to them rela...

github.com/dhruvasagar/vim-table-mode - f2f62d78e5a04c7c9241550880edea9d3b619cc1 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed #26

Not assuming a length for alignments, looping through all and adding 'l'
as default first then u...

github.com/dhruvasagar/vim-table-mode - 7810ce0ca04f7b695722af83ac7902a04e281f90 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Improved fix for #20

Instead of relying on a /g or /gg flag based on gdefault, I temporarily
disable gdefault and set...

github.com/dhruvasagar/vim-table-mode - b22d79313503a56fc65bb56d1246ea35edf28bdc authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed header creation as first line of table

github.com/dhruvasagar/vim-table-mode - de2ad0b71da55679d7471a6766acebf026c40e9b authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Cosmetic change

changed variable name from i to jdx since for consistency, i is short
for insert which is a vim ...

github.com/dhruvasagar/vim-table-mode - 29c7ec1a239bb8971acf455d1d524e532dcbf76a authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Updated README.md

github.com/dhruvasagar/vim-table-mode - 9ce981cc778243da5d07101d8a7321efbe03429f authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Releasing v4.3.0

github.com/dhruvasagar/vim-table-mode - 0c9cd8fb50b6573e7ce10b19f018f90345f406fe authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Merge branch 'feature/gfm_column_alignment'

github.com/dhruvasagar/vim-table-mode - da39088fd80069939a9d64318edcd47d7a770349 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed #19

Updated tablemode#table#IsRow() to allow hiphens within the row.

github.com/dhruvasagar/vim-table-mode - a0fcb89f43e8d72c884e4ca6287af7455cd5069b authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Added support for column alignment #23

Now we can define gfm-style aligment by adding them to the header column

github.com/dhruvasagar/vim-table-mode - 5007e5f7289a26d1e34024f137c13317c4c5f275 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Merge branch 'master' into feature/gfm_column_alignment

Conflicts:
autoload/tablemode/table.vim

github.com/dhruvasagar/vim-table-mode - 71051e2c22add7a239f6c42bc8361befa9fe940f authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Cosmetic refactoring

* Changed the API calls to be more sensible & simple and free of
redundancy.

github.com/dhruvasagar/vim-table-mode - 43d0c0ff6fde794813b0e61a69c604982bb9700e authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Refactoring alignment

github.com/dhruvasagar/vim-table-mode - 00c54e8e02138088bdb5df3efc8b2d2137be5500 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed #25

Minor refactoring & corrected variable names

github.com/dhruvasagar/vim-table-mode - cfbac6979d0f8fda8603edcf9e01492d19f3203d authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Improved table.vim tests. Fixed #24.

github.com/dhruvasagar/vim-table-mode - 7e00cea7f56afab6826841619317dbba6e085a07 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixing #24

Exposed a public api for IsTableModeActive and using it instead.

github.com/dhruvasagar/vim-table-mode - 79166b3d4e0094ca628abdeb10ea6f093615fc3f authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Update CHANGELOG.md

github.com/dhruvasagar/vim-table-mode - 6862a8b7e458d67e9c6b2a2d143d691bf20f5ed4 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed the tests with new changes

github.com/dhruvasagar/vim-table-mode - d889c342d3c94b9081f2b50fa0e0128f8afb964d authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Removed CellTextObject() from spreadsheet.vim

github.com/dhruvasagar/vim-table-mode - 8a54ef28abc0d50b0a39893afd668c26ce1a5e9b authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Removed old TableMotion from autoload/tablemode/table.vim

github.com/dhruvasagar/vim-table-mode - a2492fbf08a1c7565587be369ec3a56d9e72c9b0 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Releasing v4.2.0

* Refactored cell & formula logic out into separate files
* Added more tests to test things inde...

github.com/dhruvasagar/vim-table-mode - 652de4d29cf93270fa716b89cdfed688558ca91a authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Added tests for formula evaluation

* Minor fixes as detected by the tests

github.com/dhruvasagar/vim-table-mode - f91782fca234e61d0addaf6861d37cbb7948d9f3 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed table motions over corners with borders

github.com/dhruvasagar/vim-table-mode - 1ef8c812d6ff830a18460d57001674e6dfc49f25 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Releasing v4.1.0

* Fixed bad references within plugin.
* Added fixtures for cleaner tests.
* Updated readme, chan...

github.com/dhruvasagar/vim-table-mode - 63cb175d5786055401a07165f1a66214999d88d5 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Merge branch 'master' of github.com:dhruvasagar/vim-table-mode

github.com/dhruvasagar/vim-table-mode - 4eae4a659d1e8b1486f0d6928cbf72fceba4e01b authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed function references in plugin

github.com/dhruvasagar/vim-table-mode - 5012486cbed7b29a1344399936b80fe3b4760f68 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Added silent! to ignore errors on disabling errors

github.com/dhruvasagar/vim-table-mode - 12f4c399827d09f5be5f56ee1ed32407253ee211 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Added fixtures

github.com/dhruvasagar/vim-table-mode - 943496c53556937290a33fe4f04b10028cdffe41 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Update README.md

github.com/dhruvasagar/vim-table-mode - 151d489a5304497f290d6b509d4aead490a17652 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Update README.md

github.com/dhruvasagar/vim-table-mode - aa5b5ef52684da020b8cded3a21ec13eacab6eb0 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Updated README & CHANGELOG

github.com/dhruvasagar/vim-table-mode - a0207b7895ca03adafd75c7cadbf6c54839ec06a authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Merge branch 'refactor/plug_mappings'

github.com/dhruvasagar/vim-table-mode - 3e741ca38bbca1ea3f86550310e3477c950c55e5 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Releasing v4.0.0

* Refactored complete code to be more modular.
* Fixed long standing unicode alignment issue #8....

github.com/dhruvasagar/vim-table-mode - 95fc4c3c3217d6fa53bcb7b28a76da1331d52f08 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixing tabular align for unicode characters

github.com/dhruvasagar/vim-table-mode - 70744f308c00772fe4a1a156fc65e9116fa6e7aa authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Removed a config by mistake

github.com/dhruvasagar/vim-table-mode - de2039dd2475937e3ddc4ee5a3ec743067c755f3 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Removed erroneous configs

github.com/dhruvasagar/vim-table-mode - 7eef29529de6f5fc8b4455e4a083f520d10b50e3 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Refactored spreadsheet related code out of table.vim

github.com/dhruvasagar/vim-table-mode - defd9531a741e3d1306c865a67870eaf8aed7fc4 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Updated plugin mappings

github.com/dhruvasagar/vim-table-mode - f20ff17b424e0d3a0d7fc37c661190225020bb71 authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Refactored code into autoload/tablemode/table.vim

github.com/dhruvasagar/vim-table-mode - b63b0401a001fa2ed651693d4d06bdb567a3b75c authored over 10 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Added command TableModeRealign

github.com/dhruvasagar/vim-table-mode - 6d2ade59dc9369ac9292044e10ff1d1ece6852da authored almost 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed tablemode#TableMotion

github.com/dhruvasagar/vim-table-mode - 0b03a88ffbd7a3d4049eb79f155e58234636ff65 authored almost 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed tablemode#TableMotion, supports [count]

github.com/dhruvasagar/vim-table-mode - 8e37d67505ff60b8f413ddd7337795e2bf6a9ac3 authored almost 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixes #20

Checking if gdefault is set and working accordingly

github.com/dhruvasagar/vim-table-mode - f2c492fe5e8be55339e871f60a7fe42432b8d5f6 authored almost 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixes #17

Added a new configuration option g:table_mode_corner_corner to
correspond to the extreme corners...

github.com/dhruvasagar/vim-table-mode - 10ab0425f6da01cdf2a66db22085a5d8e9df16d7 authored almost 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Updated README

github.com/dhruvasagar/vim-table-mode - e10a2ab4da22e90ccf0c206b8f7955ce671b2b76 authored about 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
trying with <kbd>

github.com/dhruvasagar/vim-table-mode - 496872f342958879ba1ec7d3cbeac20c645d2168 authored about 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Updated CHANGELOG

github.com/dhruvasagar/vim-table-mode - af432f6ed502a6de1153047548a5977940b18c2c authored about 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Updated table mode

- Bumped version
- Added new mapping \t? to echo current cells representation for
defining for...

github.com/dhruvasagar/vim-table-mode - 5c42d58d4b7008e29d34a3d8b001310b7a137e49 authored about 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Updated vim-flavor & tests

github.com/dhruvasagar/vim-table-mode - 1302782b5507b1ab8713c706a8646cd1eea5b53a authored about 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed motions

github.com/dhruvasagar/vim-table-mode - 9935e57def676863402b900c0b28dc16b0b6b730 authored about 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed tablemode#DeleteColumn

github.com/dhruvasagar/vim-table-mode - 8993e2a4549be2fd9f1dd29f2fea924f0f6e7e9a authored about 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed Travis Url in README

github.com/dhruvasagar/vim-table-mode - df41b7deff037383693b2f470ecb5bd72d38a406 authored about 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed tests

github.com/dhruvasagar/vim-table-mode - c88a91339700e862d853923d83c4193a95638602 authored about 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Releasing version 3.3.1

* Borders are now disregarded, so add as many as you'd like.
* Improved test coverage.

github.com/dhruvasagar/vim-table-mode - 8609ad4778e8aae59219c9883ced0e66cf03c607 authored about 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed doc/table-mode.txt mixed indent

github.com/dhruvasagar/vim-table-mode - 535dd9601acc19a831ee0767a99a47d895bb3da7 authored about 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Switched to using || mapping for table border generation, more intuitive & create a minimal border on a new line without a table

github.com/dhruvasagar/vim-table-mode - e94bbcc0b40c6e47a8440d1e021e78592f4e5d01 authored about 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed #14, You can now have a top border (before header) and a bottom border as well (after last line)

github.com/dhruvasagar/vim-table-mode - a0618db0193d9db440e68c55d8eb09d522d3553a authored about 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Allowing border creation above table row

github.com/dhruvasagar/vim-table-mode - 176999f34798320bb0f1085407dc549d00bebf50 authored about 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed motions to wrap around edges incorporating table header

github.com/dhruvasagar/vim-table-mode - 5a6a9b347385cf3c747943fc32ae761288fb8736 authored about 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed doc #11

github.com/dhruvasagar/vim-table-mode - aa8817621c10016ee5d19c3d31cee43add99f878 authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Updated Header Border to be like org-mode table header separator for consistency.

github.com/dhruvasagar/vim-table-mode - 54187d0be1b1c98a155fcb3ef6f399c7c2ad2875 authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed delete column api with header changes

github.com/dhruvasagar/vim-table-mode - 3e2eaeee5cf0453197c5fe5ca42936055d0013ef authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed headerExpr to incorporate comments & spaces around header border

github.com/dhruvasagar/vim-table-mode - 6dfc508af523583e446a9c0622a4235f36c8800f authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Added travis status to README

github.com/dhruvasagar/vim-table-mode - ed441f19a1727069287e362768c0b1fb92f46ed6 authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed travis.yml file, issue with tabs

github.com/dhruvasagar/vim-table-mode - e4525c465a13031dbc3ee638d97e761fce4b16e3 authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Updating CHANGELOG

github.com/dhruvasagar/vim-table-mode - 19bfa092a3add55670dc445a4cc8e6e4fd8e64a2 authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Updated README & CHANGELOG

github.com/dhruvasagar/vim-table-mode - f91ec2458fa35349acb4304104ed0a0213672cd5 authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Releasing v3.2

* Added tests to test various use cases
* Added .travis.yml for travis integration

github.com/dhruvasagar/vim-table-mode - 0799523ffb55dbd0f494073119de82c3e277bb87 authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed iabbrev

github.com/dhruvasagar/vim-table-mode - 9875a117a7afb04a34efb124b6a6592c9dbbfd37 authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Releasing Table Mode v3.1

* Removed table border and related options. You can now optionally have
a header instead, simp...

github.com/dhruvasagar/vim-table-mode - cca55e72cec165c865b93b86e552b3bd0c75e217 authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Removed unnecessary closing markers for folds

github.com/dhruvasagar/vim-table-mode - eed25aee915771058f020552112a8179b40fb845 authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Added more error checks in GetCells

github.com/dhruvasagar/vim-table-mode - 0683cec58cf449be57e25dbd1025c9d6d636bb0c authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed s:Sum

Was previously converting to integer so loosing float data after decimal
place, converting to fl...

github.com/dhruvasagar/vim-table-mode - 27544e168acb05859836396fad0c9329dd9643a1 authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed function EvaluateExpr

- Added support for column references in current row when defining
formulas for individual cells.

github.com/dhruvasagar/vim-table-mode - e4af7200ff906cf466c647bf8acd41484109baa0 authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Minor Fixes

- Updated s:EndExpr() to include \s\+ within optional escaped comment so
that the space is als...

github.com/dhruvasagar/vim-table-mode - 3cea0bbabae029cbc0d868c021662f16cd91a1bc authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Updated README

github.com/dhruvasagar/vim-table-mode - 8931891845d228ef49fc96eca98b24c1e696974b authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed #8

- Renamed option for eval_expr.
- Defined a new option `g:table_mode_map_prefix` set to `<Leader...

github.com/dhruvasagar/vim-table-mode - 0810512c5412bd0b877aee162d70dc07e3fb64cc authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed s:GetCommentEnd(), s:EndCommentExpr()

Also fixed s:ConvertDelimiterToSeparator() such that it doesn't mess up
the end comment and draw...

github.com/dhruvasagar/vim-table-mode - 4606d9c637db67e13313ab5da0c790d2438b2580 authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Updated README

github.com/dhruvasagar/vim-table-mode - 9ff1b37210a1d9c6989194d1bd0457fca0e0b8ab authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Updated README

github.com/dhruvasagar/vim-table-mode - 287f45cfa20ddf4f5f7eefa0f427d5e2107266ed authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Fixed Table Mode

- Several New Updates weren't working properly for commented tables.
Fixed & improved the API ...

github.com/dhruvasagar/vim-table-mode - 1ce3ec4e7fc38bdcdf29ab13e965ed6b3ec38da3 authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Updated README, fixed expr evaluator

github.com/dhruvasagar/vim-table-mode - 34e271b24acb71e6d987c175a57d519231ae4936 authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Updated README.md

- Removed requirement of dependence on Tabular since table-mode is no
longer dependent on the ...

github.com/dhruvasagar/vim-table-mode - d0d9d1d4f6a02cdc19c212bb0e909dbd26634199 authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Updated README.md

- Added another example expression.

github.com/dhruvasagar/vim-table-mode - 41fa8374378627299e26a584bc7d1be609c61a46 authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Updated CHANGELOG & doc/table-mode.txt

github.com/dhruvasagar/vim-table-mode - fb63484e476d8bbaa804970c7eb5bf4e391e8602 authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Updated README.md

github.com/dhruvasagar/vim-table-mode - 51c108188c4d7052d6e7a460518e9fcce8a7c297 authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>
Merge branch 'feature/table-formulas'

github.com/dhruvasagar/vim-table-mode - 974d50648424ea63004c3aa51901f04cb9843905 authored over 11 years ago by Dhruva Sagar <dhruva.sagar@gmail.com>