Overview
Comment: | vimrc: Add path+=** |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4118b87433d9d79c96f55b302fe2f9c9 |
User & Date: | js on 2021-05-08 19:42:07 |
Other Links: | manifest | tags |
Context
2021-08-29
| ||
07:45 | zshrc: Use GCC 10 for MorphOS cross compiler check-in: 6b57563bb9 user: js tags: trunk | |
2021-08-07
| ||
20:10 | Deutsch (KOY).keylayout: Fix the capslock layer check-in: d4f2771a8d user: js tags: trunk | |
2021-05-08
| ||
19:42 | vimrc: Add path+=** check-in: 4118b87433 user: js tags: trunk | |
2021-05-06
| ||
22:22 | Add "Deutsch (KOY).keylayout" check-in: 9e225d1e41 user: js tags: trunk | |
Changes
Modified vim/vimrc from [e987fbd4a1] to [d583d6c0b5].
︙ | ︙ | |||
26 27 28 29 30 31 32 33 34 35 36 37 38 39 | let c_space_errors=1 set ignorecase set smartcase set modeline set modelines=1000 set nrformats=hex set mouse= au BufNewFile,BufRead *.c :se ft=c.doxygen au BufNewFile,BufRead *.cs :se ts=4 sw=4 au BufNewFile,BufRead *.fish :se ts=4 sw=4 et au BufNewFile,BufRead *.h :se ft=objc.doxygen au BufNewFile,BufRead *.m :se ft=objc.doxygen au BufNewFile,BufRead *.mm :se ft=objcpp | > | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | let c_space_errors=1 set ignorecase set smartcase set modeline set modelines=1000 set nrformats=hex set mouse= set path+=** au BufNewFile,BufRead *.c :se ft=c.doxygen au BufNewFile,BufRead *.cs :se ts=4 sw=4 au BufNewFile,BufRead *.fish :se ts=4 sw=4 et au BufNewFile,BufRead *.h :se ft=objc.doxygen au BufNewFile,BufRead *.m :se ft=objc.doxygen au BufNewFile,BufRead *.mm :se ft=objcpp |
︙ | ︙ |