Dhruva Sagar
d73236f964
Fixing ruby version
2014-05-01 21:21:31 +05:30
Dhruva Sagar
c5efbe1ad7
Bumped ruby version for travis
2014-05-01 21:16:56 +05:30
Dhruva Sagar
8970d5ffbb
Improved tests
2014-05-01 21:14:49 +05:30
Dhruva Sagar
859eb42856
Added more tests for Realigning unicode content
2014-05-01 21:07:53 +05:30
Dhruva Sagar
d7ad97f099
Fixing tests
2014-05-01 16:56:11 +05:30
Dhruva Sagar
dbd79f2c1e
Minor refactor & improved test coverage
2014-05-01 16:35:25 +05:30
Dhruva Sagar
fa568fe91b
Improved test for utils
2014-04-30 23:05:19 +05:30
Dhruva Sagar
53da3fb4c2
Fixed #28
...
Altered border generation code to incorporate true display width of
characters, hence generate more accurate borders.
2014-04-30 21:30:44 +05:30
Dhruva Sagar
6007953f0e
Fixed typo in docs
2014-04-28 14:14:26 +05:30
Dhruva Sagar
766066394c
Updated docs
v4.4.0
2014-04-28 13:48:17 +05:30
Dhruva Sagar
f2f62d78e5
Added support for negative indices
...
When defining formulas you can now use negative indices for target /
cells to refer to them relative to the last. -1 being the last and so
on.
2014-04-28 13:41:21 +05:30
Dhruva Sagar
7810ce0ca0
Fixed #26
...
Not assuming a length for alignments, looping through all and adding 'l'
as default first then updating as per the column alignments.
2014-04-26 23:52:18 +05:30
Dhruva Sagar
b22d793135
Improved fix for #20
...
Instead of relying on a /g or /gg flag based on gdefault, I temporarily
disable gdefault and set it back to the old value aftwards.
2014-04-25 18:18:19 +05:30
Dhruva Sagar
de2ad0b71d
Fixed header creation as first line of table
2014-04-25 18:10:12 +05:30
Dhruva Sagar
29c7ec1a23
Cosmetic change
...
changed variable name from i to jdx since for consistency, i is short
for insert which is a vim ex command so to make things unambiguous.
2014-04-25 15:59:08 +05:30
Dhruva Sagar
9ce981cc77
Updated README.md
2014-04-25 15:05:19 +05:30
Dhruva Sagar
0c9cd8fb50
Releasing v4.3.0
v4.3.0
2014-04-25 15:02:27 +05:30
Dhruva Sagar
da39088fd8
Merge branch 'feature/gfm_column_alignment'
2014-04-25 14:55:22 +05:30
Dhruva Sagar
a0fcb89f43
Fixed #19
...
Updated tablemode#table#IsRow() to allow hiphens within the row.
2014-04-25 14:54:43 +05:30
Dhruva Sagar
5007e5f728
Added support for column alignment #23
...
Now we can define gfm-style aligment by adding them to the header column
2014-04-25 14:42:02 +05:30
Dhruva Sagar
71051e2c22
Merge branch 'master' into feature/gfm_column_alignment
...
Conflicts:
autoload/tablemode/table.vim
2014-04-25 14:31:33 +05:30
Dhruva Sagar
43d0c0ff6f
Cosmetic refactoring
...
* Changed the API calls to be more sensible & simple and free of
redundancy.
2014-04-25 11:09:14 +05:30
Dhruva Sagar
00c54e8e02
Refactoring alignment
2014-04-24 15:48:57 +05:30
Dhruva Sagar
cfbac6979d
Fixed #25
...
Minor refactoring & corrected variable names
2014-04-23 11:27:25 +05:30
Dhruva Sagar
7e00cea7f5
Improved table.vim tests. Fixed #24 .
2014-04-22 00:11:40 +05:30
Dhruva Sagar
79166b3d4e
Fixing #24
...
Exposed a public api for IsTableModeActive and using it instead.
2014-04-21 14:58:02 +05:30
Dhruva Sagar
6862a8b7e4
Update CHANGELOG.md
2014-04-09 14:40:31 +05:30
Dhruva Sagar
d889c342d3
Fixed the tests with new changes
2014-04-09 11:45:02 +05:30
Dhruva Sagar
8a54ef28ab
Removed CellTextObject() from spreadsheet.vim
2014-04-09 11:34:54 +05:30
Dhruva Sagar
a2492fbf08
Removed old TableMotion from autoload/tablemode/table.vim
2014-04-09 11:32:03 +05:30
Dhruva Sagar
652de4d29c
Releasing v4.2.0
...
* Refactored cell & formula logic out into separate files
* Added more tests to test things independently.
v4.2.0
2014-04-09 11:20:10 +05:30
Dhruva Sagar
f91782fca2
Added tests for formula evaluation
...
* Minor fixes as detected by the tests
2014-04-09 08:09:28 +05:30
Dhruva Sagar
1ef8c812d6
Fixed table motions over corners with borders
2014-04-07 22:21:16 +05:30
Dhruva Sagar
63cb175d57
Releasing v4.1.0
...
* Fixed bad references within plugin.
* Added fixtures for cleaner tests.
* Updated readme, changelog & doc
v4.1.0
2014-04-07 19:15:52 +05:30
Dhruva Sagar
4eae4a659d
Merge branch 'master' of github.com:dhruvasagar/vim-table-mode
2014-04-07 19:11:05 +05:30
Dhruva Sagar
5012486cbe
Fixed function references in plugin
2014-04-07 19:10:26 +05:30
Dhruva Sagar
12f4c39982
Added silent! to ignore errors on disabling errors
2014-04-07 19:09:20 +05:30
Dhruva Sagar
943496c535
Added fixtures
2014-04-07 19:09:02 +05:30
Dhruva Sagar
151d489a53
Update README.md
2014-04-07 17:31:40 +05:30
Dhruva Sagar
aa5b5ef526
Update README.md
2014-04-07 16:17:27 +05:30
Dhruva Sagar
a0207b7895
Updated README & CHANGELOG
2014-04-07 15:37:38 +05:30
Dhruva Sagar
3e741ca38b
Merge branch 'refactor/plug_mappings'
v4.0.0
2014-04-07 15:25:05 +05:30
Dhruva Sagar
95fc4c3c32
Releasing v4.0.0
...
* Refactored complete code to be more modular.
* Fixed long standing unicode alignment issue #8 .
* Testing individual components ensuring better test coverage.
2014-04-07 15:24:45 +05:30
Dhruva Sagar
70744f308c
Fixing tabular align for unicode characters
2014-04-07 15:00:34 +05:30
Dhruva Sagar
de2039dd24
Removed a config by mistake
2014-04-07 12:37:48 +05:30
Dhruva Sagar
7eef29529d
Removed erroneous configs
2014-04-07 12:07:36 +05:30
Dhruva Sagar
defd9531a7
Refactored spreadsheet related code out of table.vim
2014-04-07 12:05:20 +05:30
Dhruva Sagar
f20ff17b42
Updated plugin mappings
2014-04-06 11:56:30 +05:30
Dhruva Sagar
b63b0401a0
Refactored code into autoload/tablemode/table.vim
2014-04-06 03:54:32 +05:30
Dhruva Sagar
6d2ade59dc
Added command TableModeRealign
2014-03-18 18:25:15 +05:30