Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/dhruvasagar/vim-table-mode
VIM Table Mode for instant table creation.
https://github.com/dhruvasagar/vim-table-mode
- Added feature to define & add formula expressions to table and
calculate them.
- Persist the...
Conflicts:
autoload/tablemode.vim
eba248179808d1f03fa74c7bbb17af0560cf0b00 authored over 11 years ago
- Right align numbers automatically.
edfb221b3eda65360666857dafc2448e2eb56c74 authored over 11 years ago
- Added single function for both command & mapping to take formula from
input.
- Reusing g:tab...
2bde4445757b8d1319b4772c26939f90fbdf08bb authored over 11 years ago
only small improvements
def9a08623030d559bc88f5e70001f4b463bac0d authored over 11 years ago57a49efe7e34eecd62b2b510be2e303fa7eebd86 authored over 11 years ago
af55d03e147396d57e1d6359de796b8854e83d66 authored over 11 years ago
cb21c1626cc44dd65fb7180e10ea799e91735a93 authored over 11 years ago
4e8e87256b9b09b07d502f2ef4aaee5cb9a96270 authored over 11 years ago
88edc35ea634163ee1cd05922d242416e586d026 authored over 11 years ago
- Added table cell text object.
- Added api to delete table row.
- Added api to delete table col...
- Refactored realignment logic.
- Generating borders by hand rather than relying on
tabular fo...
- Added tablemode#RowCount(line). Returns the total number of rows in a
table given a line (ro...
- Realign now updates table borders as well.
28b13a32ab21c97e341c4f1b808a2e0e6c4d8246 authored over 11 years ago599a39c28de0f33ccf72f75a6555924444a02d19 authored over 11 years ago
- Updated doc.
- Bumped version.
- Added a mapping for realigning table columns.
- Added mapping...
- Covered case when commentstring is not set (default).
- Escaping commentstring symbols.
8489ca0c3b3478bb2766cd18d8566a8006545d57 authored almost 12 years ago
- Fixes #5. We now have the ability to invoke table mode within inline
comments. Works for bot...
c6609fd67de6833af9717198105e50a39370ce87 authored almost 12 years ago
- Improved :Tableize to accept a {patter} in a similar way as
:Tabularize does. eg.)
:Ta...
- Added recommended check for vi compatibility.
- Updated docs.
- Fixed #1. Added new option `g:table_mode_no_border_padding` which if
set to 1 (set to 0 by d...
554c57703f6847733c6a1921b125773723c08f35 authored almost 12 years ago
60ab92cd35199cecb06fe3c66ccef7a934c8deab authored almost 12 years ago
503271fca549e69942508baa51e991dbe6d95bf0 authored almost 12 years ago
b789e2c86f7b56abf973d6ca17fa809b628078ca authored almost 12 years ago
7b89b6b50dabdf528ad8a19f5350edfcca0042c7 authored almost 12 years ago
28dc1626ab4331081e5ba0ec085596133e5c2449 authored almost 12 years ago
- Moved some code around for better readability.
- Added new option g:table_mode_align for allow...
- Moved some code around for better readability.
- Added new option g:table_mode_align for allow...
- Moved plugin to an after/plugin to ensure table-mode is loaded after
Tabularize.
- Gracefull...
3cf75f665eb6c1f150e91e7b39712f4e0f154fdc authored almost 12 years ago
e6e49e8907aa72a8c1121d6dda1518d62c893405 authored almost 12 years ago
- Moved relevant code to autoload.
- Added markers for folding.
- Updated README.md
- Updated do...
Added tag links for all commands
21d8926165a356a3d6da494f99e28d71c17adee7 authored almost 12 years ago
This allows you to do [count]<Leader>T eg.) 10\T (\ is the leader key on
my system). That will T...
When applying Tableize on an indented code, the table was created
however the indentation was lo...
Rather than get a variable number of arguments to make it optional I now
require one argument, t...
8169303d40c882957f5b2ad56b5e62c5720b2663 authored almost 12 years ago
Check :h strlen() for more details with regards to counting multibyte
characters accurately.
674f3e376cf2dcbe18c7fd5bf8e775fc708251a2 authored almost 12 years ago
750ad58ad5c4cde8e1b552df88379125d19408c8 authored almost 12 years ago
18681a551736c1fc2f61704e79c536ea6d0a1fea authored almost 12 years ago
- We now aggressively add separators to a line even if it does not have
the g:table_mode_delim...
- Added :Tableize which accepts a range. It checks if the content has a
delimiter defined by g...
71135d6b60a2e77ba5f4ebbe6ce3884699dbc07a authored almost 12 years ago
958084d9d66e2f74e851333b8dbda1fbea74094a authored almost 12 years ago
ff040d25ceabe06063a14fb0770f92d4626491a2 authored almost 12 years ago
178783f813a63272ecd5f41543331ec120024c2d authored almost 12 years ago
0293c35e24a8e5cc47d93bcd7afb1b43735ea2cd authored almost 12 years ago
f1707199d48e0ca00835fd1ea8f035ac58e2cda3 authored almost 12 years ago
- Added :TableModeEnable to explicitly enable & :TableModeDisable to
explicitly disable the pl...
73ff16f1473e94889d44361a6618ca3a4bc576dd authored almost 12 years ago
368d32de4556c8e11e17ad71bc5365016f94d7da authored almost 12 years ago