Dan Church

Results 56 comments of Dan Church
trafficstars

Nice! It handles cue+wav only extraction. I'm seeing an error in this patch, though. ```sh bchunk -w foo.wav foo.cue Reading the CUE file: File: foo.wav Track 1: AUDIO 01 00:00:00...

This file was using Unix line ending style (0x0a or \n), just so you know. ```cue REM GENRE Rock REM DATE 2007 PERFORMER "Some Guy" TITLE "Some Album" FILE "Some...

`file(1)` reports this as the WAV file contents: ``` Some Guy - Some Album.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, stereo 44100 Hz ``` Here's the output...

> Dumping from wav to wav makes no sense to me. What is your exact use use case Dumping from .wav to .wav is for splitting wavs on the `INDEX`...

**Re: 2004**: I *think* - I may be reading it wrong. The [commit that mentions it](https://github.com/vim/vim/commit/3ec3217f0491e9ba8aa8ea02f7e454cd19a287ef#diff-1edbeeae49887c0abf2327ae8767d18e4dae095c7fb3bdae2e300e2bdeea9deeR62-R66) in the docs was added on 2021-05-16, but maybe it was a hidden feature.

I did some testing in Vim 8.1 (2018), this doesn't give an error, but it also doesn't preserve `@/`.

Just kidding, the Vim builtin feature doesn't even preserve `@/` yet. Every `v:version = 900` build I've tried it in, `:v/foo/d _` sets `@/` to `foo`. The doc is just...

> Could you post the full script? [escgen script](https://github.com/h3xx/dotfiles/blob/master/home/bin/escgen). > If it's just octal value of charactor code, the I believe 141 should be 'a'. It is, but the terminal...

A [search for `pythonInclude`](https://github.com/w0ng/vim-hybrid/search?q=pythonInclude) in this repo yields no results. Likely the error message is coming from your pyrex syntax file somewhere. Are you using a custom `syntax/pyrex.vim`?