Jump to content

Translations:Vim/51/ru: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 July 2024

  • curprev 03:2903:29, 21 July 2024 Unabomberlive talk contribs 361 bytes +361 Created page with "<syntaxHighlight lang="nix"> let vim-better-whitespace = pkgs.vimUtils.buildVimPlugin { name = "vim-better-whitespace"; src = pkgs.fetchFromGitHub { owner = "ntpeters"; repo = "vim-better-whitespace"; rev = "984c8da518799a6bfb8214e1acdcfd10f5f1eed7"; sha256 = "10l01a8xaivz6n01x6hzfx7gd0igd0wcf9ril0sllqzbq7yx2bbk"; }; };"