diff options
| author | Alex Leferry 2 <alexherbo2@gmail.com> | 2019-03-18 19:56:34 +0100 |
|---|---|---|
| committer | Alex Leferry 2 <alexherbo2@gmail.com> | 2019-03-21 01:06:16 +0100 |
| commit | c0dccdd90dd615cf663d95fd94fbdbdf2a88b165 (patch) | |
| tree | cb48fb1b7fb74e6e3b98a62f6e2768686bb75c98 /test/regression | |
| parent | f87e844244d5ee81e9c1ceb04c354726002ae760 (diff) | |
Add categories in rc/
Closes #2783
Diffstat (limited to 'test/regression')
10 files changed, 10 insertions, 10 deletions
diff --git a/test/regression/1074-comment-leader-autoinsert-error/rc b/test/regression/1074-comment-leader-autoinsert-error/rc index 53c40654..2c2a7247 100644 --- a/test/regression/1074-comment-leader-autoinsert-error/rc +++ b/test/regression/1074-comment-leader-autoinsert-error/rc @@ -1,3 +1,3 @@ source "%val{runtime}/colors/default.kak" -source "%val{runtime}/rc/core/c-family.kak" +source "%val{runtime}/rc/filetype/c-family.kak" set buffer filetype cpp diff --git a/test/regression/1111-unexpected-behaviour-on-new-line-in-comment/rc b/test/regression/1111-unexpected-behaviour-on-new-line-in-comment/rc index 53c40654..2c2a7247 100644 --- a/test/regression/1111-unexpected-behaviour-on-new-line-in-comment/rc +++ b/test/regression/1111-unexpected-behaviour-on-new-line-in-comment/rc @@ -1,3 +1,3 @@ source "%val{runtime}/colors/default.kak" -source "%val{runtime}/rc/core/c-family.kak" +source "%val{runtime}/rc/filetype/c-family.kak" set buffer filetype cpp diff --git a/test/regression/1118-misaligned-comment-start/rc b/test/regression/1118-misaligned-comment-start/rc index 53c40654..2c2a7247 100644 --- a/test/regression/1118-misaligned-comment-start/rc +++ b/test/regression/1118-misaligned-comment-start/rc @@ -1,3 +1,3 @@ source "%val{runtime}/colors/default.kak" -source "%val{runtime}/rc/core/c-family.kak" +source "%val{runtime}/rc/filetype/c-family.kak" set buffer filetype cpp diff --git a/test/regression/1308-wrong-behaviour-of-kak-indent-on-newline/rc b/test/regression/1308-wrong-behaviour-of-kak-indent-on-newline/rc index 3daaec2e..367014a1 100644 --- a/test/regression/1308-wrong-behaviour-of-kak-indent-on-newline/rc +++ b/test/regression/1308-wrong-behaviour-of-kak-indent-on-newline/rc @@ -1,3 +1,3 @@ source "%val{runtime}/colors/default.kak" -source "%val{runtime}/rc/core/kakrc.kak" +source "%val{runtime}/rc/filetype/kakrc.kak" set buffer filetype kak diff --git a/test/regression/1525-lua-indent-error/rc b/test/regression/1525-lua-indent-error/rc index 7550d15c..b5cf999d 100644 --- a/test/regression/1525-lua-indent-error/rc +++ b/test/regression/1525-lua-indent-error/rc @@ -1,3 +1,3 @@ source "%val{runtime}/colors/default.kak" -source "%val{runtime}/rc/base/lua.kak" +source "%val{runtime}/rc/filetype/lua.kak" set buffer filetype lua diff --git a/test/regression/1920-crash-on-python-in-docstring/rc b/test/regression/1920-crash-on-python-in-docstring/rc index 909f53ff..a098fc21 100644 --- a/test/regression/1920-crash-on-python-in-docstring/rc +++ b/test/regression/1920-crash-on-python-in-docstring/rc @@ -1,3 +1,3 @@ source "%val{runtime}/colors/default.kak" -source "%val{runtime}/rc/core/python.kak" +source "%val{runtime}/rc/filetype/python.kak" set buffer filetype python diff --git a/test/regression/2499-html-regions-assert/rc b/test/regression/2499-html-regions-assert/rc index 5756ea1a..ef3301f7 100644 --- a/test/regression/2499-html-regions-assert/rc +++ b/test/regression/2499-html-regions-assert/rc @@ -1,3 +1,3 @@ source "%val{runtime}/colors/default.kak" -source "%val{runtime}/rc/base/html.kak" +source "%val{runtime}/rc/filetype/html.kak" set buffer filetype html diff --git a/test/regression/860-python-incorrect-commenting/rc b/test/regression/860-python-incorrect-commenting/rc index 909f53ff..a098fc21 100644 --- a/test/regression/860-python-incorrect-commenting/rc +++ b/test/regression/860-python-incorrect-commenting/rc @@ -1,3 +1,3 @@ source "%val{runtime}/colors/default.kak" -source "%val{runtime}/rc/core/python.kak" +source "%val{runtime}/rc/filetype/python.kak" set buffer filetype python diff --git a/test/regression/872-indentation-misbeahviour-c++/rc b/test/regression/872-indentation-misbeahviour-c++/rc index 53c40654..2c2a7247 100644 --- a/test/regression/872-indentation-misbeahviour-c++/rc +++ b/test/regression/872-indentation-misbeahviour-c++/rc @@ -1,3 +1,3 @@ source "%val{runtime}/colors/default.kak" -source "%val{runtime}/rc/core/c-family.kak" +source "%val{runtime}/rc/filetype/c-family.kak" set buffer filetype cpp diff --git a/test/regression/918-wrong-asterisk-inserted/rc b/test/regression/918-wrong-asterisk-inserted/rc index 53c40654..2c2a7247 100644 --- a/test/regression/918-wrong-asterisk-inserted/rc +++ b/test/regression/918-wrong-asterisk-inserted/rc @@ -1,3 +1,3 @@ source "%val{runtime}/colors/default.kak" -source "%val{runtime}/rc/core/c-family.kak" +source "%val{runtime}/rc/filetype/c-family.kak" set buffer filetype cpp |
