You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" v settings
"
" Disable highlight white space after "[]".
let g:v_highlight_array_whitespace_error = 0
" Disable highlight white space around the communications operator that don't follow the standard style.
let g:v_highlight_chan_whitespace_error = 1
" Disable highlight instances of tabs following spaces.
let g:v_highlight_space_tab_error = 1
" Disable highlight trailing white space.
let g:v_highlight_trailing_whitespace_error = 1
" Disable highlight function calls.
let g:v_highlight_function_calls = 1
let g:v_highlight_fields = 1
" Enable automatically formatting file via "v fmt -" before writing buffer.
let g:v_autofmt_bufwritepre = 1
Expected Behavior
Observed Behavior
Error detected while processing BufWrite Autocommands for "*.v"..function _VFormatFile:
line 4:
While formatting the buffer via vfmt, the following error occurred:
line 5:
"bla.v" 4L, 33B written
Press ENTER or type command to continue
Explanation
Errors on formatting buffer via vfmt disappears after some time. I am not sure whether it bug or not...
Implementation
Unfortunately, I have not ideas how to fix it :( I would really be interested in helping but even can't recognize this is an error of my setup or v-vim plugin. It might be reasonable to open a new buffer (I guess vim-go acts like this) for errors:
Appreciate your time and suggestions. Thanks!
The text was updated successfully, but these errors were encountered:
premek
added a commit
to premek/v-vim
that referenced
this issue
Apr 6, 2022
Summary
Errors on formatting buffer via vfmt disappears after some time
Steps to reproduce
version 8.2.2891
plugins:
vimrc:
Expected Behavior
Observed Behavior
Explanation
Errors on formatting buffer via vfmt disappears after some time. I am not sure whether it bug or not...
Implementation
Unfortunately, I have not ideas how to fix it :( I would really be interested in helping but even can't recognize this is an error of my setup or v-vim plugin. It might be reasonable to open a new buffer (I guess vim-go acts like this) for errors:
Appreciate your time and suggestions. Thanks!
The text was updated successfully, but these errors were encountered: