Dhruva Sagar
d4cb68e8e1
Fix for option g:table_mode_update_time
v4.6.6
2017-03-10 06:51:47 +05:30
Dhruva Sagar
79bf3f9bb7
Add configuration option table_mode_update_time #73
...
This is for better experience with auto align, we override the
updatetime with the value of the configuration g:table_mode_update_time.
Once table mode is disabled prior defaults are restored.
2017-03-10 06:48:30 +05:30
Dhruva Sagar
ef66b3ec2f
Revert "Also auto realign on InsertLeave #73 "
...
This reverts commit 6584cee4a4 .
v4.6.5
2017-03-09 15:02:42 +05:30
Dhruva Sagar
6584cee4a4
Also auto realign on InsertLeave #73
2017-03-09 14:24:15 +05:30
Dhruva Sagar
1eef73fc5b
Add option to auto align table while editing #73
2017-03-09 11:00:19 +05:30
Dhruva Sagar
d3b70df0a6
Merge pull request #112 from polyzen/patch-1
...
readme: Fix minor Vint (Vim linter) warnings
2017-03-08 16:25:11 +05:30
Daniel M. Capella
096165718e
readme: Fix minor Vint (Vim linter) warnings
2017-03-08 06:59:39 +00:00
Dhruva Sagar
30a3eba816
Fix #103 : Refactored border creation
...
Border creation should not conflict with the contents of the row
2017-01-05 11:42:10 +05:30
Dhruva Sagar
cc0055f329
Fixed align unicode fixture
...
The before fixture should not have any unnecessary spaces
2017-01-04 16:15:46 +05:30
Dhruva Sagar
8d3affcf5f
Minor refactor for table syntax
2017-01-04 16:03:24 +05:30
Dhruva Sagar
9edd6d7d20
Add config to disable table mode syntax
...
Since table mode syntax can hamper performance, it is now possible to
disable it with a global config
2017-01-04 15:49:35 +05:30
Dhruva Sagar
441c30c35a
Merge pull request #98 from harriott/master
...
enabling toggle notification by default
2016-09-28 19:27:31 +05:30
Joseph Harriott
ebd16eef19
Merge remote-tracking branch 'gh/master'
2016-09-28 15:39:23 +02:00
Joseph Harriott
141efc3edd
corrected spurious loaded_table_verbose
2016-09-28 15:29:07 +02:00
Joseph Harriott
c82bc292c5
deleted tags, as requested
2016-09-27 23:30:29 +02:00
Dhruva Sagar
8209b59215
Bumped the version
2016-09-21 14:07:59 +05:30
Dhruva Sagar
5b3b2f7c05
Updated the README
...
Fixed the tip
2016-09-21 14:05:56 +05:30
harriott
47f60d2972
doc adjusted for default verbose
2016-09-09 11:03:00 +02:00
harriott
0f680bfd1b
'table_mode_verbose', 1
2016-09-09 10:53:18 +02:00
harriott
19f2f5c26f
reset gitignore tags
2016-09-09 10:50:30 +02:00
harriott
e07c240940
fixed logger.vim and announce g:table_mode_verbose
2016-09-09 10:39:01 +02:00
Dhruva Sagar
8bacd0ba66
Bumped ruby version for travis
2016-08-23 09:29:00 +05:30
Dhruva Sagar
8309a33aa7
Fix #90
...
Allow for multiple formula lines
2016-08-23 09:26:24 +05:30
Dhruva Sagar
293c847cdf
Bumped ruby version for tests
2016-08-23 09:25:56 +05:30
Dhruva Sagar
96236638a8
Fix #92
...
Improved mappings for table mode
2016-07-11 13:39:28 +05:30
Dhruva Sagar
1d14a027a8
Merge branch 'master' of github.com:dhruvasagar/vim-table-mode
2016-07-11 13:24:27 +05:30
Dhruva Sagar
e490373435
Fix #88
...
Added the iabbrevs to README
2016-07-11 13:23:37 +05:30
Dhruva Sagar
b420dedbf5
Fix #88
...
Added the iabbrevs to README
v4.6.4.2
2016-07-11 13:22:12 +05:30
Dhruva Sagar
1bf139b30d
Bumped version
v4.6.4.1
2016-05-09 09:07:40 +05:30
Dhruva Sagar
b613e39bd0
Fix #89
...
Unescape special characters () within the commmentstring
2016-05-08 15:57:13 +05:30
Dhruva Sagar
7c56d298bb
Updated test for formula validation
2016-05-08 15:56:48 +05:30
Dhruva Sagar
4cf1f53430
Fix #86
...
Fixed issue with table formula addition when there exists one already
and the comment string is singular, i.e. no end delimiter.
2016-04-09 12:55:29 +05:30
Dhruva Sagar
01289c0752
Merge branch 'master' of github.com:dhruvasagar/vim-table-mode
2015-12-03 22:53:41 +05:30
Dhruva Sagar
2ab64777a5
Merge pull request #75 from hein09/patch-1
...
Fixed sort in doc
2015-12-03 21:11:39 +05:30
hein09
26b21e3454
Fixed sort in doc
...
Fixed sort-parts in documentation breaking the help-tag-indexing of vim
2015-12-03 15:48:18 +01:00
Dhruva Sagar
fdfa4b12c2
Add tablemode#table#IsTable
2015-11-23 14:53:05 +05:30
Dhruva Sagar
e7373c9083
Merge pull request #71 from arecarn/fix-sort
...
Fix sort command, and add documentation for the command and mapping.
2015-11-17 06:43:19 +01:00
Ryan Carney
6872024827
add docs for table sorting command and mapping
...
----
Related Issues: #38
2015-11-15 14:46:47 -08:00
Ryan Carney
50b3b01a33
fix mapping to table sort
...
Symptom:
when trying to sort a column using <leader>ts the following error would
be displayed:
E119: Not enough arguments for function: tablemode#spreadsheet#Sort
Problem:
Function call tablemode#spreadsheet#Sort() was missing a arguemnts for
it's named parameter bang.
Solution:
Add a blank value of '' as the argument for the bang parameter
----
Related Issues: #38
2015-11-15 14:45:05 -08:00
Dhruva Sagar
5395c9f52b
Merge pull request #65 from axil/master
...
Updated readme
2015-06-05 06:22:58 -07:00
Lev Maximov
13d836dbfe
included header_fillchar into the rst example
2015-06-05 11:28:55 +06:00
Lev Maximov
b1e4041e43
changed the video to a more recent one
2015-06-05 02:15:11 +06:00
Lev Maximov
bba1bf8d6e
restructured the headers
2015-06-05 02:15:11 +06:00
Lev Maximov
4baf9cfd2e
more detailed how-to-start instructions, with pictures
2015-06-05 02:14:50 +06:00
Dhruva Sagar
8d2e013756
Updated youtube video
...
* Updated the youtube video link to the more recent video.
2015-06-04 10:29:49 -07:00
Dhruva Sagar
cc723fe8cd
Merge pull request #61 from rafaeln/patch-1
...
fix table in table-mode.txt
2015-04-21 13:48:06 -07:00
rafaeln
2c06812c39
fix table in table-mode.txt
...
immidiately --> immediately
2015-04-21 16:13:55 -03:00
Dhruva Sagar
2471a3b1da
Updated docs
v4.6.4
2015-04-14 15:57:49 -07:00
Dhruva Sagar
74d1492f2b
Add support for center alignment. Fix #57
...
We now have support for center alignment, simply add a header border
with the `g:table_mode_align_char` as both the first and the last
character so it would look something like `+:.....:+` to center align
the column values.
2015-04-14 15:56:09 -07:00
Dhruva Sagar
c0a6d43f21
Updated ruby version in travis
2015-03-17 15:43:02 -07:00