Show full output of command :hi
in scratch window:
:Redir hi
Show full output of command :!ls -al
in scratch window:
// Visit https://api.prokerala.com/demo/birth-details.php to see the following code in action | |
const PK_API_CLIENT_ID = ''; | |
(function () { | |
function loadScript(cb) { | |
var script = document.createElement('script'); | |
script.src = 'https://client-api.prokerala.com/static/js/location.min.js'; | |
script.onload = cb; | |
script.async = 1; | |
document.head.appendChild(script); | |
} |
Law of Demeter or principle of least knowledge is a design guideline, that is using to make code more simple and stable.