diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-05-16 19:23:54 +0200 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-05-16 19:23:54 +0200 |
| commit | 310e0f5bd3e306262f5bed95852b825c8815fee1 (patch) | |
| tree | 4dbed96e6a183c7c0435442b5f0ffe81370f1b64 /src/rc/cpp.kak | |
| parent | 400e46719d84e5a347b4c4768737a2f64b59f9d5 (diff) | |
cpp.kak: fix alt_dirs option default value
Diffstat (limited to 'src/rc/cpp.kak')
| -rw-r--r-- | src/rc/cpp.kak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/cpp.kak b/src/rc/cpp.kak index 687b2583..dd6fe48c 100644 --- a/src/rc/cpp.kak +++ b/src/rc/cpp.kak @@ -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 |
