Browse Source

testing

master
lolson 9 years ago
parent
commit
2cfec67d3e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugin/makecols.vim

+ 1
- 1
plugin/makecols.vim View File

@ -9,7 +9,7 @@ endfunction
function! s:makecols() range function! s:makecols() range
let mode = visualmode() let mode = visualmode()
if (mode != "V")
if (mode !=# "V")
echo "You must be in linewise visual mode" echo "You must be in linewise visual mode"
return s:beep() return s:beep()
else else

Loading…
Cancel
Save