vim-linux-coding-style icon indicating copy to clipboard operation
vim-linux-coding-style copied to clipboard

linux Kernel Now supports 100 char instead of 80 char.

Open alokprasad opened this issue 5 years ago • 0 comments

setlocal textwidth=80 -> setlocal textwidth=100 syn match LinuxError /%>100v[^(){}[]<>]+/ " virtual column 81 and more https://linux.slashdot.org/story/20/05/31/211211/linus-torvalds-argues-against-80-column-line-length-coding-style-as-linux-kernel-deprecates-it

alokprasad avatar Oct 01 '20 01:10 alokprasad