diff --git a/ftplugin/json b/ftplugin/json new file mode 120000 index 0000000..f504a95 --- /dev/null +++ b/ftplugin/json @@ -0,0 +1 @@ +javascript \ No newline at end of file diff --git a/ftplugin/rst/commons.vim b/ftplugin/rst/commons.vim index 1c7ff9f..df054bf 100644 --- a/ftplugin/rst/commons.vim +++ b/ftplugin/rst/commons.vim @@ -6,7 +6,7 @@ setlocal smartindent setlocal autoindent setlocal formatoptions=tcq "set VIms default -function ShowInBrowser() +function! ShowInBrowser() let l:uri = expand("%:p:r") . ".html" silent make call system(g:browser . " " . l:uri)