Browse Source

Merge pull request #2392 from darthdeus/add-vim-to-external-editors

Add vim/gvim to a list of external editor flags
Max Hilbrunner 6 năm trước cách đây
mục cha
commit
736a34ff0c
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      getting_started/editor/external_editor.rst

+ 2 - 0
getting_started/editor/external_editor.rst

@@ -37,5 +37,7 @@ Some example Exec Flags for various editors include:
 +---------------------+-----------------------------------------------------+
 | Visual Studio Code  | {project} -\-goto {file}:{line}:{col}               |
 +---------------------+-----------------------------------------------------+
+| Vim (gVim)          | "+call cursor({line}, {col})" {file}                |
++---------------------+-----------------------------------------------------+
 
 .. note:: For Visual Studio Code you will have to point to the "code.cmd" file.