I recently messed around with vim configuration, and now when I open the first file in gVim, I see some warnings that quickly disappear. Where else can I see them and see what is wrong?
Try one of the following:
:messages
echo
echon
vim -c 'qa!' > messages.log
vim --cmd 'redir! > messages.log' -c 'redir END' -c 'qa!'
messages.log
Source: https://habr.com/ru/post/1332933/More articles:The best way to prevent unused properties from an object is objectGet Private Member Func with reflection - reflectionWhat data structure should we use to create a map, such as a Google map? - javaShould I use Chef or another server management tool - ruby-on-railsGetting ROWCOUNT value (not @@ ROWCOUNT) in SQL - sqlProblem using C # generators with method overloading - genericsHow can I generate and display Django query sets from the results of another query set? - djangoUsing Android Camera - androidHow to install the "Typical" and "Custom" installation options in Inno Setup? - installationSearch for means and medians by data frames in r - rAll Articles