xaizek
xaizek
Совместимость же поломает. В виду этого не хватает анализа того, как часто удаление incomplete классов используется на практике и есть ли от него хоть какая-то польза. Я не могу придумать...
> Если оставить текущее поведение для trivially_destructible классов то будет лишь избавление от UB для всех остальных случаев. Так для определения того, что класс является trivially_destructible, нужно видеть его объявление....
Can you provide a use case? Do you want to load registers and append to them? Just editing can produce useless registers which don't list paths to actual files.
Thanks, that sounds like it should be added. Probably need a new command like `:regedit`.
Hello. Set [`'viewcolumns'`](https://vifm.info/vimdoc.shtml#vifm-%27viewcolumns%27) to remove file size column: ``` set viewcolumns=*{name}.. ``` Adjust [`'confirm'`](https://vifm.info/vimdoc.shtml#vifm-%27confirm%27) to not ask about regular deletion: ``` set confirm-=delete ```
That issue was basically about location on the screen rather than about persistence. Opening a file and not closing would need a communication channel between Vifm and host (right now...
Now in Slackware via SlackBuilds: http://slackbuilds.org/repository/15.0/development/xmake/ For unfamiliar with Slackware: this is the same format as for official packages but managed independently (unless Patrick decides to move package to official...
Hello. The second window provides original file names for reference, which might be helpful if you change them completely or reorder lines. You can provide implementation that does nothing by...
Putting it in general configuration doesn't make sense, it should be in `ftplugin/vifm-rename.vifm` to be meaningful.
There is `ftplugin/` in vifm.vim and `ftplugin/` outside of plugins. You create the file with that line outside the plugin to suppress loading of the file that is part of...