We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdded50 + 5a7d4e0 commit 46e4554Copy full SHA for 46e4554
autoload/leetcode.vim
@@ -19,7 +19,7 @@ if thirdparty_dir not in sys.path:
19
sys.path.append(thirdparty_dir)
20
21
if int(vim.eval('g:leetcode_china')):
22
- os.environ['LEETCODE_BASE_URL'] = 'https://leetcode-cn.com'
+ os.environ['LEETCODE_BASE_URL'] = 'https://leetcode.cn'
23
else:
24
os.environ['LEETCODE_BASE_URL'] = 'https://leetcode.com'
25
0 commit comments