ADD: my create lib -> LOG v1.0
This commit is contained in:
parent
3caa738727
commit
63a85cd79f
@ -7,7 +7,7 @@
|
|||||||
- [C](#c)
|
- [C](#c)
|
||||||
- [输入/输出 stdio](#stdio)
|
- [输入/输出 stdio](#stdio)
|
||||||
- [资源管理和系统交互 stdlib](#stdlib)
|
- [资源管理和系统交互 stdlib](#stdlib)
|
||||||
- [字符串处理 string](#string)
|
- [字符串处理 string](../universal/cstring.md)
|
||||||
- [数学函数 math](#math)
|
- [数学函数 math](#math)
|
||||||
- [字符处理 ctype](#ctype)
|
- [字符处理 ctype](#ctype)
|
||||||
- [时间/日期 time](#time)
|
- [时间/日期 time](#time)
|
||||||
@ -106,11 +106,6 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## **string**
|
|
||||||
|
|
||||||
- [包含于这里](../universal/c_string.md)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## **math**
|
## **math**
|
||||||
|
|
||||||
|
@ -19,6 +19,8 @@ set expandtab "tab to space
|
|||||||
set ts=4
|
set ts=4
|
||||||
set softtabstop=4 " 编辑时退格键删除的空格数
|
set softtabstop=4 " 编辑时退格键删除的空格数
|
||||||
set shiftwidth=4 " 自动缩进使用的空格数
|
set shiftwidth=4 " 自动缩进使用的空格数
|
||||||
|
" 在编写makefile文件时使用tab
|
||||||
|
autocmd FileType make setlocal noexpandtab " 仅对 Makefile 禁用 Tab 转空格
|
||||||
|
|
||||||
"把 - 和 _ 也看作单词的一部分
|
"把 - 和 _ 也看作单词的一部分
|
||||||
set iskeyword+=-
|
set iskeyword+=-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user