cpp.kak: fix alt_dirs option default value

This commit is contained in:
Maxime Coste 2013-05-16 19:23:54 +02:00
parent 400e46719d
commit 310e0f5bd3

View File

@ -35,7 +35,7 @@ hook global BufNew .*\.(h|hh|hpp|hxx|H) %{
exec ggi<c-r>%<ret><esc>ggxs\.<ret>c_<esc><space>A_INCLUDED<esc>ggxyppI#ifndef<space><esc>jI#define<space><esc>jI#endif<space>//<space><esc>O<esc>
}
decl str-list alt_dirs ".,.."
decl str-list alt_dirs ".;.."
def alt %{ %sh{
shopt -s extglob