| Date: | 2009-01-15 21:00:28 (3 years 23 days ago) |
|---|---|
| Author: | Luciano M. F. Rocha |
| Commit: | fd4cee4d3f5fb2f73b2fd4a509ba72368ad445a2 |
| Message: | vim: break hardlinks on copy |
| Files: |
rc/vimrc (1 diff) |
Change Details
| rc/vimrc | ||
|---|---|---|
| 12 | 12 | set backspace=indent,eol,start |
| 13 | 13 | |
| 14 | 14 | set nobackup " do not keep a backup file |
| 15 | set backupcopy=auto,breakhardlink " break hardlinks on write | |
| 15 | 16 | set history=50 " keep 50 lines of command line history |
| 16 | 17 | set ruler " show the cursor position all the time |
| 17 | 18 | set showcmd " display incomplete commands |
