comparison runtime/doc/repeat.txt @ 8061:abd64cf67bcf

commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 15 22:07:32 2016 +0100 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Mon, 15 Feb 2016 22:45:05 +0100
parents 8fc60af6dbf5
children 95d59081580f
comparison
equal deleted inserted replaced
8060:ec3056fe30fd 8061:abd64cf67bcf
1 *repeat.txt* For Vim version 7.4. Last change: 2016 Jan 16 1 *repeat.txt* For Vim version 7.4. Last change: 2016 Feb 12
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
488 *>where* 488 *>where*
489 backtrace Show the call stacktrace for current debugging session. 489 backtrace Show the call stacktrace for current debugging session.
490 bt 490 bt
491 where 491 where
492 *>frame* 492 *>frame*
493 frame N Goes to N bactrace level. + and - signs make movement 493 frame N Goes to N backtrace level. + and - signs make movement
494 relative. E.g., ":frame +3" goes three frames up. 494 relative. E.g., ":frame +3" goes three frames up.
495 *>up* 495 *>up*
496 up Goes one level up from call stacktrace. 496 up Goes one level up from call stacktrace.
497 *>down* 497 *>down*
498 down Goes one level down from call stacktrace. 498 down Goes one level down from call stacktrace.