Gleb Zakharov
Gleb Zakharov
- `nvim --version`: ``` NVIM v0.5.0-dev+1182-gb79596eb5 Build type: RelWithDebInfo LuaJIT 2.0.5 Compilation: /bin/cc -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -Og -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes...
Closes an issue #804
Hi! It would be nice to have a very opinionated linter that should report error if there is no `!= nil` checking before pointer dereference. Consider this code that panics:...
Hi! First of all, thanks for the great plugin, it greatly improves my debugging experience :) When I work with a console dlv, my usual debugging routine is to go...