Alex Rodionov
|
135d571e9c
|
Added option to disable all mappings
|
2014-07-23 08:59:28 +07:00 |
|
Dhruva Sagar
|
4c91a4efa2
|
Updated tests
v4.5.0
|
2014-05-30 12:20:46 +05:30 |
|
Dhruva Sagar
|
8d9a0082f5
|
Updated docs
|
2014-05-30 12:20:38 +05:30 |
|
Dhruva Sagar
|
0f1254e1fe
|
Updated table syntax to get toggled with table mode
|
2014-05-30 12:05:31 +05:30 |
|
Dhruva Sagar
|
e7e806916f
|
Refactored toggleMapping
|
2014-05-30 11:49:13 +05:30 |
|
Dhruva Sagar
|
9336261063
|
Added cell text object for visual mode
|
2014-05-15 11:02:21 +05:30 |
|
Dhruva Sagar
|
a5ae0253be
|
Added modeline to CHANGELOG
|
2014-05-13 11:21:11 +05:30 |
|
Dhruva Sagar
|
80ec86e385
|
Version 4.4.2
* Updated mappings to be buffer local
* Updated mappings to toggle with Table Mode
|
2014-05-13 11:18:42 +05:30 |
|
Dhruva Sagar
|
7eff1e30f1
|
Fixed #30
In case there is nothing to align, it was failing with an error, this
ensures it exists gracefully in this situation.
|
2014-05-10 15:27:36 +05:30 |
|
Dhruva Sagar
|
7258a56d20
|
Updated Table syntax to incorporate commented tables
|
2014-05-04 10:13:40 +05:30 |
|
Dhruva Sagar
|
8d3c4912a2
|
Added syntax for matching tables
v4.4.1
|
2014-05-03 02:19:19 +05:30 |
|
Dhruva Sagar
|
13e1a20002
|
Fixing tests
|
2014-05-01 21:29:31 +05:30 |
|
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 |
|