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 a890ad9..e0047e4 100644 --- a/editors/vi.c +++ b/editors/vi.c @@ -13,7 +13,6 @@ * add magic to search /foo.*bar * add :help command * :map macros - * how about mode lines: vi: set sw=8 ts=8: * if mark[] values were line numbers rather than pointers * it would be easier to change the mark when add/delete lines * More intelligence in refresh() |