comparison runtime/doc/version7.txt @ 2207:b17bbfa96fa0 vim73

Add the settabvar() and gettabvar() functions. Various runtime file updates.
author Bram Moolenaar <bram@vim.org>
date Sat, 22 May 2010 15:37:44 +0200
parents a8afba7027ae
children 495995b9ce7d
comparison
equal deleted inserted replaced
2206:a8afba7027ae 2207:b17bbfa96fa0
1241 the cursor position. Likewise for "1gD" and "gD". 1241 the cursor position. Likewise for "1gD" and "gD".
1242 1242
1243 'scrolljump' can be set to a negative number to scroll a percentage of the 1243 'scrolljump' can be set to a negative number to scroll a percentage of the
1244 window height. 1244 window height.
1245 1245
1246 The |v:scrollstart| variable has been added to help finding the location in 1246 The |v:scrollstart| variable has been added to help find the location in
1247 your script that causes the hit-enter prompt. 1247 your script that causes the hit-enter prompt.
1248 1248
1249 To make it possible to handle the situation that a file is being edited that 1249 To make it possible to handle the situation that a file is being edited that
1250 is already being edited by another Vim instance, the |SwapExists| event has 1250 is already being edited by another Vim instance, the |SwapExists| event has
1251 been added. The |v:swapname|, |v:swapchoice| and |v:swapcommand| variables 1251 been added. The |v:swapname|, |v:swapchoice| and |v:swapcommand| variables
7164 After using ":recover" or recovering a file in another way, ":x" and "ZZ" 7164 After using ":recover" or recovering a file in another way, ":x" and "ZZ"
7165 don't save what you see. This could result in work being lost. Now the text 7165 don't save what you see. This could result in work being lost. Now the text
7166 after recovery is compared to the original file contents. When they differ 7166 after recovery is compared to the original file contents. When they differ
7167 the buffer is marked as modified. 7167 the buffer is marked as modified.
7168 7168
7169 Use BASEMODLIBS instead of MODLIBS for Python configuration. (Michael Bienia)
7170
7171 7169
7172 Added *added-7.3* 7170 Added *added-7.3*
7173 ----- 7171 -----
7174 7172
7175 New syntax files: 7173 New syntax files:
7174 TODO
7175
7176 New filetype plugins:
7177 TODO
7176 7178
7177 New spell files: 7179 New spell files:
7180 TODO
7178 Breton. (Dominique Pelle) 7181 Breton. (Dominique Pelle)
7182
7179 7183
7180 Added the 'relativenumber' option. (Markus Heidelberg) 7184 Added the 'relativenumber' option. (Markus Heidelberg)
7181 7185
7182 Support for Blowfish encryption. Added the 'cryptmethod' option. 7186 Support for Blowfish encryption. Added the 'cryptmethod' option.
7183 Mostly by Moshin Ahmed. 7187 Mostly by Moshin Ahmed.
7184 7188
7185 Support GDK_SUPER_MASK for GTK on Mac. (Stephan Schulz) 7189 Support GDK_SUPER_MASK for GTK on Mac. (Stephan Schulz)
7186 7190
7187 More floating point functions: acos(), asin(), atan2(), cosh(), exp(), fmod(), 7191 More floating point functions: acos(), asin(), atan2(), cosh(), exp(), fmod(),
7188 log(), sinh(), tan(), tanh(). (Bill McCarthy) 7192 log(), sinh(), tan(), tanh(). (Bill McCarthy)
7193
7194 gettabvar() and settabvar() functions. (Yegappan Lakshmanan)
7189 7195
7190 7196
7191 Fixed *fixed-7.3* 7197 Fixed *fixed-7.3*
7192 ----- 7198 -----
7193 7199
7199 using GTK floating point numbers stop working. Use gtk_disable_setlocale(). 7205 using GTK floating point numbers stop working. Use gtk_disable_setlocale().
7200 (James Vega) 7206 (James Vega)
7201 7207
7202 "g8" didn't produce the right value on a NUL. (Dominique Pelle) 7208 "g8" didn't produce the right value on a NUL. (Dominique Pelle)
7203 7209
7210 Use BASEMODLIBS instead of MODLIBS for Python configuration to pick up the
7211 right compiler flags. (Michael Bienia)
7212
7204 7213
7205 vim:tw=78:ts=8:ft=help:norl: 7214 vim:tw=78:ts=8:ft=help:norl: