complexusprada

Results 2 issues of complexusprada

If a line contains a null character (`^@`), it breaks the following functions: ``` vim.fn.strdisplaywidth(line_context.line) ``` ``` end_col = vim.fn.byteidx(cur_line, vim.fn.charidx(cur_line, cur_col) + 1), ``` added an early return if...

I have 2 codes that produce same sql statement: 1. This code works correctly. ``` func applyFilter(filter Filter, data map[string]interface{}, buf *bytes.Buffer) { var wc []string arrjoin := ` LEFT...