Vim plugin to respect the Linux kernel coding style http://www.vim.org/scripts/script.php?script_id=4369
Vim Script 36 KB Created Apr 4, 2014
Stars 62 Forks 16 Watchers 8 Open issues 0 Open PRs 0
History
1 branches 2 tags
add more function attributes including the new __cleanup() attribute 8cd1764 3 years ago
add a bunch more function attributes to be properly highlighted. 695ad64 3 years ago
mark __deprecated as an error 3bd9960 3 years ago
Document new linuxsty_save_path option in the README.md file f89652e 3 years ago
README.md: add missing ',' 97a65c3 3 years ago
update the location and current maintainer information dec0ed9 3 years ago
Add little and big endian variable types 646e893 4 years ago
Merge github.com:qianqiangliu/vim-linux-coding-style into local repo 8dd2eb0 4 years ago
set textwidth to 100 aa11390 4 years ago
Add Makefile FileType e3c3d90 4 years ago
extend character limit to 100 characters 1593698 4 years ago
vim: linux-kernel: Add "fallthrough" as a keyword 6ffcb02 6 years ago
fixing broken link Salih Çiftçi 805f690 6 years ago
Avoid space indentation in .rst files 3b59bf0 6 years ago
fix bracket matching mess-up caused by highlights 7da66c1 9 years ago
identify and format dts files 70f19ba 10 years ago
correctly format Kconfig files 8320447 10 years ago
add a README file 6c2bb8e 11 years ago
add a command to set the style on current buffer 6edc254 11 years ago
factorize style functions into LinuxCodingStyle 1a2a68e 11 years ago
add an option to apply style conditionally a96f62c 11 years ago
add some kernel types db8c80e 11 years ago
don't highlight trailing whitespace in insert mode c210f1d 11 years ago
remove automatic formatting options fe0df09 11 years ago
remove last modified date 3afdb69 11 years ago
align parameters with the opening parenthesis b488166 12 years ago
set softtabstop to 8 7336c63 13 years ago
fix syntax highlighting c020f72 13 years ago
change indentation to 4-space 14efd42 13 years ago
fix 80+ columns highlighting b0b9ef7 14 years ago
temporary disable 80+ columns highlighting f3c7290 14 years ago
fix indentation a599f9e 14 years ago
move everything in a linuxsty.vim plugin 65fdb2e 14 years ago
reorganize c.vim file 026ed1f 14 years ago
add addon-info file d95d7c8 14 years ago
add more C kernel type a571d50 14 years ago
use 8 spaces per tab in diff (for kernel patchs) be8125d 14 years ago
initial commit 59362da 15 years ago
End of history