Hello, I just noticed a difference between :wincmd and Ctrl-W — namely, 
in the former, but not in the latter, you can use more "count" values 
than just a number. Here are a few examples:

        :$wincmd w
        " jumps to the last window

However,

        :.-4wincmd w
        " does not jump to the 4th window before the current one.

Looks like $ does mean "maximum possible" but . doesn't mean "current 
window" — maybe it still means "current line".

Bram, do you think this use with $ is worth documenting? And y'all 
people, what do you think?


Best regards,
Tony.
-- 
Liberty is always dangerous, but it is the safest thing we have.
                -- Harry Emerson Fosdick

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to