Results 6 issues of tckmn

I have a project where I only want to generate tags for a specific directory (`src`). This can be accomplished in one of two ways: * Run ctags as `ctags...

## What's wrong? If an HTML element ends with a table, the table gains an extra row, and the HTML element does not close. (Adding a blank line between the...

bug

example puzzle: https://puzz.link/p?tentaisho/3/3/l4ej4e to reproduce, first put the puzzle in this state: ![](https://i.imgur.com/OvdIVeH.png) then, fill in the missing correct line, and delete the incorrect line -- the checker will not...

bug

In puzzles like Sudoku or Kakuro, you can input numbers into the four corners of empty cells. When using the keyboard, pressing shift should theoretically toggle which corner you're inputting...

Some comments on the code as I'm looking the whole thing over now: * I have only just now realized the ipow example no longer compiles, because I factored out...

The base16-horizon-terminal-dark theme previously referred to base16-horizon-dark instead, and similarly for -light. This is definitely incorrect for the `g:colors_name` variable, as that should match the name of the colorscheme. I'm...