mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Compare commits
54 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6404009080 | ||
|
|
c9b13e5d30 | ||
|
|
6a6f3565c3 | ||
|
|
0b1dcf2e4c | ||
|
|
2e5713ae6a | ||
|
|
f755285cf3 | ||
|
|
5cdf3c2ac1 | ||
|
|
29e7cb41bb | ||
|
|
46e4493b30 | ||
|
|
85a5e3d4e1 | ||
|
|
67129cd1e0 | ||
|
|
0b58003b68 | ||
|
|
6912880697 | ||
|
|
6412352b54 | ||
|
|
a5909a01b9 | ||
|
|
0af25d72eb | ||
|
|
06adb63764 | ||
|
|
aedcd8e077 | ||
|
|
5ac34a22db | ||
|
|
8677840826 | ||
|
|
5ec330d114 | ||
|
|
d670f5e0f8 | ||
|
|
9781613f66 | ||
|
|
126897a6fb | ||
|
|
49c41900f5 | ||
|
|
934778947e | ||
|
|
865563f785 | ||
|
|
a40ef26c5c | ||
|
|
b6210c9392 | ||
|
|
fdfcb85fb3 | ||
|
|
229916cd00 | ||
|
|
ad9229c937 | ||
|
|
cdf33f680f | ||
|
|
5c3c30a9cc | ||
|
|
130e835ff7 | ||
|
|
a1be216c94 | ||
|
|
cf11264525 | ||
|
|
5483e163bd | ||
|
|
09f4336954 | ||
|
|
e646bee5c4 | ||
|
|
d0a6405189 | ||
|
|
c35fd9b104 | ||
|
|
bdd96b05cb | ||
|
|
b25fe6f9f0 | ||
|
|
322503e814 | ||
|
|
40fe641708 | ||
|
|
1d9d512ed1 | ||
|
|
9f383b92be | ||
|
|
a646b4033b | ||
|
|
4e41af8e5f | ||
|
|
35b41e0822 | ||
|
|
f5d4b4e46d | ||
|
|
d4cb68e8e1 | ||
|
|
79bf3f9bb7 |
12
.github/FUNDING.yml
vendored
Normal file
12
.github/FUNDING.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# These are supported funding model platforms
|
||||||
|
|
||||||
|
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||||
|
patreon: # Replace with a single Patreon username
|
||||||
|
open_collective: vim-table-mode
|
||||||
|
ko_fi: # Replace with a single Ko-fi username
|
||||||
|
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||||
|
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||||
|
liberapay: # Replace with a single Liberapay username
|
||||||
|
issuehunt: # Replace with a single IssueHunt username
|
||||||
|
otechie: # Replace with a single Otechie username
|
||||||
|
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 2.3.0
|
- 2.5.3
|
||||||
script: rake ci
|
script: rake ci
|
||||||
|
|||||||
2
Gemfile
2
Gemfile
@@ -1,5 +1,5 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
ruby '2.3.0'
|
ruby '2.5.3'
|
||||||
gem 'rake'
|
gem 'rake'
|
||||||
gem 'vim-flavor', '~> 1.1'
|
gem 'vim-flavor', '~> 1.1'
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ GEM
|
|||||||
blankslate (2.1.2.4)
|
blankslate (2.1.2.4)
|
||||||
parslet (1.5.0)
|
parslet (1.5.0)
|
||||||
blankslate (~> 2.0)
|
blankslate (~> 2.0)
|
||||||
rake (10.1.0)
|
rake (12.3.3)
|
||||||
thor (0.18.1)
|
thor (0.18.1)
|
||||||
vim-flavor (1.1.3)
|
vim-flavor (1.1.3)
|
||||||
parslet (~> 1.0)
|
parslet (~> 1.0)
|
||||||
@@ -16,3 +16,9 @@ PLATFORMS
|
|||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
rake
|
rake
|
||||||
vim-flavor (~> 1.1)
|
vim-flavor (~> 1.1)
|
||||||
|
|
||||||
|
RUBY VERSION
|
||||||
|
ruby 2.5.3p105
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
2.0.1
|
||||||
|
|||||||
53
README.md
53
README.md
@@ -1,4 +1,4 @@
|
|||||||
# VIM Table Mode v4.6.5 [](https://travis-ci.org/dhruvasagar/vim-table-mode)
|
# VIM Table Mode v4.7.1.1 [](https://travis-ci.org/dhruvasagar/vim-table-mode)
|
||||||
|
|
||||||
An awesome automatic table creator & formatter allowing one to create neat
|
An awesome automatic table creator & formatter allowing one to create neat
|
||||||
tables as you type.
|
tables as you type.
|
||||||
@@ -17,10 +17,11 @@ There are several ways to do this
|
|||||||
href="https://github.com/tpope/vim-pathogen">pathogen.vim</a>, then
|
href="https://github.com/tpope/vim-pathogen">pathogen.vim</a>, then
|
||||||
add a git submodule for your plugin:
|
add a git submodule for your plugin:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ cd ~/.vim
|
$ cd ~/.vim
|
||||||
$ git submodule add git@github.com:dhruvasagar/vim-table-mode.git bundle/table-mode
|
$ git submodule add git@github.com:dhruvasagar/vim-table-mode.git bundle/table-mode
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Copy all files under autoload/, plugin/, doc/ to respective
|
3. Copy all files under autoload/, plugin/, doc/ to respective
|
||||||
~/.vim/autoload/, ~/.vim/plugin and ~/.vim/doc under UNIX or
|
~/.vim/autoload/, ~/.vim/plugin and ~/.vim/doc under UNIX or
|
||||||
vimfiles/autoload/, vimfiles/plugin/ and vimfiles/doc under WINDOWS and
|
vimfiles/autoload/, vimfiles/plugin/ and vimfiles/doc under WINDOWS and
|
||||||
@@ -112,11 +113,17 @@ To get ReST-compatible tables use
|
|||||||
| Sherlock Holmes | 221B Baker Street | 0987654321 |
|
| Sherlock Holmes | 221B Baker Street | 0987654321 |
|
||||||
+-----------------+--------------------------+------------+
|
+-----------------+--------------------------+------------+
|
||||||
|
|
||||||
|
Markdown and ReST filetypes have automatically configured corners.
|
||||||
|
|
||||||
You can also define in a table header border how it's content should be
|
You can also define in a table header border how it's content should be
|
||||||
aligned, whether center, right or left by using a `:` character defined by
|
aligned, whether center, right or left by using a `:` character defined by
|
||||||
`g:table_mode_align_char` option.
|
`g:table_mode_align_char` option.
|
||||||
|
|
||||||
|
If you manipulate the table when table mode is disabled or copy paste a table
|
||||||
|
from clipboard from outside and it ends up being misaligned, you can realign
|
||||||
|
it using `:TableModeRealign` or using the default mapping
|
||||||
|
<kbd>\<Leader\>tr</kbd> defined by `g:table_mode_relign_map` option.
|
||||||
|
|
||||||
### Formatting existing content into a table
|
### Formatting existing content into a table
|
||||||
|
|
||||||
Table Mode wouldn't justify it's name if it didn't allow formatting
|
Table Mode wouldn't justify it's name if it didn't allow formatting
|
||||||
@@ -170,6 +177,16 @@ To get ReST-compatible tables use
|
|||||||
(provided you are within a table row), this can also be preceeded with a
|
(provided you are within a table row), this can also be preceeded with a
|
||||||
[count] to delete multiple columns.
|
[count] to delete multiple columns.
|
||||||
|
|
||||||
|
- **Insert Column** :
|
||||||
|
|
||||||
|
You can use the <kbd>\<Leader\>tic</kbd> mapping defined by the option
|
||||||
|
`g:table_mode_insert_column_after_map` to insert a column after the
|
||||||
|
cursor (provided you are within a table row). Of course you can use the
|
||||||
|
<kbd>\<Leader\>tiC</kbd> mapping defined by
|
||||||
|
`g:table_mode_insert_column_before_map` to insert a column before the
|
||||||
|
cursor. Both can also be preceeded with a [count] to insert multiple
|
||||||
|
columns.
|
||||||
|
|
||||||
## Advanced Usage: Spreadsheet Capabilities
|
## Advanced Usage: Spreadsheet Capabilities
|
||||||
|
|
||||||
### Table Formulas
|
### Table Formulas
|
||||||
@@ -265,3 +282,33 @@ named <a href="https://gist.github.com/tpope/287147">cucumbertables.vim</a>.
|
|||||||
|
|
||||||
Also a shout out to godlygeek who developed the incredible <a
|
Also a shout out to godlygeek who developed the incredible <a
|
||||||
href="http://github.com/godlygeek/tabular">Tabular</a> plugin.
|
href="http://github.com/godlygeek/tabular">Tabular</a> plugin.
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
|
||||||
|
### Code Contributors
|
||||||
|
|
||||||
|
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
|
||||||
|
<a href="https://github.com/dhruvasagar/vim-table-mode/graphs/contributors"><img src="https://opencollective.com/vim-table-mode/contributors.svg?width=890&button=false" /></a>
|
||||||
|
|
||||||
|
### Financial Contributors
|
||||||
|
|
||||||
|
Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/vim-table-mode/contribute)]
|
||||||
|
|
||||||
|
#### Individuals
|
||||||
|
|
||||||
|
<a href="https://opencollective.com/vim-table-mode"><img src="https://opencollective.com/vim-table-mode/individuals.svg?width=890"></a>
|
||||||
|
|
||||||
|
#### Organizations
|
||||||
|
|
||||||
|
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/vim-table-mode/contribute)]
|
||||||
|
|
||||||
|
<a href="https://opencollective.com/vim-table-mode/organization/0/website"><img src="https://opencollective.com/vim-table-mode/organization/0/avatar.svg"></a>
|
||||||
|
<a href="https://opencollective.com/vim-table-mode/organization/1/website"><img src="https://opencollective.com/vim-table-mode/organization/1/avatar.svg"></a>
|
||||||
|
<a href="https://opencollective.com/vim-table-mode/organization/2/website"><img src="https://opencollective.com/vim-table-mode/organization/2/avatar.svg"></a>
|
||||||
|
<a href="https://opencollective.com/vim-table-mode/organization/3/website"><img src="https://opencollective.com/vim-table-mode/organization/3/avatar.svg"></a>
|
||||||
|
<a href="https://opencollective.com/vim-table-mode/organization/4/website"><img src="https://opencollective.com/vim-table-mode/organization/4/avatar.svg"></a>
|
||||||
|
<a href="https://opencollective.com/vim-table-mode/organization/5/website"><img src="https://opencollective.com/vim-table-mode/organization/5/avatar.svg"></a>
|
||||||
|
<a href="https://opencollective.com/vim-table-mode/organization/6/website"><img src="https://opencollective.com/vim-table-mode/organization/6/avatar.svg"></a>
|
||||||
|
<a href="https://opencollective.com/vim-table-mode/organization/7/website"><img src="https://opencollective.com/vim-table-mode/organization/7/avatar.svg"></a>
|
||||||
|
<a href="https://opencollective.com/vim-table-mode/organization/8/website"><img src="https://opencollective.com/vim-table-mode/organization/8/avatar.svg"></a>
|
||||||
|
<a href="https://opencollective.com/vim-table-mode/organization/9/website"><img src="https://opencollective.com/vim-table-mode/organization/9/avatar.svg"></a>
|
||||||
|
|||||||
@@ -40,6 +40,8 @@ function! s:ToggleMapping() "{{{2
|
|||||||
call s:Map('<Plug>(table-mode-realign)', g:table_mode_realign_map, 'n')
|
call s:Map('<Plug>(table-mode-realign)', g:table_mode_realign_map, 'n')
|
||||||
call s:Map('<Plug>(table-mode-delete-row)', g:table_mode_delete_row_map, 'n')
|
call s:Map('<Plug>(table-mode-delete-row)', g:table_mode_delete_row_map, 'n')
|
||||||
call s:Map('<Plug>(table-mode-delete-column)', g:table_mode_delete_column_map, 'n')
|
call s:Map('<Plug>(table-mode-delete-column)', g:table_mode_delete_column_map, 'n')
|
||||||
|
call s:Map('<Plug>(table-mode-insert-column-before)', g:table_mode_insert_column_before_map, 'n')
|
||||||
|
call s:Map('<Plug>(table-mode-insert-column-after)', g:table_mode_insert_column_after_map, 'n')
|
||||||
call s:Map('<Plug>(table-mode-add-formula)', g:table_mode_add_formula_map, 'n')
|
call s:Map('<Plug>(table-mode-add-formula)', g:table_mode_add_formula_map, 'n')
|
||||||
call s:Map('<Plug>(table-mode-eval-formula)', g:table_mode_eval_formula_map, 'n')
|
call s:Map('<Plug>(table-mode-eval-formula)', g:table_mode_eval_formula_map, 'n')
|
||||||
call s:Map('<Plug>(table-mode-echo-cell)', g:table_mode_echo_cell_map, 'n')
|
call s:Map('<Plug>(table-mode-echo-cell)', g:table_mode_echo_cell_map, 'n')
|
||||||
@@ -57,6 +59,8 @@ function! s:ToggleMapping() "{{{2
|
|||||||
call s:UnMap(g:table_mode_realign_map, 'n')
|
call s:UnMap(g:table_mode_realign_map, 'n')
|
||||||
call s:UnMap(g:table_mode_delete_row_map, 'n')
|
call s:UnMap(g:table_mode_delete_row_map, 'n')
|
||||||
call s:UnMap(g:table_mode_delete_column_map, 'n')
|
call s:UnMap(g:table_mode_delete_column_map, 'n')
|
||||||
|
call s:UnMap(g:table_mode_insert_column_before_map, 'n')
|
||||||
|
call s:UnMap(g:table_mode_insert_column_after_map, 'n')
|
||||||
call s:UnMap(g:table_mode_add_formula_map, 'n')
|
call s:UnMap(g:table_mode_add_formula_map, 'n')
|
||||||
call s:UnMap(g:table_mode_eval_formula_map, 'n')
|
call s:UnMap(g:table_mode_eval_formula_map, 'n')
|
||||||
call s:UnMap(g:table_mode_echo_cell_map, 'n')
|
call s:UnMap(g:table_mode_echo_cell_map, 'n')
|
||||||
@@ -98,10 +102,20 @@ function! s:ToggleAutoAlign() "{{{2
|
|||||||
augroup TableModeAutoAlign
|
augroup TableModeAutoAlign
|
||||||
au!
|
au!
|
||||||
|
|
||||||
autocmd CursorHold,CursorHoldI * nested silent! call tablemode#table#Realign('.')
|
autocmd CursorHold <buffer> nested silent! if &modified | call tablemode#table#Realign('.') | endif
|
||||||
|
" autocmd InsertLeave <buffer> nested silent! if &modified | call tablemode#table#Realign('.') | endif
|
||||||
augroup END
|
augroup END
|
||||||
else
|
else
|
||||||
silent! augroup! TableModeAutoAlign
|
autocmd! TableModeAutoAlign
|
||||||
|
endif
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:ToggleOptions() "{{{2
|
||||||
|
if tablemode#IsActive()
|
||||||
|
let b:old_update_time = &updatetime
|
||||||
|
exec 'set updatetime='.g:table_mode_update_time
|
||||||
|
else
|
||||||
|
exec 'set updatetime='.get(b:, 'old_update_time', 4000)
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
@@ -110,6 +124,7 @@ function! s:SetActive(bool) "{{{2
|
|||||||
call s:ToggleSyntax()
|
call s:ToggleSyntax()
|
||||||
call s:ToggleMapping()
|
call s:ToggleMapping()
|
||||||
call s:ToggleAutoAlign()
|
call s:ToggleAutoAlign()
|
||||||
|
call s:ToggleOptions()
|
||||||
if tablemode#IsActive()
|
if tablemode#IsActive()
|
||||||
doautocmd User TableModeEnabled
|
doautocmd User TableModeEnabled
|
||||||
else
|
else
|
||||||
@@ -158,15 +173,17 @@ function! tablemode#IsActive() "{{{2
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! tablemode#TableizeInsertMode() "{{{2
|
function! tablemode#TableizeInsertMode() "{{{2
|
||||||
if tablemode#IsActive() && getline('.') =~# (tablemode#table#StartExpr() . g:table_mode_separator . g:table_mode_separator)
|
if tablemode#IsActive()
|
||||||
call tablemode#table#AddBorder('.')
|
if getline('.') =~# (tablemode#table#StartExpr() . g:table_mode_separator . g:table_mode_separator . tablemode#table#EndExpr())
|
||||||
normal! A
|
call tablemode#table#AddBorder('.')
|
||||||
elseif tablemode#IsActive() && getline('.') =~# (tablemode#table#StartExpr() . g:table_mode_separator)
|
normal! A
|
||||||
let column = tablemode#utils#strlen(substitute(getline('.')[0:col('.')], '[^' . g:table_mode_separator . ']', '', 'g'))
|
elseif getline('.') =~# (tablemode#table#StartExpr() . g:table_mode_separator)
|
||||||
let position = tablemode#utils#strlen(matchstr(getline('.')[0:col('.')], '.*' . g:table_mode_separator . '\s*\zs.*'))
|
let column = tablemode#utils#strlen(substitute(getline('.')[0:col('.')], '[^' . g:table_mode_separator . ']', '', 'g'))
|
||||||
call tablemode#table#Realign('.')
|
let position = tablemode#utils#strlen(matchstr(getline('.')[0:col('.')], '.*' . g:table_mode_separator . '\s*\zs.*'))
|
||||||
normal! 0
|
call tablemode#table#Realign('.')
|
||||||
call search(repeat('[^' . g:table_mode_separator . ']*' . g:table_mode_separator, column) . '\s\{-\}' . repeat('.', position), 'ce', line('.'))
|
normal! 0
|
||||||
|
call search(repeat('[^' . g:table_mode_separator . ']*' . g:table_mode_separator, column) . '\s\{-\}' . repeat('.', position), 'ce', line('.'))
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
@@ -67,7 +67,9 @@ function! tablemode#align#alignments(lnum, ncols) "{{{2
|
|||||||
let achr = g:table_mode_align_char
|
let achr = g:table_mode_align_char
|
||||||
let alignments = []
|
let alignments = []
|
||||||
if tablemode#table#IsBorder(a:lnum+1)
|
if tablemode#table#IsBorder(a:lnum+1)
|
||||||
let hcols = tablemode#align#Split(getline(a:lnum+1), '[' . g:table_mode_corner . g:table_mode_corner_corner . ']')
|
let corner = tablemode#utils#get_buffer_or_global_option('table_mode_corner')
|
||||||
|
let corner_corner = tablemode#utils#get_buffer_or_global_option('table_mode_corner_corner')
|
||||||
|
let hcols = tablemode#align#Split(getline(a:lnum+1), '[' . corner . corner_corner . ']')
|
||||||
for idx in range(len(hcols))
|
for idx in range(len(hcols))
|
||||||
" Right align if header
|
" Right align if header
|
||||||
call add(alignments, 'l')
|
call add(alignments, 'l')
|
||||||
@@ -84,7 +86,7 @@ endfunction
|
|||||||
|
|
||||||
function! tablemode#align#Align(lines) "{{{2
|
function! tablemode#align#Align(lines) "{{{2
|
||||||
if empty(a:lines) | return [] | endif
|
if empty(a:lines) | return [] | endif
|
||||||
let lines = map(a:lines, 'map(v:val, "v:key =~# \"text\" ? tablemode#align#Split(v:val, g:table_mode_separator) : v:val")')
|
let lines = map(a:lines, 'map(v:val, "v:key =~# \"text\" ? tablemode#align#Split(v:val, g:table_mode_escaped_separator_regex) : v:val")')
|
||||||
|
|
||||||
for line in lines
|
for line in lines
|
||||||
let stext = line.text
|
let stext = line.text
|
||||||
|
|||||||
@@ -1,4 +1,106 @@
|
|||||||
" Private Functions {{{1
|
" Private Functions {{{1
|
||||||
|
function! s:TotalCells(list) "{{{2
|
||||||
|
let result = 0
|
||||||
|
for item in a:list
|
||||||
|
if type(item) == type([])
|
||||||
|
let result += s:TotalCells(item)
|
||||||
|
else
|
||||||
|
let result += 1
|
||||||
|
endif
|
||||||
|
endfor
|
||||||
|
return result
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:Min(list) "{{{2
|
||||||
|
let found = v:false
|
||||||
|
let result = 0
|
||||||
|
for item in a:list
|
||||||
|
if empty(item)
|
||||||
|
continue
|
||||||
|
endif
|
||||||
|
if type(item) == type(1) || type(item) == type(1.0)
|
||||||
|
if found == v:false || item < result
|
||||||
|
let found = v:true
|
||||||
|
let result = item
|
||||||
|
endif
|
||||||
|
elseif type(item) == type('')
|
||||||
|
let val = str2float(item)
|
||||||
|
if found == v:false || val < result
|
||||||
|
let found = v:true
|
||||||
|
let result = val
|
||||||
|
endif
|
||||||
|
elseif type(item) == type([])
|
||||||
|
let val = s:Min(item)
|
||||||
|
if found == v:false || val < result
|
||||||
|
let found = v:true
|
||||||
|
let result = val
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
endfor
|
||||||
|
return result
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:Max(list) "{{{2
|
||||||
|
let found = v:false
|
||||||
|
let result = 0
|
||||||
|
for item in a:list
|
||||||
|
if empty(item)
|
||||||
|
continue
|
||||||
|
endif
|
||||||
|
if type(item) == type(1) || type(item) == type(1.0)
|
||||||
|
if found == v:false || item > result
|
||||||
|
let found = v:true
|
||||||
|
let result = item
|
||||||
|
endif
|
||||||
|
elseif type(item) == type('')
|
||||||
|
let val = str2float(item)
|
||||||
|
if found == v:false || val > result
|
||||||
|
let found = v:true
|
||||||
|
let result = val
|
||||||
|
endif
|
||||||
|
elseif type(item) == type([])
|
||||||
|
let val = s:Max(item)
|
||||||
|
if found == v:false || val > result
|
||||||
|
let found = v:true
|
||||||
|
let result = val
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
endfor
|
||||||
|
return result
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:CountE(list) "{{{2
|
||||||
|
let result = 0
|
||||||
|
for item in a:list
|
||||||
|
if empty(item)
|
||||||
|
let result += 1
|
||||||
|
elseif type(item) == type([])
|
||||||
|
let result += s:CountE(item)
|
||||||
|
endif
|
||||||
|
endfor
|
||||||
|
return result
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:CountNE(list) "{{{2
|
||||||
|
let result = 0
|
||||||
|
for item in a:list
|
||||||
|
if type(item) == type([])
|
||||||
|
let result += s:CountNE(item)
|
||||||
|
elseif !empty(item)
|
||||||
|
let result += 1
|
||||||
|
endif
|
||||||
|
endfor
|
||||||
|
return result
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:PercentE(list) "{{{2
|
||||||
|
return (s:CountE(a:list)*100)/s:TotalCells(a:list)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:PercentNE(list) "{{{2
|
||||||
|
return (s:CountNE(a:list)*100)/s:TotalCells(a:list)
|
||||||
|
endfunction
|
||||||
|
|
||||||
function! s:Sum(list) "{{{2
|
function! s:Sum(list) "{{{2
|
||||||
let result = 0.0
|
let result = 0.0
|
||||||
for item in a:list
|
for item in a:list
|
||||||
@@ -14,7 +116,11 @@ function! s:Sum(list) "{{{2
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:Average(list) "{{{2
|
function! s:Average(list) "{{{2
|
||||||
return s:Sum(a:list)/len(a:list)
|
return s:Sum(a:list)/s:TotalCells(a:list)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! s:AverageNE(list) "{{{2
|
||||||
|
return s:Sum(a:list)/s:CountNE(a:list)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Public Functions {{{1
|
" Public Functions {{{1
|
||||||
@@ -31,9 +137,28 @@ function! tablemode#spreadsheet#GetFirstRow(line) "{{{2
|
|||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
function! tablemode#spreadsheet#GetFirstRowOrHeader(line) "{{{2
|
||||||
|
if tablemode#table#IsRow(a:line)
|
||||||
|
let line = tablemode#utils#line(a:line)
|
||||||
|
|
||||||
|
while tablemode#table#IsTable(line - 1)
|
||||||
|
let line -= 1
|
||||||
|
endwhile
|
||||||
|
if tablemode#table#IsBorder(line) | let line += 1 | endif
|
||||||
|
|
||||||
|
return line
|
||||||
|
endif
|
||||||
|
endfunction
|
||||||
|
|
||||||
function! tablemode#spreadsheet#MoveToFirstRow() "{{{2
|
function! tablemode#spreadsheet#MoveToFirstRow() "{{{2
|
||||||
if tablemode#table#IsRow('.')
|
if tablemode#table#IsRow('.')
|
||||||
call cursor(tablemode#spreadsheet#GetFirstRow('.'), col('.'))
|
call tablemode#utils#MoveToLine(tablemode#spreadsheet#GetFirstRow('.'))
|
||||||
|
endif
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! tablemode#spreadsheet#MoveToFirstRowOrHeader() "{{{2
|
||||||
|
if tablemode#table#IsRow('.')
|
||||||
|
call tablemode#utils#MoveToLine(tablemode#spreadsheet#GetFirstRowOrHeader('.'))
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
@@ -52,7 +177,7 @@ endfunction
|
|||||||
|
|
||||||
function! tablemode#spreadsheet#MoveToLastRow() "{{{2
|
function! tablemode#spreadsheet#MoveToLastRow() "{{{2
|
||||||
if tablemode#table#IsRow('.')
|
if tablemode#table#IsRow('.')
|
||||||
call cursor(tablemode#spreadsheet#GetLastRow('.'), col('.'))
|
call tablemode#utils#MoveToLine(tablemode#spreadsheet#GetLastRow('.'))
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
@@ -113,13 +238,11 @@ function! tablemode#spreadsheet#ColumnNr(pos) "{{{2
|
|||||||
return 0
|
return 0
|
||||||
endif
|
endif
|
||||||
let row_start = stridx(getline(pos[0]), g:table_mode_separator)
|
let row_start = stridx(getline(pos[0]), g:table_mode_separator)
|
||||||
return tablemode#utils#strlen(substitute(getline(pos[0])[(row_start):pos[1]-2], '[^' . g:table_mode_separator . ']', '', 'g'))
|
return tablemode#utils#SeparatorCount(getline(pos[0])[row_start:pos[1]-2])
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! tablemode#spreadsheet#ColumnCount(line) "{{{2
|
function! tablemode#spreadsheet#ColumnCount(line) "{{{2
|
||||||
let line = tablemode#utils#line(a:line)
|
return tablemode#utils#SeparatorCount(getline(tablemode#utils#line(a:line))) - 1
|
||||||
|
|
||||||
return tablemode#utils#strlen(substitute(getline(line), '[^' . g:table_mode_separator . ']', '', 'g'))-1
|
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! tablemode#spreadsheet#IsFirstCell() "{{{2
|
function! tablemode#spreadsheet#IsFirstCell() "{{{2
|
||||||
@@ -131,19 +254,25 @@ function! tablemode#spreadsheet#IsLastCell() "{{{2
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! tablemode#spreadsheet#MoveToStartOfCell() "{{{2
|
function! tablemode#spreadsheet#MoveToStartOfCell() "{{{2
|
||||||
if getline('.')[col('.')-1] ==# g:table_mode_separator && !tablemode#spreadsheet#IsLastCell()
|
if getline('.')[col('.')-1] !=# g:table_mode_separator || tablemode#spreadsheet#IsLastCell()
|
||||||
normal! 2l
|
call search(g:table_mode_escaped_separator_regex, 'b', line('.'))
|
||||||
else
|
|
||||||
execute 'normal! F' . g:table_mode_separator . '2l'
|
|
||||||
endif
|
endif
|
||||||
|
normal! 2l
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! tablemode#spreadsheet#MoveToEndOfCell() "{{{2
|
||||||
|
call search(g:table_mode_escaped_separator_regex, 'z', line('.'))
|
||||||
|
normal! 2h
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! tablemode#spreadsheet#DeleteColumn() "{{{2
|
function! tablemode#spreadsheet#DeleteColumn() "{{{2
|
||||||
if tablemode#table#IsRow('.')
|
if tablemode#table#IsRow('.')
|
||||||
for i in range(v:count1)
|
for i in range(v:count1)
|
||||||
call tablemode#spreadsheet#MoveToStartOfCell()
|
call tablemode#spreadsheet#MoveToStartOfCell()
|
||||||
call tablemode#spreadsheet#MoveToFirstRow()
|
call tablemode#spreadsheet#MoveToFirstRowOrHeader()
|
||||||
silent! execute "normal! h\<C-V>f" . g:table_mode_separator
|
silent! execute "normal! h\<C-V>"
|
||||||
|
call tablemode#spreadsheet#MoveToEndOfCell()
|
||||||
|
normal! 2l
|
||||||
call tablemode#spreadsheet#MoveToLastRow()
|
call tablemode#spreadsheet#MoveToLastRow()
|
||||||
normal! d
|
normal! d
|
||||||
endfor
|
endfor
|
||||||
@@ -168,6 +297,95 @@ function! tablemode#spreadsheet#DeleteRow() "{{{2
|
|||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
function! tablemode#spreadsheet#InsertColumn(after) "{{{2
|
||||||
|
if tablemode#table#IsRow('.')
|
||||||
|
let quantity = v:count1
|
||||||
|
|
||||||
|
call tablemode#spreadsheet#MoveToFirstRowOrHeader()
|
||||||
|
call tablemode#spreadsheet#MoveToStartOfCell()
|
||||||
|
if a:after
|
||||||
|
call tablemode#spreadsheet#MoveToEndOfCell()
|
||||||
|
normal! 3l
|
||||||
|
endif
|
||||||
|
execute "normal! h\<C-V>"
|
||||||
|
call tablemode#spreadsheet#MoveToLastRow()
|
||||||
|
normal! y
|
||||||
|
|
||||||
|
let corner = tablemode#utils#get_buffer_or_global_option('table_mode_corner')
|
||||||
|
if a:after
|
||||||
|
let cell_line = g:table_mode_separator.' '
|
||||||
|
let header_line = corner.g:table_mode_fillchar.g:table_mode_fillchar
|
||||||
|
else
|
||||||
|
let cell_line = ' '.g:table_mode_separator
|
||||||
|
let header_line = g:table_mode_fillchar.g:table_mode_fillchar.corner
|
||||||
|
endif
|
||||||
|
let cell_line = escape(cell_line, '\&')
|
||||||
|
let header_line = escape(header_line, '\&')
|
||||||
|
|
||||||
|
" This transforms the character column before or after the column separator
|
||||||
|
" into a new column with separator.
|
||||||
|
" This requires, that
|
||||||
|
" g:table_mode_separator != g:table_mode_fillchar
|
||||||
|
" && g:table_mode_separator != g:table_mode_header_fillchar
|
||||||
|
" && g:table_mode_separator != g:table_mode_align_char
|
||||||
|
call setreg(
|
||||||
|
\ '"',
|
||||||
|
\ substitute(
|
||||||
|
\ substitute(@", ' ', cell_line, 'g'),
|
||||||
|
\ '\V\C'.escape(g:table_mode_fillchar, '\')
|
||||||
|
\ .'\|'.escape(g:table_mode_header_fillchar, '\')
|
||||||
|
\ .'\|'.escape(g:table_mode_align_char, '\'),
|
||||||
|
\ header_line,
|
||||||
|
\ 'g'),
|
||||||
|
\ 'b')
|
||||||
|
|
||||||
|
if a:after
|
||||||
|
execute "normal! ".quantity."pl"
|
||||||
|
else
|
||||||
|
execute "normal! ".quantity."P"
|
||||||
|
endif
|
||||||
|
|
||||||
|
call tablemode#table#Realign('.')
|
||||||
|
startinsert
|
||||||
|
endif
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! tablemode#spreadsheet#Min(range, ...) abort "{{{2
|
||||||
|
let args = copy(a:000)
|
||||||
|
call insert(args, a:range)
|
||||||
|
return s:Min(call('tablemode#spreadsheet#cell#GetCellRange', args))
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! tablemode#spreadsheet#Max(range, ...) abort "{{{2
|
||||||
|
let args = copy(a:000)
|
||||||
|
call insert(args, a:range)
|
||||||
|
return s:Max(call('tablemode#spreadsheet#cell#GetCellRange', args))
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! tablemode#spreadsheet#CountE(range, ...) abort "{{{2
|
||||||
|
let args = copy(a:000)
|
||||||
|
call insert(args, a:range)
|
||||||
|
return s:CountE(call('tablemode#spreadsheet#cell#GetCellRange', args))
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! tablemode#spreadsheet#CountNE(range, ...) abort "{{{2
|
||||||
|
let args = copy(a:000)
|
||||||
|
call insert(args, a:range)
|
||||||
|
return s:CountNE(call('tablemode#spreadsheet#cell#GetCellRange', args))
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! tablemode#spreadsheet#PercentE(range, ...) abort "{{{2
|
||||||
|
let args = copy(a:000)
|
||||||
|
call insert(args, a:range)
|
||||||
|
return s:PercentE(call('tablemode#spreadsheet#cell#GetCellRange', args))
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! tablemode#spreadsheet#PercentNE(range, ...) abort "{{{2
|
||||||
|
let args = copy(a:000)
|
||||||
|
call insert(args, a:range)
|
||||||
|
return s:PercentNE(call('tablemode#spreadsheet#cell#GetCellRange', args))
|
||||||
|
endfunction
|
||||||
|
|
||||||
function! tablemode#spreadsheet#Sum(range, ...) abort "{{{2
|
function! tablemode#spreadsheet#Sum(range, ...) abort "{{{2
|
||||||
let args = copy(a:000)
|
let args = copy(a:000)
|
||||||
call insert(args, a:range)
|
call insert(args, a:range)
|
||||||
@@ -180,10 +398,25 @@ function! tablemode#spreadsheet#Average(range, ...) abort "{{{2
|
|||||||
return s:Average(call('tablemode#spreadsheet#cell#GetCellRange', args))
|
return s:Average(call('tablemode#spreadsheet#cell#GetCellRange', args))
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! tablemode#spreadsheet#Sort(bang, ...) "{{{2
|
function! tablemode#spreadsheet#AverageNE(range, ...) abort "{{{2
|
||||||
|
let args = copy(a:000)
|
||||||
|
call insert(args, a:range)
|
||||||
|
return s:AverageNE(call('tablemode#spreadsheet#cell#GetCellRange', args))
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! tablemode#spreadsheet#Sort(bang, ...) range "{{{2
|
||||||
|
if exists('*getcurpos')
|
||||||
|
let col = getcurpos()[4] " curswant
|
||||||
|
else
|
||||||
|
let col = col('.')
|
||||||
|
endif
|
||||||
let opts = a:0 ? a:1 : ''
|
let opts = a:0 ? a:1 : ''
|
||||||
let bang = a:bang ? '!' : ''
|
let bang = a:bang ? '!' : ''
|
||||||
let [firstRow, lastRow] = [tablemode#spreadsheet#GetFirstRow('.'), tablemode#spreadsheet#GetLastRow('.')]
|
if a:firstline == a:lastline
|
||||||
|
let [firstRow, lastRow] = [tablemode#spreadsheet#GetFirstRow('.'), tablemode#spreadsheet#GetLastRow('.')]
|
||||||
|
else
|
||||||
|
let [firstRow, lastRow] = [a:firstline, a:lastline]
|
||||||
|
endif
|
||||||
call tablemode#spreadsheet#MoveToStartOfCell()
|
call tablemode#spreadsheet#MoveToStartOfCell()
|
||||||
exec ':'.firstRow.','.lastRow . 'sort'.bang opts '/.*\%'.col('.').'v/'
|
exec ':undojoin | '.firstRow.','.lastRow . 'sort'.bang opts '/.*\%'.col.'v/'
|
||||||
endfunction
|
endfunction
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
" Private Functions {{{1
|
" Private Functions {{{1
|
||||||
|
function! s:IsHTMLComment(line) "{{{2
|
||||||
|
return getline(a:line) =~# '^\s*<!--'
|
||||||
|
endfunction
|
||||||
|
|
||||||
function! s:IsFormulaLine(line) "{{{2
|
function! s:IsFormulaLine(line) "{{{2
|
||||||
return getline(a:line) =~# 'tmf: '
|
return getline(a:line) =~# 'tmf: '
|
||||||
endfunction
|
endfunction
|
||||||
@@ -15,6 +19,7 @@ function! tablemode#spreadsheet#formula#Add(...) "{{{2
|
|||||||
let fr = '$' . row . ',' . colm . '=' . fr
|
let fr = '$' . row . ',' . colm . '=' . fr
|
||||||
let fline = tablemode#spreadsheet#GetLastRow('.') + 1
|
let fline = tablemode#spreadsheet#GetLastRow('.') + 1
|
||||||
if tablemode#table#IsBorder(fline) | let fline += 1 | endif
|
if tablemode#table#IsBorder(fline) | let fline += 1 | endif
|
||||||
|
if s:IsHTMLComment(fline) | let fline += 1 | endif
|
||||||
let cursor_pos = [line('.'), col('.')]
|
let cursor_pos = [line('.'), col('.')]
|
||||||
if getline(fline) =~# 'tmf: '
|
if getline(fline) =~# 'tmf: '
|
||||||
" Comment line correctly
|
" Comment line correctly
|
||||||
@@ -55,6 +60,30 @@ function! tablemode#spreadsheet#formula#EvaluateExpr(expr, line) abort "{{{2
|
|||||||
let [row, colm] = [0, str2nr(cell)]
|
let [row, colm] = [0, str2nr(cell)]
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if expr =~# 'Min(.*)'
|
||||||
|
let expr = substitute(expr, 'Min(\([^)]*\))', 'tablemode#spreadsheet#Min("\1",'.line.','.colm.')', 'g')
|
||||||
|
endif
|
||||||
|
|
||||||
|
if expr =~# 'Max(.*)'
|
||||||
|
let expr = substitute(expr, 'Max(\([^)]*\))', 'tablemode#spreadsheet#Max("\1",'.line.','.colm.')', 'g')
|
||||||
|
endif
|
||||||
|
|
||||||
|
if expr =~# 'CountE(.*)'
|
||||||
|
let expr = substitute(expr, 'CountE(\([^)]*\))', 'tablemode#spreadsheet#CountE("\1",'.line.','.colm.')', 'g')
|
||||||
|
endif
|
||||||
|
|
||||||
|
if expr =~# 'CountNE(.*)'
|
||||||
|
let expr = substitute(expr, 'CountNE(\([^)]*\))', 'tablemode#spreadsheet#CountNE("\1",'.line.','.colm.')', 'g')
|
||||||
|
endif
|
||||||
|
|
||||||
|
if expr =~# 'PercentE(.*)'
|
||||||
|
let expr = substitute(expr, 'PercentE(\([^)]*\))', 'tablemode#spreadsheet#PercentE("\1",'.line.','.colm.')', 'g')
|
||||||
|
endif
|
||||||
|
|
||||||
|
if expr =~# 'PercentNE(.*)'
|
||||||
|
let expr = substitute(expr, 'PercentNE(\([^)]*\))', 'tablemode#spreadsheet#PercentNE("\1",'.line.','.colm.')', 'g')
|
||||||
|
endif
|
||||||
|
|
||||||
if expr =~# 'Sum(.*)'
|
if expr =~# 'Sum(.*)'
|
||||||
let expr = substitute(expr, 'Sum(\([^)]*\))', 'tablemode#spreadsheet#Sum("\1",'.line.','.colm.')', 'g')
|
let expr = substitute(expr, 'Sum(\([^)]*\))', 'tablemode#spreadsheet#Sum("\1",'.line.','.colm.')', 'g')
|
||||||
endif
|
endif
|
||||||
@@ -63,8 +92,12 @@ function! tablemode#spreadsheet#formula#EvaluateExpr(expr, line) abort "{{{2
|
|||||||
let expr = substitute(expr, 'Average(\([^)]*\))', 'tablemode#spreadsheet#Average("\1",'.line.','.colm.')', 'g')
|
let expr = substitute(expr, 'Average(\([^)]*\))', 'tablemode#spreadsheet#Average("\1",'.line.','.colm.')', 'g')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if expr =~# '\$\d\+,\d\+'
|
if expr =~# 'AverageNE(.*)'
|
||||||
let expr = substitute(expr, '\$\(\d\+\),\(\d\+\)',
|
let expr = substitute(expr, 'AverageNE(\([^)]*\))', 'tablemode#spreadsheet#AverageNE("\1",'.line.','.colm.')', 'g')
|
||||||
|
endif
|
||||||
|
|
||||||
|
if expr =~# '\$\-\?\d\+,\-\?\d\+'
|
||||||
|
let expr = substitute(expr, '\$\(\-\?\d\+\),\(\-\?\d\+\)',
|
||||||
\ '\=str2float(tablemode#spreadsheet#cell#GetCells(line, submatch(1), submatch(2)))', 'g')
|
\ '\=str2float(tablemode#spreadsheet#cell#GetCells(line, submatch(1), submatch(2)))', 'g')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@@ -107,6 +140,7 @@ function! tablemode#spreadsheet#formula#EvaluateFormulaLine() abort "{{{2
|
|||||||
if tablemode#table#IsRow('.') " We're inside the table
|
if tablemode#table#IsRow('.') " We're inside the table
|
||||||
let line = tablemode#spreadsheet#GetLastRow('.')
|
let line = tablemode#spreadsheet#GetLastRow('.')
|
||||||
let fline = line + 1
|
let fline = line + 1
|
||||||
|
if s:IsHTMLComment(fline) | let fline += 1 | endif
|
||||||
if tablemode#table#IsBorder(fline) | let fline += 1 | endif
|
if tablemode#table#IsBorder(fline) | let fline += 1 | endif
|
||||||
while s:IsFormulaLine(fline)
|
while s:IsFormulaLine(fline)
|
||||||
let exprs += split(matchstr(getline(fline), matchexpr), ';')
|
let exprs += split(matchstr(getline(fline), matchexpr), ';')
|
||||||
@@ -116,6 +150,7 @@ function! tablemode#spreadsheet#formula#EvaluateFormulaLine() abort "{{{2
|
|||||||
let fline = line('.')
|
let fline = line('.')
|
||||||
let line = line('.') - 1
|
let line = line('.') - 1
|
||||||
while s:IsFormulaLine(line) | let fline = line | let line -= 1 | endwhile
|
while s:IsFormulaLine(line) | let fline = line | let line -= 1 | endwhile
|
||||||
|
if s:IsHTMLComment(line) | let line -= 1 | endif
|
||||||
if tablemode#table#IsBorder(line) | let line -= 1 | endif
|
if tablemode#table#IsBorder(line) | let line -= 1 | endif
|
||||||
if tablemode#table#IsRow(line)
|
if tablemode#table#IsRow(line)
|
||||||
" let exprs = split(matchstr(getline('.'), matchexpr), ';')
|
" let exprs = split(matchstr(getline('.'), matchexpr), ';')
|
||||||
|
|||||||
@@ -4,16 +4,21 @@ function! s:blank(string) "{{{2
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:BorderExpr() "{{{2
|
function! s:BorderExpr() "{{{2
|
||||||
|
let corner = tablemode#utils#get_buffer_or_global_option('table_mode_corner')
|
||||||
|
let corner_corner = tablemode#utils#get_buffer_or_global_option('table_mode_corner_corner')
|
||||||
|
let header_fillchar = tablemode#utils#get_buffer_or_global_option('table_mode_header_fillchar')
|
||||||
return tablemode#table#StartExpr() .
|
return tablemode#table#StartExpr() .
|
||||||
\ '[' . g:table_mode_corner . g:table_mode_corner_corner . ']' .
|
\ '[' . corner . corner_corner . ']' .
|
||||||
\ '[' . escape(g:table_mode_fillchar . g:table_mode_header_fillchar . g:table_mode_corner . g:table_mode_align_char, '-') . ']\+' .
|
\ '[' . escape(g:table_mode_fillchar . header_fillchar . corner . g:table_mode_align_char, '-') . ']\+' .
|
||||||
\ '[' . g:table_mode_corner . g:table_mode_corner_corner . ']' .
|
\ '[' . corner . corner_corner . ']' .
|
||||||
\ tablemode#table#EndExpr()
|
\ tablemode#table#EndExpr()
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:DefaultBorder() "{{{2
|
function! s:DefaultBorder() "{{{2
|
||||||
if tablemode#IsActive()
|
if tablemode#IsActive()
|
||||||
return g:table_mode_corner_corner . g:table_mode_fillchar . g:table_mode_corner . g:table_mode_fillchar . g:table_mode_corner_corner
|
let corner = tablemode#utils#get_buffer_or_global_option('table_mode_corner')
|
||||||
|
let corner_corner = tablemode#utils#get_buffer_or_global_option('table_mode_corner_corner')
|
||||||
|
return corner_corner . g:table_mode_fillchar . corner . g:table_mode_fillchar . corner_corner
|
||||||
else
|
else
|
||||||
return ''
|
return ''
|
||||||
endif
|
endif
|
||||||
@@ -31,16 +36,24 @@ function! s:GenerateHeaderBorder(line) "{{{2
|
|||||||
endif
|
endif
|
||||||
if tablemode#utils#strlen(line_val) <= 1 | return s:DefaultBorder() | endif
|
if tablemode#utils#strlen(line_val) <= 1 | return s:DefaultBorder() | endif
|
||||||
|
|
||||||
|
let corner = tablemode#utils#get_buffer_or_global_option('table_mode_corner')
|
||||||
|
let corner_corner = tablemode#utils#get_buffer_or_global_option('table_mode_corner_corner')
|
||||||
|
let header_fillchar = tablemode#utils#get_buffer_or_global_option('table_mode_header_fillchar')
|
||||||
|
|
||||||
let tline = line_val[stridx(line_val, g:table_mode_separator):strridx(line_val, g:table_mode_separator)]
|
let tline = line_val[stridx(line_val, g:table_mode_separator):strridx(line_val, g:table_mode_separator)]
|
||||||
let fillchar = tablemode#table#IsHeader(line - 1) ? g:table_mode_header_fillchar : g:table_mode_fillchar
|
let fillchar = tablemode#table#IsHeader(line - 1) ? header_fillchar : g:table_mode_fillchar
|
||||||
let seperator_match_regex = g:table_mode_separator . '\zs\([^' . g:table_mode_separator . ']*\)\ze' . g:table_mode_separator
|
|
||||||
let border = substitute(tline, seperator_match_regex, '\=repeat(fillchar, tablemode#utils#StrDisplayWidth(submatch(0)))', 'g')
|
let special_replacement = '___'
|
||||||
let border = substitute(border, g:table_mode_separator, g:table_mode_corner, 'g')
|
let border = substitute(tline, g:table_mode_escaped_separator_regex, special_replacement, 'g')
|
||||||
let border = substitute(border, '^' . g:table_mode_corner . '\(.*\)' . g:table_mode_corner . '$', g:table_mode_corner_corner . '\1' . g:table_mode_corner_corner, '')
|
let seperator_match_regex = special_replacement . '\zs\(.\{-}\)\ze' . special_replacement
|
||||||
|
let border = substitute(border, seperator_match_regex, '\=repeat(fillchar, tablemode#utils#StrDisplayWidth(submatch(0)))', 'g')
|
||||||
|
let border = substitute(border, special_replacement, g:table_mode_separator, 'g')
|
||||||
|
let border = substitute(border, g:table_mode_separator, corner, 'g')
|
||||||
|
let border = substitute(border, '^' . corner . '\(.*\)' . corner . '$', corner_corner . '\1' . corner_corner, '')
|
||||||
|
|
||||||
" Incorporate header alignment chars
|
" Incorporate header alignment chars
|
||||||
if getline(line) =~# g:table_mode_align_char
|
if getline(line) =~# g:table_mode_align_char
|
||||||
let pat = '[' . g:table_mode_corner_corner . g:table_mode_corner . ']'
|
let pat = '[' . corner_corner . corner . ']'
|
||||||
let hcols = tablemode#align#Split(getline(line), pat)
|
let hcols = tablemode#align#Split(getline(line), pat)
|
||||||
let gcols = tablemode#align#Split(border, pat)
|
let gcols = tablemode#align#Split(border, pat)
|
||||||
|
|
||||||
@@ -79,7 +92,7 @@ endfunction
|
|||||||
function! tablemode#table#GetCommentStart() "{{{2
|
function! tablemode#table#GetCommentStart() "{{{2
|
||||||
let cstring = &commentstring
|
let cstring = &commentstring
|
||||||
if tablemode#utils#strlen(cstring) > 0
|
if tablemode#utils#strlen(cstring) > 0
|
||||||
return substitute(split(cstring, '%s')[0], '[^()]', '\\\0', 'g')
|
return substitute(split(cstring, '%s')[0], '[^(%)]', '\\\0', 'g')
|
||||||
else
|
else
|
||||||
return ''
|
return ''
|
||||||
endif
|
endif
|
||||||
@@ -162,6 +175,9 @@ function! tablemode#table#AddBorder(line) "{{{2
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! tablemode#table#Realign(line) "{{{2
|
function! tablemode#table#Realign(line) "{{{2
|
||||||
|
let current_fm = &foldmethod " save foldmethod to be restored
|
||||||
|
setlocal foldmethod=manual " manual foldmethod while table is being aligned
|
||||||
|
|
||||||
let line = tablemode#utils#line(a:line)
|
let line = tablemode#utils#line(a:line)
|
||||||
|
|
||||||
let lines = []
|
let lines = []
|
||||||
@@ -196,4 +212,7 @@ function! tablemode#table#Realign(line) "{{{2
|
|||||||
for bline in blines
|
for bline in blines
|
||||||
call tablemode#table#AddBorder(bline)
|
call tablemode#table#AddBorder(bline)
|
||||||
endfor
|
endfor
|
||||||
|
|
||||||
|
" restore foldmethod
|
||||||
|
execute "setlocal foldmethod=" . current_fm
|
||||||
endfunction
|
endfunction
|
||||||
|
|||||||
@@ -47,3 +47,20 @@ function! tablemode#utils#StrDisplayWidth(string) "{{{2
|
|||||||
return rv
|
return rv
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
function! tablemode#utils#get_buffer_or_global_option(table_option) "{{{2
|
||||||
|
return get(b:, a:table_option, get(g:, a:table_option))
|
||||||
|
endf
|
||||||
|
|
||||||
|
function tablemode#utils#MoveToLine(line) "{{{2
|
||||||
|
let offset = tablemode#utils#line(a:line) - line('.')
|
||||||
|
if offset > 0
|
||||||
|
execute "normal! ".offset."j"
|
||||||
|
elseif offset < 0
|
||||||
|
execute "normal! ".(-offset)."k"
|
||||||
|
endif
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! tablemode#utils#SeparatorCount(str)
|
||||||
|
return tablemode#utils#strlen(substitute(a:str, '\V\C\(\\' . escape(g:table_mode_separator, '\') . '\|\[^' . escape(g:table_mode_separator, ']^-\') . ']\)', '', 'g'))
|
||||||
|
endfunction
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
*table-mode.txt* Table Mode for easy table formatting
|
*table-mode.txt* Table Mode for easy table formatting
|
||||||
===============================================================================
|
===============================================================================
|
||||||
Table Mode, THE AWESOME AUTOMATIC TABLE CREATOR & FORMATTER
|
Table Mode, THE AWESOME AUTOMATIC TABLE CREATOR & FORMATTER
|
||||||
VERSION 4.6.5
|
VERSION 4.7.1.1
|
||||||
|
|
||||||
Author: Dhruva Sagar <http://dhruvasagar.com/>
|
Author: Dhruva Sagar <http://dhruvasagar.com/>
|
||||||
License: MIT <http://opensource.org/licenses/MIT/>
|
License: MIT <http://opensource.org/licenses/MIT/>
|
||||||
@@ -75,6 +75,10 @@ Manipulation of tables:
|
|||||||
3. Delete Row : Delete an entire table row using
|
3. Delete Row : Delete an entire table row using
|
||||||
|table-mode-delete-row-map|
|
|table-mode-delete-row-map|
|
||||||
|
|
||||||
|
4. Insert Column : Insert a table column either before the cursor
|
||||||
|
using |table-mode-insert-column-before-map| or after the cusor using
|
||||||
|
|table-mode-insert-column-after-map|.
|
||||||
|
|
||||||
Table Formulas:
|
Table Formulas:
|
||||||
Table Mode now has support for formulas like a spreadsheet. There
|
Table Mode now has support for formulas like a spreadsheet. There
|
||||||
are 2 ways of defining formulas :
|
are 2 ways of defining formulas :
|
||||||
@@ -116,8 +120,11 @@ Formula Expressions :
|
|||||||
The formula can be a simple mathematical expression involving cells
|
The formula can be a simple mathematical expression involving cells
|
||||||
which are also defined by the same format as that of the target cell.
|
which are also defined by the same format as that of the target cell.
|
||||||
Apart from basic mathematical expressions, table mode also provides
|
Apart from basic mathematical expressions, table mode also provides
|
||||||
special functions 'Sum' and 'Average'. Both these functions take a
|
special functions 'Min', 'Max', 'CountE' (number of empty cells),
|
||||||
range as input. A range can be of two forms :
|
'CountNE' (number of non-empty cells), 'PercentE' (percent of empty
|
||||||
|
cells), 'PercentNE' (percent of non-empty cells), 'Sum', 'Average',
|
||||||
|
and 'AverageNE' (average over non-empty cells). All these functions
|
||||||
|
take a range as input. A range can be of two forms :
|
||||||
|
|
||||||
'n:m': This represents cells in the current column from row
|
'n:m': This represents cells in the current column from row
|
||||||
'n' through 'm'. If 'm' is negative it represents 'm' row
|
'n' through 'm'. If 'm' is negative it represents 'm' row
|
||||||
@@ -165,6 +172,12 @@ Overview:
|
|||||||
|table-mode-realign-map| ........ Set the realign mapping
|
|table-mode-realign-map| ........ Set the realign mapping
|
||||||
|table-mode-delete-row-map| ..... Set the delete row mapping
|
|table-mode-delete-row-map| ..... Set the delete row mapping
|
||||||
|table-mode-delete-column-map| .. Set the delete column mapping
|
|table-mode-delete-column-map| .. Set the delete column mapping
|
||||||
|
|table-mode-insert-column-before-map|
|
||||||
|
Set the insert column before the
|
||||||
|
cursor mapping
|
||||||
|
|table-mode-insert-column-after-map|
|
||||||
|
Set the insert column after the
|
||||||
|
cursor mapping
|
||||||
|table-mode-add-formula-map| .... Set the add formula mapping
|
|table-mode-add-formula-map| .... Set the add formula mapping
|
||||||
|table-mode-eval-formula-map| ... Set the eval formula mapping
|
|table-mode-eval-formula-map| ... Set the eval formula mapping
|
||||||
|table-mode-echo-cell-map| ...... Set the echo cell mapping
|
|table-mode-echo-cell-map| ...... Set the echo cell mapping
|
||||||
@@ -184,6 +197,9 @@ g:table_mode_verbose *table-mode-verbose*
|
|||||||
g:table_mode_corner *table-mode-corner*
|
g:table_mode_corner *table-mode-corner*
|
||||||
Use this option to define the table corner character: >
|
Use this option to define the table corner character: >
|
||||||
let g:table_mode_corner = '+'
|
let g:table_mode_corner = '+'
|
||||||
|
<
|
||||||
|
Or only in the current buffer: >
|
||||||
|
let b:table_mode_corner = '+'
|
||||||
<
|
<
|
||||||
g:table_mode_separator *table-mode-separator*
|
g:table_mode_separator *table-mode-separator*
|
||||||
Use this option to define the table column separator character: >
|
Use this option to define the table column separator character: >
|
||||||
@@ -232,6 +248,9 @@ g:table_mode_corner_corner *table-mode-corner-corner*
|
|||||||
Use this option to define the character to be used for the extreme
|
Use this option to define the character to be used for the extreme
|
||||||
corners of the table border. >
|
corners of the table border. >
|
||||||
let g:table_mode_corner_corner = '|'
|
let g:table_mode_corner_corner = '|'
|
||||||
|
<
|
||||||
|
Or only in the current buffer: >
|
||||||
|
let b:table_mode_corner_corner = '|'
|
||||||
<
|
<
|
||||||
g:table_mode_align_char *table-mode-align-char*
|
g:table_mode_align_char *table-mode-align-char*
|
||||||
Use this option to define the character to be used for defining
|
Use this option to define the character to be used for defining
|
||||||
@@ -280,6 +299,16 @@ g:table_mode_delete_column_map *table-mode-delete-column-map*
|
|||||||
Set this to configure the mapping for deleting a table column. >
|
Set this to configure the mapping for deleting a table column. >
|
||||||
let g:table_mode_delete_column_map = '<Leader>tdc'
|
let g:table_mode_delete_column_map = '<Leader>tdc'
|
||||||
>
|
>
|
||||||
|
g:table_mode_insert_column_before_map *table-mode-insert-column-before-map*
|
||||||
|
Set this to configure the mapping for inserting a table column before
|
||||||
|
the cursor. >
|
||||||
|
let g:table_mode_insert_column_before_map = '<Leader>tiC'
|
||||||
|
>
|
||||||
|
g:table_mode_insert_column_after_map *table-mode-insert-column-after-map*
|
||||||
|
Set this to configure the mapping for inserting a table column after
|
||||||
|
the cursor. >
|
||||||
|
let g:table_mode_insert_column_after_map = '<Leader>tic'
|
||||||
|
>
|
||||||
g:table_mode_add_formula_map *table-mode-add-formula-map*
|
g:table_mode_add_formula_map *table-mode-add-formula-map*
|
||||||
Set this to configure the mapping for adding a formula for a table
|
Set this to configure the mapping for adding a formula for a table
|
||||||
cell. >
|
cell. >
|
||||||
@@ -299,6 +328,16 @@ g:table_mode_sort_map *table-mode-sort-map*
|
|||||||
current column. >
|
current column. >
|
||||||
let g:table_mode_sort_map = '<Leader>ts'
|
let g:table_mode_sort_map = '<Leader>ts'
|
||||||
>
|
>
|
||||||
|
g:table_mode_tableize_map *table-mode-tableize-map*
|
||||||
|
Set this to configure the mapping for converting the visual selection
|
||||||
|
to a table. >
|
||||||
|
let g:table_mode_tableize_map = '<Leader>tt'
|
||||||
|
>
|
||||||
|
g:table_mode_tableize_d_map *table-mode-tableize-d-map*
|
||||||
|
Set this to configure the mapping for converting the visual selection
|
||||||
|
to a table, asking the user for a delimiter. >
|
||||||
|
let g:table_mode_tableize_d_map = '<Leader>T'
|
||||||
|
>
|
||||||
g:table_mode_syntax *table-mode-syntax*
|
g:table_mode_syntax *table-mode-syntax*
|
||||||
Control whether table mode should define table syntax definitions or
|
Control whether table mode should define table syntax definitions or
|
||||||
not. >
|
not. >
|
||||||
@@ -310,6 +349,17 @@ g:table_mode_auto_align *table-mode-auto-align*
|
|||||||
let g:table_mode_auto_align = 1
|
let g:table_mode_auto_align = 1
|
||||||
<
|
<
|
||||||
|
|
||||||
|
g:table_mode_update_time *table-mode-update-time*
|
||||||
|
Set the value of updatetime to be used when table mode is active,
|
||||||
|
used in combination with |table-mode-auto-align|. >
|
||||||
|
let g:table_mode_update_time = 500
|
||||||
|
<
|
||||||
|
|
||||||
|
g:table_mode_disable_tableize_mappings *table-mode-disable-tableize-mappings*
|
||||||
|
Disables mappings for tableize. >
|
||||||
|
let g:table_mode_disable_tableize_mappings = 0
|
||||||
|
<
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
MAPPINGS *table-mode-mappings*
|
MAPPINGS *table-mode-mappings*
|
||||||
|
|
||||||
@@ -357,6 +407,16 @@ MAPPINGS *table-mode-mappings*
|
|||||||
with a [count] to delete multiple columns to the right. You
|
with a [count] to delete multiple columns to the right. You
|
||||||
can change this using |table-mode-delete-column-map| option.
|
can change this using |table-mode-delete-column-map| option.
|
||||||
|
|
||||||
|
*table-mode-mappings-insert-column-before*
|
||||||
|
<Leader>tiC Insert a table column before the column you are within. You can
|
||||||
|
preceed it with a [count] to insert multiple columns. You can
|
||||||
|
change this using |table-mode-insert-column-before-map| option.
|
||||||
|
|
||||||
|
*table-mode-mappings-insert-column-after*
|
||||||
|
<Leader>tic Insert a table column after the column you are within. You can
|
||||||
|
preceed it with a [count] to insert multiple columns. You can
|
||||||
|
change this using |table-mode-insert-column-after-map| option.
|
||||||
|
|
||||||
*table-mode-mappings-add-formula*
|
*table-mode-mappings-add-formula*
|
||||||
<Leader>tfa Add a fomula for the current table cell. This invokes
|
<Leader>tfa Add a fomula for the current table cell. This invokes
|
||||||
|TableAddFormula| command.
|
|TableAddFormula| command.
|
||||||
@@ -373,7 +433,7 @@ MAPPINGS *table-mode-mappings*
|
|||||||
|
|
||||||
|| Expands to a header border. You can change this by changing
|
|| Expands to a header border. You can change this by changing
|
||||||
|table-mode-separator| option. You can change the character to
|
|table-mode-separator| option. You can change the character to
|
||||||
be used for te extreme corners of the border by changing
|
be used for the extreme corners of the border by changing
|
||||||
|table-mode-corner-corner| option.
|
|table-mode-corner-corner| option.
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
@@ -450,13 +510,13 @@ COMMANDS *table-mode-commands*
|
|||||||
CONTRIBUTING *table-mode-contributing*
|
CONTRIBUTING *table-mode-contributing*
|
||||||
|
|
||||||
If you want to take a stab at it, by all means, send me a pull request on
|
If you want to take a stab at it, by all means, send me a pull request on
|
||||||
Github (http://github.com/dhruvasagar/table-mode) or get in touch with me
|
Github (http://github.com/dhruvasagar/vim-table-mode) or get in touch with me
|
||||||
directly via e-mail at dhruva 'dot' sagar 'at' gmail.com.
|
directly via e-mail at dhruva 'dot' sagar 'at' gmail.com.
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
REPORT ISSUES *table-mode-report-issues*
|
REPORT ISSUES *table-mode-report-issues*
|
||||||
|
|
||||||
If you discover any issues, please report them at
|
If you discover any issues, please report them at
|
||||||
http://github.com/dhruvasagar/table-mode/issues.
|
http://github.com/dhruvasagar/vim-table-mode/issues.
|
||||||
|
|
||||||
vim:tw=78:ts=8:ft=help:norl:ai:et
|
vim:tw=78:ts=8:ft=help:norl:ai:et
|
||||||
|
|||||||
1
ftplugin/markdown_tablemode.vim
Normal file
1
ftplugin/markdown_tablemode.vim
Normal file
@@ -0,0 +1 @@
|
|||||||
|
let b:table_mode_corner = '|'
|
||||||
2
ftplugin/rst_tablemode.vim
Normal file
2
ftplugin/rst_tablemode.vim
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
let b:table_mode_corner_corner = '+'
|
||||||
|
let b:table_mode_header_fillchar = '='
|
||||||
@@ -18,6 +18,7 @@ endfunction
|
|||||||
call s:SetGlobalOptDefault('table_mode_corner', '+')
|
call s:SetGlobalOptDefault('table_mode_corner', '+')
|
||||||
call s:SetGlobalOptDefault('table_mode_verbose', 1)
|
call s:SetGlobalOptDefault('table_mode_verbose', 1)
|
||||||
call s:SetGlobalOptDefault('table_mode_separator', '|')
|
call s:SetGlobalOptDefault('table_mode_separator', '|')
|
||||||
|
call s:SetGlobalOptDefault('table_mode_escaped_separator_regex', '\V\C\\\@1<!'.escape(g:table_mode_separator, '\'))
|
||||||
call s:SetGlobalOptDefault('table_mode_fillchar', '-')
|
call s:SetGlobalOptDefault('table_mode_fillchar', '-')
|
||||||
call s:SetGlobalOptDefault('table_mode_header_fillchar', '-')
|
call s:SetGlobalOptDefault('table_mode_header_fillchar', '-')
|
||||||
call s:SetGlobalOptDefault('table_mode_map_prefix', '<Leader>t')
|
call s:SetGlobalOptDefault('table_mode_map_prefix', '<Leader>t')
|
||||||
@@ -27,6 +28,7 @@ call s:SetGlobalOptDefault('table_mode_delimiter', ',')
|
|||||||
call s:SetGlobalOptDefault('table_mode_corner_corner', '|')
|
call s:SetGlobalOptDefault('table_mode_corner_corner', '|')
|
||||||
call s:SetGlobalOptDefault('table_mode_align_char', ':')
|
call s:SetGlobalOptDefault('table_mode_align_char', ':')
|
||||||
call s:SetGlobalOptDefault('table_mode_disable_mappings', 0)
|
call s:SetGlobalOptDefault('table_mode_disable_mappings', 0)
|
||||||
|
call s:SetGlobalOptDefault('table_mode_disable_tableize_mappings', 0)
|
||||||
|
|
||||||
call s:SetGlobalOptDefault('table_mode_motion_up_map', '{<Bar>')
|
call s:SetGlobalOptDefault('table_mode_motion_up_map', '{<Bar>')
|
||||||
call s:SetGlobalOptDefault('table_mode_motion_down_map', '}<Bar>')
|
call s:SetGlobalOptDefault('table_mode_motion_down_map', '}<Bar>')
|
||||||
@@ -36,16 +38,21 @@ call s:SetGlobalOptDefault('table_mode_motion_right_map', ']<Bar>')
|
|||||||
call s:SetGlobalOptDefault('table_mode_cell_text_object_a_map', 'a<Bar>')
|
call s:SetGlobalOptDefault('table_mode_cell_text_object_a_map', 'a<Bar>')
|
||||||
call s:SetGlobalOptDefault('table_mode_cell_text_object_i_map', 'i<Bar>')
|
call s:SetGlobalOptDefault('table_mode_cell_text_object_i_map', 'i<Bar>')
|
||||||
|
|
||||||
call s:SetGlobalOptDefault('table_mode_realign_map', '<Leader>tr')
|
call s:SetGlobalOptDefault('table_mode_realign_map', g:table_mode_map_prefix.'r')
|
||||||
call s:SetGlobalOptDefault('table_mode_delete_row_map', '<Leader>tdd')
|
call s:SetGlobalOptDefault('table_mode_delete_row_map', g:table_mode_map_prefix.'dd')
|
||||||
call s:SetGlobalOptDefault('table_mode_delete_column_map', '<Leader>tdc')
|
call s:SetGlobalOptDefault('table_mode_delete_column_map', g:table_mode_map_prefix.'dc')
|
||||||
call s:SetGlobalOptDefault('table_mode_add_formula_map', '<Leader>tfa')
|
call s:SetGlobalOptDefault('table_mode_insert_column_before_map', g:table_mode_map_prefix.'iC')
|
||||||
call s:SetGlobalOptDefault('table_mode_eval_formula_map', '<Leader>tfe')
|
call s:SetGlobalOptDefault('table_mode_insert_column_after_map', g:table_mode_map_prefix.'ic')
|
||||||
call s:SetGlobalOptDefault('table_mode_echo_cell_map', '<Leader>t?')
|
call s:SetGlobalOptDefault('table_mode_add_formula_map', g:table_mode_map_prefix.'fa')
|
||||||
call s:SetGlobalOptDefault('table_mode_sort_map', '<Leader>ts')
|
call s:SetGlobalOptDefault('table_mode_eval_formula_map', g:table_mode_map_prefix.'fe')
|
||||||
|
call s:SetGlobalOptDefault('table_mode_echo_cell_map', g:table_mode_map_prefix.'?')
|
||||||
|
call s:SetGlobalOptDefault('table_mode_sort_map', g:table_mode_map_prefix.'s')
|
||||||
|
call s:SetGlobalOptDefault('table_mode_tableize_map', g:table_mode_map_prefix.'t')
|
||||||
|
call s:SetGlobalOptDefault('table_mode_tableize_d_map', '<Leader>T')
|
||||||
|
|
||||||
call s:SetGlobalOptDefault('table_mode_syntax', 1)
|
call s:SetGlobalOptDefault('table_mode_syntax', 1)
|
||||||
call s:SetGlobalOptDefault('table_mode_auto_align', 1)
|
call s:SetGlobalOptDefault('table_mode_auto_align', 1)
|
||||||
|
call s:SetGlobalOptDefault('table_mode_update_time', 500)
|
||||||
|
|
||||||
function! s:TableEchoCell() "{{{1
|
function! s:TableEchoCell() "{{{1
|
||||||
if tablemode#table#IsRow('.')
|
if tablemode#table#IsRow('.')
|
||||||
@@ -71,7 +78,7 @@ endif
|
|||||||
" }}}2
|
" }}}2
|
||||||
|
|
||||||
command! -nargs=? -range Tableize <line1>,<line2>call tablemode#TableizeRange(<q-args>)
|
command! -nargs=? -range Tableize <line1>,<line2>call tablemode#TableizeRange(<q-args>)
|
||||||
command! -nargs=? -bang TableSort call tablemode#spreadsheet#Sort(<bang>0, <q-args>)
|
command! -nargs=? -bang -range TableSort <line1>,<line2>call tablemode#spreadsheet#Sort(<bang>0, <q-args>)
|
||||||
command! TableAddFormula call tablemode#spreadsheet#formula#Add()
|
command! TableAddFormula call tablemode#spreadsheet#formula#Add()
|
||||||
command! TableModeRealign call tablemode#table#Realign('.')
|
command! TableModeRealign call tablemode#table#Realign('.')
|
||||||
command! TableEvalFormulaLine call tablemode#spreadsheet#formula#EvaluateFormulaLine()
|
command! TableEvalFormulaLine call tablemode#spreadsheet#formula#EvaluateFormulaLine()
|
||||||
@@ -96,8 +103,10 @@ onoremap <silent> <Plug>(table-mode-cell-text-object-i) :<C-U>call tablemode#spr
|
|||||||
xnoremap <silent> <Plug>(table-mode-cell-text-object-a) :<C-U>call tablemode#spreadsheet#cell#TextObject(0)<CR>
|
xnoremap <silent> <Plug>(table-mode-cell-text-object-a) :<C-U>call tablemode#spreadsheet#cell#TextObject(0)<CR>
|
||||||
xnoremap <silent> <Plug>(table-mode-cell-text-object-i) :<C-U>call tablemode#spreadsheet#cell#TextObject(1)<CR>
|
xnoremap <silent> <Plug>(table-mode-cell-text-object-i) :<C-U>call tablemode#spreadsheet#cell#TextObject(1)<CR>
|
||||||
|
|
||||||
nnoremap <silent> <Plug>(table-mode-delete-row) :call tablemode#spreadsheet#DeleteRow()<CR>
|
nnoremap <silent> <Plug>(table-mode-delete-row) :<C-U>call tablemode#spreadsheet#DeleteRow()<CR>
|
||||||
nnoremap <silent> <Plug>(table-mode-delete-column) :call tablemode#spreadsheet#DeleteColumn()<CR>
|
nnoremap <silent> <Plug>(table-mode-delete-column) :<C-U>call tablemode#spreadsheet#DeleteColumn()<CR>
|
||||||
|
nnoremap <silent> <Plug>(table-mode-insert-column-before) :<C-U>call tablemode#spreadsheet#InsertColumn(0)<CR>
|
||||||
|
nnoremap <silent> <Plug>(table-mode-insert-column-after) :<C-U>call tablemode#spreadsheet#InsertColumn(1)<CR>
|
||||||
|
|
||||||
nnoremap <silent> <Plug>(table-mode-add-formula) :call tablemode#spreadsheet#formula#Add()<CR>
|
nnoremap <silent> <Plug>(table-mode-add-formula) :call tablemode#spreadsheet#formula#Add()<CR>
|
||||||
nnoremap <silent> <Plug>(table-mode-eval-formula) :call tablemode#spreadsheet#formula#EvaluateFormulaLine()<CR>
|
nnoremap <silent> <Plug>(table-mode-eval-formula) :call tablemode#spreadsheet#formula#EvaluateFormulaLine()<CR>
|
||||||
@@ -106,13 +115,15 @@ nnoremap <silent> <Plug>(table-mode-echo-cell) :call <SID>TableEchoCell()<CR>
|
|||||||
|
|
||||||
nnoremap <silent> <Plug>(table-mode-sort) :call tablemode#spreadsheet#Sort('')<CR>
|
nnoremap <silent> <Plug>(table-mode-sort) :call tablemode#spreadsheet#Sort('')<CR>
|
||||||
|
|
||||||
if !hasmapto('<Plug>(table-mode-tableize)')
|
if !g:table_mode_disable_tableize_mappings
|
||||||
exec "nmap" g:table_mode_map_prefix . "t <Plug>(table-mode-tableize)"
|
if !hasmapto('<Plug>(table-mode-tableize)')
|
||||||
exec "xmap" g:table_mode_map_prefix . "t <Plug>(table-mode-tableize)"
|
exec "nmap" g:table_mode_tableize_map "<Plug>(table-mode-tableize)"
|
||||||
endif
|
exec "xmap" g:table_mode_tableize_map "<Plug>(table-mode-tableize)"
|
||||||
|
endif
|
||||||
|
|
||||||
if !hasmapto('<Plug>(table-mode-tableize-delimiter)')
|
if !hasmapto('<Plug>(table-mode-tableize-delimiter)')
|
||||||
xmap <Leader>T <Plug>(table-mode-tableize-delimiter)
|
exec "xmap" g:table_mode_tableize_d_map "<Plug>(table-mode-tableize-delimiter)"
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
augroup TableMode "{{{1
|
augroup TableMode "{{{1
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
let g:table_mode_corner = '+'
|
let g:table_mode_corner = '+'
|
||||||
let g:table_mode_separator = '|'
|
let g:table_mode_separator = '|'
|
||||||
|
let g:table_mode_escaped_separator_regex = '\V\C\\\@1<!|'
|
||||||
let g:table_mode_fillchar = '-'
|
let g:table_mode_fillchar = '-'
|
||||||
let g:table_mode_header_fillchar = '-'
|
let g:table_mode_header_fillchar = '-'
|
||||||
let g:table_mode_map_prefix = '<Leader>t'
|
let g:table_mode_map_prefix = '<Leader>t'
|
||||||
@@ -21,10 +22,15 @@ let g:table_mode_cell_text_object_i_map = 'i<Bar>'
|
|||||||
let g:table_mode_realign_map = '<Leader>tr'
|
let g:table_mode_realign_map = '<Leader>tr'
|
||||||
let g:table_mode_delete_row_map = '<Leader>tdd'
|
let g:table_mode_delete_row_map = '<Leader>tdd'
|
||||||
let g:table_mode_delete_column_map = '<Leader>tdc'
|
let g:table_mode_delete_column_map = '<Leader>tdc'
|
||||||
|
let g:table_mode_insert_column_before_map = '<Leader>tiC'
|
||||||
|
let g:table_mode_insert_column_after_map = '<Leader>tic'
|
||||||
let g:table_mode_add_formula_map = '<Leader>tfa'
|
let g:table_mode_add_formula_map = '<Leader>tfa'
|
||||||
let g:table_mode_eval_formula_map = '<Leader>tfe'
|
let g:table_mode_eval_formula_map = '<Leader>tfe'
|
||||||
let g:table_mode_echo_cell_map = '<Leader>t?'
|
let g:table_mode_echo_cell_map = '<Leader>t?'
|
||||||
let g:table_mode_sort_map = '<Leader>ts'
|
let g:table_mode_sort_map = '<Leader>ts'
|
||||||
|
let g:table_mode_tableize_map = '<Leader>tt'
|
||||||
|
let g:table_mode_tableize_d_map = '<Leader>T'
|
||||||
|
|
||||||
let g:table_mode_syntax = 1
|
let g:table_mode_syntax = 1
|
||||||
let g:table_mode_auto_align = 1
|
let g:table_mode_auto_align = 1
|
||||||
|
let g:table_mode_update_time = 500
|
||||||
|
|||||||
7
t/fixtures/big_sample.txt
Normal file
7
t/fixtures/big_sample.txt
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
|---+---+---+---|
|
||||||
|
| 1 | 9 | a | z |
|
||||||
|
| 2 | 8 | b | y |
|
||||||
|
| 3 | 7 | c | x |
|
||||||
|
| 4 | 6 | d | w |
|
||||||
|
| 5 | 5 | e | v |
|
||||||
|
|---+---+---+---|
|
||||||
3
t/fixtures/cell/counts.txt
Normal file
3
t/fixtures/cell/counts.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
| 1 | 2 | 3 |
|
||||||
|
| | 0 | |
|
||||||
|
| 4 | 5 | 6 |
|
||||||
9
t/fixtures/complex_header.txt
Normal file
9
t/fixtures/complex_header.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
|----------+----------+----------+----------|
|
||||||
|
| counting | backward | alphabet | backward |
|
||||||
|
|:========:+:=========+=========:+==========|
|
||||||
|
| 1 | 9 | a | z |
|
||||||
|
| 2 | 8 | b | y |
|
||||||
|
| 3 | 7 | c | x |
|
||||||
|
| 4 | 6 | d | w |
|
||||||
|
| 5 | 5 | e | v |
|
||||||
|
|----------+----------+----------+----------|
|
||||||
9
t/fixtures/escaped_seperator.txt
Normal file
9
t/fixtures/escaped_seperator.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
|-------------------+---------------------------|
|
||||||
|
| The \| works as | It can be escaped by a \. |
|
||||||
|
| a separator. | |
|
||||||
|
| | |
|
||||||
|
| Escaping \ with | This feature would |
|
||||||
|
| a \ doesn't work. | be unnecessary, because |
|
||||||
|
| | a separator must be |
|
||||||
|
| | preceded by a space. |
|
||||||
|
|-------------------+---------------------------|
|
||||||
@@ -74,11 +74,93 @@ describe 'spreadsheet'
|
|||||||
call cursor(1,3)
|
call cursor(1,3)
|
||||||
Expect tablemode#spreadsheet#Average('1:2') == 2.0
|
Expect tablemode#spreadsheet#Average('1:2') == 2.0
|
||||||
Expect tablemode#spreadsheet#Average('1,1:1,2') == 1.5
|
Expect tablemode#spreadsheet#Average('1,1:1,2') == 1.5
|
||||||
Expect tablemode#spreadsheet#Average('1,1:2,2') == 5.0
|
Expect tablemode#spreadsheet#Average('1,1:2,2') == 2.5
|
||||||
call cursor(2,7)
|
call cursor(2,7)
|
||||||
Expect tablemode#spreadsheet#Average('1:2') == 3.0
|
Expect tablemode#spreadsheet#Average('1:2') == 3.0
|
||||||
Expect tablemode#spreadsheet#Average('2,1:2,2') == 3.5
|
Expect tablemode#spreadsheet#Average('2,1:2,2') == 3.5
|
||||||
end
|
end
|
||||||
|
|
||||||
|
it 'should return the min of cell range'
|
||||||
|
call cursor(1,3)
|
||||||
|
Expect tablemode#spreadsheet#Min('1:2') == 1.0
|
||||||
|
Expect tablemode#spreadsheet#Min('1,1:1,2') == 1.0
|
||||||
|
Expect tablemode#spreadsheet#Min('1,1:2,2') == 1.0
|
||||||
|
call cursor(2,7)
|
||||||
|
Expect tablemode#spreadsheet#Min('1:2') == 2.0
|
||||||
|
Expect tablemode#spreadsheet#Min('2,1:2,2') == 3.0
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'should return the max of cell range'
|
||||||
|
call cursor(1,3)
|
||||||
|
Expect tablemode#spreadsheet#Max('1:2') == 3.0
|
||||||
|
Expect tablemode#spreadsheet#Max('1,1:1,2') == 2.0
|
||||||
|
Expect tablemode#spreadsheet#Max('1,1:2,2') == 4.0
|
||||||
|
call cursor(2,7)
|
||||||
|
Expect tablemode#spreadsheet#Max('1:2') == 4.0
|
||||||
|
Expect tablemode#spreadsheet#Max('2,1:2,2') == 4.0
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
describe 'Count'
|
||||||
|
before
|
||||||
|
new
|
||||||
|
read t/fixtures/cell/counts.txt
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'should return the count of empty cell range'
|
||||||
|
call cursor(1,3)
|
||||||
|
Expect tablemode#spreadsheet#CountE('1:3') == 1
|
||||||
|
Expect tablemode#spreadsheet#CountE('1,1:1,3') == 0
|
||||||
|
Expect tablemode#spreadsheet#CountE('2,1:2,3') == 2
|
||||||
|
Expect tablemode#spreadsheet#CountE('1,1:3,3') == 2
|
||||||
|
call cursor(3,11)
|
||||||
|
Expect tablemode#spreadsheet#CountE('1:3') == 1
|
||||||
|
Expect tablemode#spreadsheet#CountE('3,1:3,3') == 0
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'should return the count of not-empty cell range'
|
||||||
|
call cursor(1,3)
|
||||||
|
Expect tablemode#spreadsheet#CountNE('1:3') == 2
|
||||||
|
Expect tablemode#spreadsheet#CountNE('1,1:1,3') == 3
|
||||||
|
Expect tablemode#spreadsheet#CountNE('2,1:2,3') == 1
|
||||||
|
Expect tablemode#spreadsheet#CountNE('1,1:3,3') == 7
|
||||||
|
call cursor(3,11)
|
||||||
|
Expect tablemode#spreadsheet#CountNE('1:3') == 2
|
||||||
|
Expect tablemode#spreadsheet#CountNE('3,1:3,3') == 3
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'should return the percent count of empty cell range'
|
||||||
|
call cursor(1,3)
|
||||||
|
Expect tablemode#spreadsheet#PercentE('1:3') == 33
|
||||||
|
Expect tablemode#spreadsheet#PercentE('1,1:1,3') == 0
|
||||||
|
Expect tablemode#spreadsheet#PercentE('2,1:2,3') == 66
|
||||||
|
Expect tablemode#spreadsheet#PercentE('1,1:3,3') == 22
|
||||||
|
call cursor(3,11)
|
||||||
|
Expect tablemode#spreadsheet#PercentE('1:3') == 33
|
||||||
|
Expect tablemode#spreadsheet#PercentE('3,1:3,3') == 0
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'should return the percent count of not-empty cell range'
|
||||||
|
call cursor(1,3)
|
||||||
|
Expect tablemode#spreadsheet#PercentNE('1:3') == 66
|
||||||
|
Expect tablemode#spreadsheet#PercentNE('1,1:1,3') == 100
|
||||||
|
Expect tablemode#spreadsheet#PercentNE('2,1:2,3') == 33
|
||||||
|
Expect tablemode#spreadsheet#PercentNE('1,1:3,3') == 77
|
||||||
|
call cursor(3,11)
|
||||||
|
Expect tablemode#spreadsheet#PercentNE('1:3') == 66
|
||||||
|
Expect tablemode#spreadsheet#PercentNE('3,1:3,3') == 100
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'should return the average of not-empty cell range'
|
||||||
|
call cursor(1,3)
|
||||||
|
Expect tablemode#spreadsheet#AverageNE('1:3') == 2.5
|
||||||
|
Expect tablemode#spreadsheet#AverageNE('1,1:1,3') == 2.0
|
||||||
|
Expect tablemode#spreadsheet#AverageNE('2,1:2,3') == 0.0
|
||||||
|
Expect tablemode#spreadsheet#AverageNE('1,1:3,3') == 3.0
|
||||||
|
call cursor(3,11)
|
||||||
|
Expect tablemode#spreadsheet#AverageNE('1:3') == 4.5
|
||||||
|
Expect tablemode#spreadsheet#AverageNE('3,1:3,3') == 5.0
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -101,5 +183,159 @@ describe 'spreadsheet'
|
|||||||
call tablemode#spreadsheet#DeleteColumn()
|
call tablemode#spreadsheet#DeleteColumn()
|
||||||
Expect tablemode#spreadsheet#ColumnCount('.') == 1
|
Expect tablemode#spreadsheet#ColumnCount('.') == 1
|
||||||
end
|
end
|
||||||
|
|
||||||
|
it 'should successfully insert a column before the cursor'
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 2
|
||||||
|
call tablemode#spreadsheet#InsertColumn(0)
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 3
|
||||||
|
Expect getline('.') == '| | test11 | test12 |'
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'should successfully insert a column after the cursor'
|
||||||
|
normal! $
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 2
|
||||||
|
call tablemode#spreadsheet#InsertColumn(1)
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 3
|
||||||
|
Expect getline('.') == '| test11 | test12 | |'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
describe 'Manipulation of tables with headers'
|
||||||
|
before
|
||||||
|
new
|
||||||
|
normal! ggdG
|
||||||
|
let g:table_mode_header_fillchar = '='
|
||||||
|
read t/fixtures/complex_header.txt
|
||||||
|
call cursor(4, 7)
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'should successfully delete a row '
|
||||||
|
Expect tablemode#spreadsheet#RowCount('.') == 5
|
||||||
|
call tablemode#spreadsheet#DeleteRow()
|
||||||
|
Expect tablemode#spreadsheet#RowCount('.') == 4
|
||||||
|
Expect getline(4) == '| 2 | 8 | b | y |'
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'should successfully delete a column'
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 4
|
||||||
|
call tablemode#spreadsheet#DeleteColumn()
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 3
|
||||||
|
Expect getline(4) == '| 9 | a | z |'
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'should successfully insert a column before the cursor'
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 4
|
||||||
|
call tablemode#spreadsheet#InsertColumn(0)
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 5
|
||||||
|
Expect getline(4) == '| | 1 | 9 | a | z |'
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'should successfully insert a column after the cursor'
|
||||||
|
normal! $
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 4
|
||||||
|
call tablemode#spreadsheet#InsertColumn(1)
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 5
|
||||||
|
Expect getline(4) == '| 1 | 9 | a | z | |'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
describe 'Repeated Manipulations'
|
||||||
|
before
|
||||||
|
new
|
||||||
|
normal! ggdG
|
||||||
|
read t/fixtures/big_sample.txt
|
||||||
|
call cursor(2, 3)
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'should delete multiple rows correctly'
|
||||||
|
Expect tablemode#spreadsheet#RowCount('.') == 5
|
||||||
|
.,.+1 call tablemode#spreadsheet#DeleteRow()
|
||||||
|
Expect tablemode#spreadsheet#RowCount('.') == 3
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'should delete multiple columns correctly'
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 4
|
||||||
|
.,.+1 call tablemode#spreadsheet#DeleteColumn()
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 2
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'should insert multiple columns before the cursor correctly'
|
||||||
|
call cursor(2, 7)
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 4
|
||||||
|
execute "normal! 2:\<C-u>call tablemode#spreadsheet#InsertColumn(0)\<CR>"
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 6
|
||||||
|
Expect getline('.') == '| 1 | | | 9 | a | z |'
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'should insert multiple columns after the cursor correctly'
|
||||||
|
call cursor(2, 7)
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 4
|
||||||
|
execute "normal! 2:\<C-u>call tablemode#spreadsheet#InsertColumn(1)\<CR>"
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 6
|
||||||
|
Expect getline('.') == '| 1 | 9 | | | a | z |'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
describe 'Unicode table separators'
|
||||||
|
before
|
||||||
|
new
|
||||||
|
normal! ggdG
|
||||||
|
read t/fixtures/table/sample_realign_unicode_after.txt
|
||||||
|
call cursor(2, 19)
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'should not prevent the deletion of rows'
|
||||||
|
Expect tablemode#spreadsheet#RowCount('.') == 4
|
||||||
|
call tablemode#spreadsheet#DeleteRow()
|
||||||
|
Expect tablemode#spreadsheet#RowCount('.') == 3
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'should not prevent the deletion of columns'
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 3
|
||||||
|
call tablemode#spreadsheet#DeleteColumn()
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 2
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'should not prevent the insertion of columns before the cursor'
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 3
|
||||||
|
call tablemode#spreadsheet#InsertColumn(1)
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 4
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'should not prevent the insertion of columns after the cursor'
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 3
|
||||||
|
call tablemode#spreadsheet#InsertColumn(1)
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 4
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
describe 'Escaped table separators'
|
||||||
|
before
|
||||||
|
new
|
||||||
|
normal! ggdG
|
||||||
|
read t/fixtures/escaped_seperator.txt
|
||||||
|
call cursor(2, 3)
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'should not prevent the deletion of rows'
|
||||||
|
Expect tablemode#spreadsheet#RowCount('.') == 7
|
||||||
|
call tablemode#spreadsheet#DeleteRow()
|
||||||
|
Expect tablemode#spreadsheet#RowCount('.') == 6
|
||||||
|
Expect getline('.') == '| a separator. | |'
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'should not prevent the deletion of columns'
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 2
|
||||||
|
call tablemode#spreadsheet#DeleteColumn()
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 1
|
||||||
|
Expect getline('.') == '| It can be escaped by a \. |'
|
||||||
|
end
|
||||||
|
|
||||||
|
it 'should not prevent the insertion of columns'
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 2
|
||||||
|
call tablemode#spreadsheet#InsertColumn(1)
|
||||||
|
Expect tablemode#spreadsheet#ColumnCount('.') == 3
|
||||||
|
Expect getline('.') == '| The \| works as | | It can be escaped by a \. |'
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user