annotate src/os_mint.h @ 6024:b4962cf3a1c0
v7.4.352
updated for version 7.4.352
Problem: With 'linebreak' a tab causes a missing line break.
Solution: Count a tab for what it's worth also for shorter lines.
(Christian Brabandt)
author |
Bram Moolenaar <bram@vim.org> |
date |
Wed, 02 Jul 2014 19:37:42 +0200 |
parents |
3fc0f57ecb91 |
children |
4aead6a9b7a9 |
rev |
line source |
7
|
1 /* vim:ts=8 sts=4:sw=4
|
|
2 *
|
|
3 * VIM - Vi IMproved by Bram Moolenaar
|
|
4 *
|
|
5 * Do ":help uganda" in Vim to read copying and usage conditions.
|
|
6 * Do ":help credits" in Vim to see a list of people who contributed.
|
|
7 */
|
|
8
|
|
9 /*
|
|
10 * Atari MiNT Machine-dependent things.
|
|
11 */
|
|
12
|
|
13 #define BINARY_FILE_IO
|