ibbem
85a5e3d4e1
Fix the column modifications on escaped separators
...
If a g:table_mode_separator is escaped by a backslash, the table is
aligned ignoring this instance of the g:table_mode_separator, but the
column deletion and insertion functions did not consider this behaviour.
The g:table_mode_escaped_separator regex is simplified and optimized a
little bit. Also more care is taken to prevent unexpected behaviour if
special characters are used as g:table_mode_separator.
2020-04-04 15:27:23 +02:00
ibbem
67129cd1e0
Fix column modifications if Unicode is involved
2020-04-04 15:27:23 +02:00
ibbem
0b58003b68
Add support for inserting columns #130
...
Two mappings are introduced to enable usage of this feature like vim's
pasting with p and P.
2020-04-04 15:27:19 +02:00
ibbem
6912880697
Include the header when deleting columns
2020-03-31 18:21:45 +02:00
Benjamin Moosherr
d670f5e0f8
Tests for issue #157
2019-11-16 17:17:29 +01:00
Dhruva Sagar
8683146a5f
Removed unnecessary code / headers
2014-08-15 07:55:19 +05:30
Dhruva Sagar
4c91a4efa2
Updated tests
2014-05-30 12:20:46 +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
652de4d29c
Releasing v4.2.0
...
* Refactored cell & formula logic out into separate files
* Added more tests to test things independently.
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
943496c535
Added fixtures
2014-04-07 19:09:02 +05:30
Dhruva Sagar
defd9531a7
Refactored spreadsheet related code out of table.vim
2014-04-07 12:05:20 +05:30