comparison runtime/doc/motion.txt @ 2681:85c5a72551e2

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Sat, 08 Jan 2011 16:06:37 +0100
parents 073ff46fe397
children fd09a9c8468e
comparison
equal deleted inserted replaced
2680:27621abffed2 2681:85c5a72551e2
1031 The maximum number of entries is fixed at 100. 1031 The maximum number of entries is fixed at 100.
1032 {not available without the |+jumplist| feature} 1032 {not available without the |+jumplist| feature}
1033 1033
1034 For example, after three jump commands you have this jump list: 1034 For example, after three jump commands you have this jump list:
1035 1035
1036 jump line col file/line ~ 1036 jump line col file/text ~
1037 3 1 0 some text ~ 1037 3 1 0 some text ~
1038 2 70 0 another line ~ 1038 2 70 0 another line ~
1039 1 1154 23 end. ~ 1039 1 1154 23 end. ~
1040 > ~ 1040 > ~
1041 1041
1042 The "file/line" column shows the file name, or the text at the jump if it is 1042 The "file/text" column shows the file name, or the text at the jump if it is
1043 in the current file (an indent is removed and a long line is truncated to fit 1043 in the current file (an indent is removed and a long line is truncated to fit
1044 in the window). 1044 in the window).
1045 1045
1046 You are currently in line 1167. If you then use the CTRL-O command, the 1046 You are currently in line 1167. If you then use the CTRL-O command, the
1047 cursor is put in line 1154. This results in: 1047 cursor is put in line 1154. This results in:
1048 1048
1049 jump line col file/line ~ 1049 jump line col file/text ~
1050 2 1 0 some text ~ 1050 2 1 0 some text ~
1051 1 70 0 another line ~ 1051 1 70 0 another line ~
1052 > 0 1154 23 end. ~ 1052 > 0 1154 23 end. ~
1053 1 1167 0 foo bar ~ 1053 1 1167 0 foo bar ~
1054 1054
1074 command. You can explicitly add a jump by setting the ' mark. 1074 command. You can explicitly add a jump by setting the ' mark.
1075 1075
1076 After the CTRL-O command that got you into line 1154 you could give another 1076 After the CTRL-O command that got you into line 1154 you could give another
1077 jump command (e.g., "G"). The jump list would then become: 1077 jump command (e.g., "G"). The jump list would then become:
1078 1078
1079 jump line col file/line ~ 1079 jump line col file/text ~
1080 4 1 0 some text ~ 1080 4 1 0 some text ~
1081 3 70 0 another line ~ 1081 3 70 0 another line ~
1082 2 1167 0 foo bar ~ 1082 2 1167 0 foo bar ~
1083 1 1154 23 end. ~ 1083 1 1154 23 end. ~
1084 > ~ 1084 > ~