Yilin Yang

Results 8 issues of Yilin Yang

Running vim-markbar's test suite keeps throwing error messages like: ``` "~/plugin/vim-markbar/plugin/vim-markbar.vim" line 1 of 332 --0%-- col 1 Error detected while processing function markbar#helpers#GetOpenBuffers: line 2: E121: Undefined variable: l:to_return...

Adds npm packages to `package.json` that are needed to run the transpiled `cssServerMain.js` file from the command line, e.g. with: `node ~/vscode-css-languageserver-bin/dist/cssServerMain.js --stdio`. These additional dependencies are installed when running...

Howdy! I'm writing from the 482 course staff. Since 482 OH help is in such high demand, it's common for students to camp the queue and wait to sign up...

Adds npm packages to `package.json` that are needed to run the transpiled `htmlServerMain.js` file from the command line, e.g. with: `node ~/vscode-html-languageserver-bin/dist/htmlServerMain.js --stdio`. Essentially the same as https://github.com/vscode-langservers/vscode-css-languageserver-bin/pull/5.

Running `./run_tests.sh` from inside `$PROJECT_ROOT/test` produces output like: Example Output, snipped at head and tail ``` Starting Vader: /home/yiliny/plugins/vim-markbar/test/standalone-test-foldopen.vader (1/8) [EXECUTE] Open Buffers (2/8) [EXECUTE] Initialize, Declare Test Helpers (3/8)...

bug

As above. - Suppose that there's a global mark `'Z`. - We open vim instance (1), which shows mark `'Z` in its markbar. - We open vim instance (2), which...

enhancement

Travis CI is no longer automatically triggering new builds because I've run out of build credits. I still want a way to easily test code changes against multiple different (neo)vim...

Update outdated information in `vi` command reference, add more recommendations, perform general cleanup. - Add more "Things to Learn" and more plugin recommendations. - Reorganize plugin recommendations. - Add a...