comparison runtime/doc/version7.txt @ 2564:f85004953416 vim73

README and help file updates.
author Bram Moolenaar <bram@vim.org>
date Sat, 14 Aug 2010 17:46:20 +0200
parents 1851bce339fc
children f718404597a6
comparison
equal deleted inserted replaced
2563:5769dc787ec5 2564:f85004953416
1 *version7.txt* For Vim version 7.3g. Last change: 2010 Aug 13 1 *version7.txt* For Vim version 7.3g. Last change: 2010 Aug 14
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 *vim7* *version-7.0* *version7.0* 6 *vim7* *version-7.0* *version7.0*
7208 7208
7209 Python3 interface *new-python3* 7209 Python3 interface *new-python3*
7210 ----------------- 7210 -----------------
7211 7211
7212 Added the Python3 interface. It exists next to Python 2.x, both can be used 7212 Added the Python3 interface. It exists next to Python 2.x, both can be used
7213 at the same time. |python3| (Roland Puntaier) 7213 at the same time. See |python3| (Roland Puntaier)
7214 7214
7215 7215
7216 Changed *changed-7.3* 7216 Changed *changed-7.3*
7217 ------- 7217 -------
7218 7218
7349 task 42 edit (John Florian) 7349 task 42 edit (John Florian)
7350 7350
7351 New filetype plugins: ~ 7351 New filetype plugins: ~
7352 Cucumber (Tim Pope) 7352 Cucumber (Tim Pope)
7353 Liquid (Tim Pope) 7353 Liquid (Tim Pope)
7354 Logcheck (Debian)
7354 Markdown (Tim Pope) 7355 Markdown (Tim Pope)
7356 Perl 6 (Andy Lester)
7357 Quickfix window (Lech Lorens)
7355 Tcl (Robert L Hicks) 7358 Tcl (Robert L Hicks)
7356 7359
7357 New indent plugins: ~ 7360 New indent plugins: ~
7361 CUDA (Bram Moolenaar)
7358 ChaiScript (Jason Turner) 7362 ChaiScript (Jason Turner)
7359 Cucumber (Tim Pope) 7363 Cucumber (Tim Pope)
7360 CUDA (Bram Moolenaar)
7361 LifeLines (Patrick Texier) 7364 LifeLines (Patrick Texier)
7362 Liquid (Tim Pope) 7365 Liquid (Tim Pope)
7363 Mail (Bram Moolenaar) 7366 Mail (Bram Moolenaar)
7364 Perl 6 (Andy Lester) 7367 Perl 6 (Andy Lester)
7365 7368
7366 Other new runtime files: ~ 7369 Other new runtime files: ~
7367 Breton spell file (Dominique Pelle) 7370 Breton spell file (Dominique Pelle)
7371 Dvorak keymap (Ashish Shukla)
7372 Korean translations. (SungHyun Nam)
7373 Python 3 completion (Aaron Griffin)
7374 Serbian menu translations (Aleksandar Jelenak)
7375 Tetum spell files
7368 Tutor Bairish (Sepp Hell) 7376 Tutor Bairish (Sepp Hell)
7369 Tutor in Esperanto. (Dominique Pellé) 7377 Tutor in Esperanto. (Dominique Pellé)
7370 Korean translations. (SungHyun Nam) 7378
7371 Dvorak keymap (Ashish Shukla) 7379 Removed the Mupad runtime files, they were not maintained.
7372 Serbian menu translations (Aleksandar Jelenak)
7373 Tetum spell files.
7374 7380
7375 7381
7376 Fixed *fixed-7.3* 7382 Fixed *fixed-7.3*
7377 ----- 7383 -----
7378 7384
10130 10136
10131 Avoid warnings from the clang compiler. (Dominique Pelle) 10137 Avoid warnings from the clang compiler. (Dominique Pelle)
10132 10138
10133 Fix: Include wchar.h in charset.c for towupper(). 10139 Fix: Include wchar.h in charset.c for towupper().
10134 10140
10141 Fixed: Using ":read file" in an empty buffer when 'compatible' is set caused
10142 an error.
10143
10135 10144
10136 vim:tw=78:ts=8:ft=help:norl: 10145 vim:tw=78:ts=8:ft=help:norl: