Skip to content
goard
Go to anything
Open any GitHub user, repo or page
GitHub rate limit reached. Fresh data resumes in about 2 min. Sign in for a higher limit.

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

master #9 Merge pull request #9 from dtor/fix-lost-syntax 13ca945
#9 Fix syntax extensions being lost on syntax reload a68fdf1
#8 Merge pull request #8 from dtor/override-text-width 35962fd
#7 Merge pull request #7 from dtor/new-syntax-highlights 19aad49
#7 Add syntax highlighting for a few "for_each" variants 267754a
#7 Add syntax highlighting for guards 626dd6f
#8 Allow overriding default text width for C files 1a21aac
#6 Merge pull request #6 from cristicc/master 2892b86
#6 README: Make use of backticks f8fa3f4
#6 README: Remove all trailing spaces 4be70e0
#4 Merge pull request #4 from diederikdehaas/minor-fixes 34b5509
#4 README: Add URL of HTML rendered version of the Coding Style 0c1c527
#4 README: Fix several URLs e735917
#4 README: Update line-length error to 100 chars 5c21f99
add more function attributes including the new __cleanup() attribute 8cd1764
add a bunch more function attributes to be properly highlighted. 695ad64
mark __deprecated as an error 3bd9960
Document new linuxsty_save_path option in the README.md file f89652e
README.md: add missing ',' 97a65c3
update the location and current maintainer information dec0ed9
#2 Merge pull request #2 from qianqiangliu/master a8fc8af
#2 Add doc for g:linuxsty_save_path 6269e61
#2 Add g:linuxsty_save_path configuration a343f09
Add little and big endian variable types 646e893
Merge github.com:qianqiangliu/vim-linux-coding-style into local repo 8dd2eb0
set textwidth to 100 aa11390
Add Makefile FileType e3c3d90
extend character limit to 100 characters 1593698
vim: linux-kernel: Add "fallthrough" as a keyword 6ffcb02
fixing broken link 805f690
Avoid space indentation in .rst files 3b59bf0
fix bracket matching mess-up caused by highlights 7da66c1
identify and format dts files 70f19ba
correctly format Kconfig files 8320447
add a README file 6c2bb8e
add a command to set the style on current buffer 6edc254
factorize style functions into LinuxCodingStyle 1a2a68e
add an option to apply style conditionally a96f62c
add some kernel types db8c80e
don't highlight trailing whitespace in insert mode c210f1d
remove automatic formatting options fe0df09
remove last modified date 3afdb69
align parameters with the opening parenthesis b488166
set softtabstop to 8 7336c63
v0.2 update the last change date 069638e
fix syntax highlighting c020f72
change indentation to 4-space 14efd42
v0.1 change plugin license 42e087d
fix 80+ columns highlighting b0b9ef7
temporary disable 80+ columns highlighting f3c7290
fix indentation a599f9e
move everything in a linuxsty.vim plugin 65fdb2e
reorganize c.vim file 026ed1f
add addon-info file d95d7c8
add more C kernel type a571d50
use 8 spaces per tab in diff (for kernel patchs) be8125d
initial commit 59362da

End of history