From c8d8ae55b98503bc0c95d5ad1809a93ab92494e9 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 16 Nov 2018 12:46:44 +1300 Subject: Add Bash settings to Vim readline highlighting This includes the creation of a hitherto-unneeded Makefile target install-vim-syntax. --- vim/after/syntax/readline.vim | 3 +++ vim/syntax/readline.vim | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 vim/after/syntax/readline.vim create mode 100644 vim/syntax/readline.vim (limited to 'vim') diff --git a/vim/after/syntax/readline.vim b/vim/after/syntax/readline.vim new file mode 100644 index 00000000..050b2dc1 --- /dev/null +++ b/vim/after/syntax/readline.vim @@ -0,0 +1,3 @@ +" Clear away the flag we set in syntax/readline.vim to include Bash commands +" in the highlight list +unlet! g:readline_has_bash diff --git a/vim/syntax/readline.vim b/vim/syntax/readline.vim new file mode 100644 index 00000000..874ebb32 --- /dev/null +++ b/vim/syntax/readline.vim @@ -0,0 +1,2 @@ +" Include Bash commands in the highlight list +let g:readline_has_bash = 1 -- cgit v1.2.3