comparison runtime/doc/starting.txt @ 9:4102fb4ea781 v7.0002

updated for version 7.0002
author vimboss
date Sun, 20 Jun 2004 12:51:53 +0000
parents 7edf9b6e4c36
children 9be87deaeb52
comparison
equal deleted inserted replaced
8:7edf9b6e4c36 9:4102fb4ea781
1 *starting.txt* For Vim version 7.0aa. Last change: 2004 Jun 15 1 *starting.txt* For Vim version 7.0aa. Last change: 2004 Jun 18
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1220 1220
1221 Note that Views and Sessions are not perfect: 1221 Note that Views and Sessions are not perfect:
1222 - They don't restore everything. For example, defined functions, autocommands 1222 - They don't restore everything. For example, defined functions, autocommands
1223 and ":syntax on" are not included. Things like register contents and 1223 and ":syntax on" are not included. Things like register contents and
1224 command line history are in viminfo, not in Sessions or Views. 1224 command line history are in viminfo, not in Sessions or Views.
1225 - Global option values are only set when the differ from the default value. 1225 - Global option values are only set when they differ from the default value.
1226 When the current value is not the default value, loading a Session will not 1226 When the current value is not the default value, loading a Session will not
1227 set it back to the default value. Local options will be set back to the 1227 set it back to the default value. Local options will be set back to the
1228 default value though. 1228 default value though.
1229 - Existing mappings will be overwritten without warning. An existing mapping 1229 - Existing mappings will be overwritten without warning. An existing mapping
1230 may cause an error for ambiguity. 1230 may cause an error for ambiguity.