scripts/tags.sh: enable code completion in VIM
authorMathieu Maret <mathieu.maret@gmail.com>
Sat, 10 Sep 2016 10:36:34 +0000 (20:36 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Sep 2016 03:57:02 +0000 (13:57 +1000)
commitb2e09016542ae79db24ff701cbea95a0a400f1b5
tree52e0deba887889847455f06170baa88671d994c9
parent3d70ad5bdfd5e520816b92a48282dacdb394dd41
scripts/tags.sh: enable code completion in VIM

Vim, with the omnicppcomplete(#1) plugin, can do code completion using
information build by ctags.  Add flags needed by omnicppcomplete(#2) to
have completion on member of structure.

1: https://github.com/vim-scripts/omnicppcomplete
2: https://github.com/vim-scripts/OmniCppComplete/blob/master/doc/omnicppcomplete.txt#L93

Link: http://lkml.kernel.org/r/20160830191546.4469-1-mathieu.maret@gmail.com
Signed-off-by: Mathieu Maret <mathieu.maret@gmail.com>
Cc: Michal Marek <mmarek@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
scripts/tags.sh
This page took 0.02542 seconds and 5 git commands to generate.