aboutsummaryrefslogtreecommitdiff
path: root/windows/bin/nvim-update.cmd
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-09-02 09:52:49 +0200
committerThomas Schmucker <ts@its1.de>2026-09-02 09:52:49 +0200
commit807170eef48e2181abf306b1424c736f5179b36e (patch)
treefa637b9f0589c4b2866007908f55a7636226fffe /windows/bin/nvim-update.cmd
parente44fd96e3b8be7480e8a93af3e3bcb5767409b82 (diff)
parentcd76ca88483048791249846917c7768f7bfe301e (diff)
downloaddotfiles-807170eef48e2181abf306b1424c736f5179b36e.tar.gz
dotfiles-807170eef48e2181abf306b1424c736f5179b36e.tar.bz2
dotfiles-807170eef48e2181abf306b1424c736f5179b36e.zip
Merge branch 'master' into add-jinja-support
Diffstat (limited to 'windows/bin/nvim-update.cmd')
-rw-r--r--windows/bin/nvim-update.cmd3
1 files changed, 0 insertions, 3 deletions
diff --git a/windows/bin/nvim-update.cmd b/windows/bin/nvim-update.cmd
index 7521e7e..5317f34 100644
--- a/windows/bin/nvim-update.cmd
+++ b/windows/bin/nvim-update.cmd
@@ -1,8 +1,5 @@
1@echo off 1@echo off
2 2
3rem Prüft vor dem Parser-Update, ob ein C-Compiler (cl.exe, MSVC) im PATH
4rem gefunden wird - nvim-treesitter braucht ihn zum Kompilieren der Parser.
5
6where /q cl.exe 3where /q cl.exe
7if errorlevel 1 ( 4if errorlevel 1 (
8 echo [nvim-update] cl.exe nicht gefunden - Neovim aus einer "Developer PowerShell for VS" starten. 1>&2 5 echo [nvim-update] cl.exe nicht gefunden - Neovim aus einer "Developer PowerShell for VS" starten. 1>&2