cpp.kak: fix alt_dirs option default value
This commit is contained in:
parent
400e46719d
commit
310e0f5bd3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user