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
57e813dfca
commit
a92d42626b
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
plugin/makecols.vim
+ 1
- 2
plugin/makecols.vim
View File
@ -8,9 +8,8 @@ function! s:beep()
endfunction
function
!
s
:
makecols
(
)
let
lines
=
get
line
(
"'<"
)
[
get
pos
(
"'<"
)
[
2
]
-
1
:
getpos
(
"'>"
)
[
2
]]
let
lines
=
getpos
(
"'<"
)
-
getpos
(
"'>"
)
echo
lines
let
lines
=
""
return
s
:
beep
(
)
endfunction
Write
Preview
Loading…
Cancel
Save