Sunday, August 21, 2016

visual mode detection

I'm using the latest Nightly Vim Windows build v7.4.2232

I noted that the last builds don't detect visual mode.

in my menu.vim

nnoreme 93.02.12 &Sort.Vertical\ :call <SID>VerticalSort("%")<CR>
vnoreme 93.02.12 &Sort.Vertical\ :<C-U>call <SID>VerticalSort("''<,''>")<CR>

When I don't select anything the first line must be the current one:
"%" must be send to VerticalSort.
However "''<,''>" is sent to VerticalSort.

I had no problems with the official 7.4 vim version.

Did something change in the builds?

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: