changeset 264:bfa07144db1b

Suppress chipscope init if it cannot be found
author zegervdv <zegervdv@me.com>
date Wed, 27 May 2020 13:48:30 +0200
parents fab71b4ac0b9
children b853d45b97d3
files dot_config/nvim/executable_init.vim
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dot_config/nvim/executable_init.vim	Sun May 24 19:13:33 2020 +0200
+++ b/dot_config/nvim/executable_init.vim	Wed May 27 13:48:30 2020 +0200
@@ -1270,7 +1270,7 @@
 augroup cs_vhdl
   autocmd!
   autocmd FileType vhdl packadd chipscoper
-  autocmd FileType vhdl call ChipScoperSetup()
+  autocmd FileType vhdl silent! call ChipScoperSetup()
 augroup END
 " }}}
 " GDB {{{