This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leviolson
/
vim-makecols
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
testing
master
lolson
9 years ago
parent
bb1b10f8fd
commit
4978c07346
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
plugin/makecols.vim
+ 1
- 0
plugin/makecols.vim
View File
@ -64,6 +64,7 @@ function! s:makecols() range
echo
"You are in the right mode"
endif
let
selection
=
s
:
get_visual_selection
(
)
echo
selection
let
converted_text
=
s
:
convert_selection
(
selection
)
return
s
:
replace_selected_text
(
)
endfunction
Write
Preview
Loading…
Cancel
Save