summaryrefslogtreecommitdiffstats
path: root/src/cmds_command.c
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-03-26 10:18:45 -0300
committerAndrés <andmarti@gmail.com>2021-03-26 10:18:45 -0300
commitf25d577485fc28d0780574eee4bb7940325dd4fd (patch)
tree25c631f0cee621d022e29a9d991d1c6cdc68e361 /src/cmds_command.c
parent299fd32abd6b358c86e8368b6f397f3a628da2a8 (diff)
adding latex export
Diffstat (limited to 'src/cmds_command.c')
-rw-r--r--src/cmds_command.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/cmds_command.c b/src/cmds_command.c
index 3a8b94e..d20b106 100644
--- a/src/cmds_command.c
+++ b/src/cmds_command.c
@@ -98,14 +98,16 @@ L"cmap",
L"cnoremap",
L"cunmap",
L"e csv",
+L"e mkd",
L"e tab",
+L"e tex",
L"e txt",
-L"e mkd",
L"e xlsx",
L"e! csv",
+L"e! mkd",
L"e! tab",
+L"e! tex",
L"e! txt",
-L"e! mkd",
L"e! xlsx",
L"datefmt",
L"define_color",
@@ -962,6 +964,8 @@ void do_commandmode(struct block * sb) {
} else if (
! wcsncmp(inputline, L"e csv" , 5) ||
! wcsncmp(inputline, L"e! csv" , 6) ||
+ ! wcsncmp(inputline, L"e tex" , 5) ||
+ ! wcsncmp(inputline, L"e! tex" , 6) ||
! wcsncmp(inputline, L"e tab" , 5) ||
! wcsncmp(inputline, L"e! tab" , 6) ||
! wcsncmp(inputline, L"e mkd" , 4) ||