motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit aa8a926d1c513019965360ea5318d9441db66c01 (tree)
parent 07c492967ac6ec61481b470dc36b3b2fbbdb887b
Author: rgreenblatt <greenblattryan@gmail.com>
Date:   Thu, 18 Feb 2021 17:04:51 -0500

fix recursive file search

Diffstat:
Mftplugin/zig.vim | 8+-------
1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/ftplugin/zig.vim b/ftplugin/zig.vim @@ -8,13 +8,7 @@ let b:did_ftplugin = 1 let s:cpo_orig = &cpo set cpo&vim -if get(b:, 'current_compiler', '') ==# '' - if strlen(findfile('build.zig', '.;')) > 0 - compiler zig_build - else - compiler zig_build_exe - endif -endif +compiler zig_build " Match Zig builtin fns setlocal iskeyword+=@-@