Overview
Comment: | vimrc: Disable mouse |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1b4d0dba59a109da536ae2a09d975c7c |
User & Date: | js 2015-12-01 22:53:55 |
Context
2016-04-18
| ||
18:40 | objc.vim: Add more types check-in: b142c4f4e6 user: js tags: trunk | |
2015-12-01
| ||
22:53 | vimrc: Disable mouse check-in: 1b4d0dba59 user: js tags: trunk | |
22:53 | syntax/objc.vim: Add more keywords / types check-in: a75ea048b6 user: js tags: trunk | |
Changes
Changes to vimrc.
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | highlight ColorColumn ctermbg=235 let c_space_errors=1 set ignorecase set smartcase set modeline set modelines=1000 set nrformats=hex au BufNewFile,BufRead */haiku/* :se ts=4 sw=4 au BufNewFile,BufRead */LLVM/* :se ts=2 sw=2 et au BufNewFile,BufRead *.c :se ft=c.doxygen au BufNewFile,BufRead *.h :se ft=objc.doxygen au BufNewFile,BufRead *.m :se ft=objc.doxygen au BufNewFile,BufRead *.v :se ts=4 sw=4 | > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | highlight ColorColumn ctermbg=235 let c_space_errors=1 set ignorecase set smartcase set modeline set modelines=1000 set nrformats=hex set mouse= au BufNewFile,BufRead */haiku/* :se ts=4 sw=4 au BufNewFile,BufRead */LLVM/* :se ts=2 sw=2 et au BufNewFile,BufRead *.c :se ft=c.doxygen au BufNewFile,BufRead *.h :se ft=objc.doxygen au BufNewFile,BufRead *.m :se ft=objc.doxygen au BufNewFile,BufRead *.v :se ts=4 sw=4 |
︙ | ︙ |