Neovim: missing ga_concat_esc() C function

Created on 10 Sep 2017  路  3Comments  路  Source: neovim/neovim

from vim-patch:
https://github.com/vim/vim/commit/2368917d8f0c0a997eac7a51ddfaa748dc528392

Currently Vim uses that function only for printing assert_* results. Without it we may get friction when merging Vim tests, etc.

compatibility low good first issue refactor

Most helpful comment

I would like to take on this issue, as it's my first time contributing.

All 3 comments

I would like to take on this issue, as it's my first time contributing.

Would you also like ga_concat calls to be replaced with calls to ga_concat_esc?

@acferreir4 only in the equivalent cases where that's done in Vim.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

andreicristianpetcu picture andreicristianpetcu  路  3Comments

bedge picture bedge  路  3Comments

nhooyr picture nhooyr  路  3Comments

Dark-Passenger picture Dark-Passenger  路  3Comments

Phlosioneer picture Phlosioneer  路  3Comments