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
I would like to recommend adding doxygen comments to the ftplugin. This allows convenient line breaking and text flowing using gwap in normal mode with comments in formatoptions formatoptions+=c enabled.
/// @brief Write the data of a single channel to the NWB file////// @param locationID HDF5 file identifier/// @param path Absolute path in the HDF5 file where the data should be stored/// @param version major NWB version/// @param p Filled #IPNWB::WriteChannelParams structure/// @param tsp Filled #IPNWB::TimeSeriesProperties structure/// @param compressionMode [optional, defaults to NO_COMPRESSION] Type of compression to use, one of @ref CompressionMode
this is conveniently reflown using vip and gwap.
/// @brief Write the data of a single channel to the NWB file////// @param locationID HDF5 file identifier/// @param path Absolute path in the HDF5 file where the data should/// be stored/// @param version major NWB version/// @param p Filled #IPNWB::WriteChannelParams structure/// @param tsp Filled #IPNWB::TimeSeriesProperties structure/// @param compressionMode [optional, defaults to NO_COMPRESSION] Type of/// compression to use, one of @ref CompressionMode
My current vimrc to make this happen looks like this:
I would like to recommend adding doxygen comments to the ftplugin. This allows convenient line breaking and text flowing using
gwap
in normal mode with comments in formatoptionsformatoptions+=c
enabled.this is conveniently reflown using
vip
andgwap
.My current vimrc to make this happen looks like this:
Would it be possible to add the following lines to the ftplugin?
The text was updated successfully, but these errors were encountered: