diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/vi.c b/editors/vi.c index a890ad9d3..e0047e49e 100644 --- a/editors/vi.c +++ b/editors/vi.c | |||
@@ -13,7 +13,6 @@ | |||
13 | * add magic to search /foo.*bar | 13 | * add magic to search /foo.*bar |
14 | * add :help command | 14 | * add :help command |
15 | * :map macros | 15 | * :map macros |
16 | * how about mode lines: vi: set sw=8 ts=8: | ||
17 | * if mark[] values were line numbers rather than pointers | 16 | * if mark[] values were line numbers rather than pointers |
18 | * it would be easier to change the mark when add/delete lines | 17 | * it would be easier to change the mark when add/delete lines |
19 | * More intelligence in refresh() | 18 | * More intelligence in refresh() |